body.page-template-arofif-latest-posts-preview {
	overflow-x: hidden;
	background: #f8f6f0 !important;
	background-image: none !important;
}

body.page-template-arofif-latest-posts-preview::before,
body.page-template-arofif-latest-posts-preview::after {
	background-image: none !important;
}

body.page-template-arofif-latest-posts-preview #container,
body.page-template-arofif-latest-posts-preview .container,
body.page-template-arofif-latest-posts-preview #content,
body.page-template-arofif-latest-posts-preview #content-in,
body.page-template-arofif-latest-posts-preview #main,
body.page-template-arofif-latest-posts-preview .main,
body.page-template-arofif-latest-posts-preview .content-in.wrap,
body.page-template-arofif-latest-posts-preview .main-in,
body.page-template-arofif-latest-posts-preview .entry-content,
body.page-template-arofif-latest-posts-preview .article {
	background: #f8f6f0 !important;
	background-image: none !important;
}

body.page-template-arofif-latest-posts-preview #content,
body.page-template-arofif-latest-posts-preview #content-in,
body.page-template-arofif-latest-posts-preview .content-in.wrap,
body.page-template-arofif-latest-posts-preview #main,
body.page-template-arofif-latest-posts-preview .main,
body.page-template-arofif-latest-posts-preview .main-in,
body.page-template-arofif-latest-posts-preview .entry-content,
body.page-template-arofif-latest-posts-preview .article {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.page-template-arofif-latest-posts-preview #main {
	float: none;
}

body.page-template-arofif-latest-posts-preview #sidebar,
body.page-template-arofif-latest-posts-preview .sidebar,
body.page-template-arofif-latest-posts-preview #sidebar-scroll,
body.page-template-arofif-latest-posts-preview .sidebar-scroll,
body.page-template-arofif-latest-posts-preview #arofif-sidebar-genre-guide,
body.page-template-arofif-latest-posts-preview .arofif-sidebar-genre-guide {
	display: none !important;
}

.arofif-latest-preview {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0 0 44px;
	color: #2f312c;
	background: #f8f6f0;
}

.arofif-latest-preview *,
.arofif-latest-preview *::before,
.arofif-latest-preview *::after {
	box-sizing: border-box;
}

.arofif-latest-preview a {
	color: inherit;
	text-decoration: none;
}

.arofif-latest-content {
	width: min(100% - 24px, 1080px);
	margin: 0 auto;
}

.arofif-latest-header {
	padding: 24px 0 18px;
	text-align: center;
}

.arofif-latest-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	margin: 0;
	color: #33362d;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0;
	white-space: nowrap;
}

.arofif-latest-title::before,
.arofif-latest-title::after {
	content: "";
	flex: 0 0 auto;
	width: 44px;
	height: 8px;
	background:
		linear-gradient(#8f9874, #8f9874) left 50% / calc(100% - 11px) 1px no-repeat,
		radial-gradient(ellipse 6px 3.5px at calc(100% - 4px) 50%, #7f8965 0 62%, transparent 64%);
	opacity: .86;
	border-radius: 999px;
}

.arofif-latest-title::after {
	transform: scaleX(-1);
}

.arofif-latest-lead {
	max-width: 680px;
	margin: 8px auto 0;
	color: #55584f;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.7;
}

.arofif-latest-list-card {
	padding: 12px 10px 14px;
	border: 1px solid rgba(99, 105, 78, .14);
	border-radius: 8px;
	background: rgba(255, 255, 255, .76);
	box-shadow: 0 4px 12px rgba(55, 50, 38, .04);
}

.arofif-latest-post-list {
	display: grid;
	gap: 0;
	border: 1px solid rgba(151, 145, 124, .1);
	border-radius: 8px;
	background: rgba(255, 255, 255, .66);
	overflow: hidden;
}

.arofif-latest-post-card {
	position: relative;
	display: grid;
	grid-template-columns: 38% minmax(0, 1fr) 14px;
	gap: 9px;
	align-items: center;
	min-height: 112px;
	padding: 9px 7px 9px 0;
	border-bottom: 1px solid rgba(177, 171, 151, .2);
}

.arofif-latest-post-card:last-child {
	border-bottom: 0;
}

.arofif-latest-post-card:focus-visible,
.arofif-latest-back-link:focus-visible,
.arofif-latest-pagination a:focus-visible {
	outline: 3px solid #896f3d;
	outline-offset: 3px;
}

.arofif-latest-post-thumb {
	position: relative;
	height: 92px;
	margin: 0;
	overflow: hidden;
	border-radius: 0 7px 7px 0;
	background: #d8d4c7;
}

.arofif-latest-post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.arofif-latest-post-thumb-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #d8d4c7, #bfc5a9);
}

.arofif-latest-post-category {
	position: absolute;
	top: 6px;
	left: 6px;
	max-width: calc(100% - 12px);
	padding: 3px 6px;
	border-radius: 6px;
	background: rgba(86, 105, 58, .9);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.arofif-latest-post-body {
	display: grid;
	grid-template-rows: auto auto auto;
	align-self: stretch;
	min-width: 0;
	padding: 1px 0;
}

.arofif-latest-post-body h2 {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: #2f312c;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.32;
	letter-spacing: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.arofif-latest-post-body p {
	display: -webkit-box;
	margin: 5px 0 3px;
	overflow: hidden;
	color: #64645b;
	font-size: 11px;
	line-height: 1.42;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.arofif-latest-post-body time {
	display: block;
	align-self: end;
	color: #4c5042;
	font-size: 10.5px;
	font-weight: 700;
	line-height: 1.3;
	text-align: right;
}

.arofif-latest-post-arrow {
	align-self: center;
	color: #66734b;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.arofif-latest-empty {
	margin: 0;
	padding: 28px 10px;
	color: #55584f;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.arofif-latest-pagination {
	margin: 18px auto 0;
	text-align: center;
}

.arofif-latest-pagination ul,
.arofif-latest-pagination ul.page-numbers {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	width: auto !important;
	margin: 0 auto !important;
	padding: 0 !important;
	list-style: none !important;
}

.arofif-latest-pagination li {
	display: inline-flex !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.arofif-latest-pagination a,
.arofif-latest-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	min-width: 38px;
	min-height: 38px;
	padding: 0 8px;
	border: 1px solid rgba(99, 105, 78, .16);
	border-radius: 999px;
	background: rgba(255, 255, 255, .86);
	color: #4e5d3a;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
}

.arofif-latest-pagination .prev,
.arofif-latest-pagination .next {
	width: auto;
	min-width: 74px;
	padding: 0 12px;
}

.arofif-latest-pagination .current {
	background: #667548;
	border-color: #667548;
	color: #fff;
}

.arofif-latest-back-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-width: 210px;
	max-width: 300px;
	margin: 18px auto 0;
	padding: 11px 20px;
	border-radius: 999px;
	background: #667548;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
	text-align: center;
	box-shadow: 0 4px 10px rgba(53, 62, 38, .14);
}

@media screen and (max-width: 480px) {
	body.page-template-arofif-latest-posts-preview .arofif-latest-pagination {
		margin: 18px auto 28px;
	}

	body.page-template-arofif-latest-posts-preview .arofif-latest-pagination ul,
	body.page-template-arofif-latest-posts-preview .arofif-latest-pagination ul.page-numbers {
		column-gap: 7px !important;
		row-gap: 12px !important;
		max-width: 100%;
	}

	body.page-template-arofif-latest-posts-preview .arofif-latest-pagination a,
	body.page-template-arofif-latest-posts-preview .arofif-latest-pagination span {
		width: 40px;
		height: 40px;
		min-width: 40px;
		min-height: 40px;
		padding: 0 7px;
		font-size: 14px;
	}

	body.page-template-arofif-latest-posts-preview .arofif-latest-pagination .prev,
	body.page-template-arofif-latest-posts-preview .arofif-latest-pagination .next {
		width: auto;
		min-width: 0;
		height: 40px;
		padding: 0 14px;
		white-space: nowrap;
	}

	body.page-template-arofif-latest-posts-preview .arofif-latest-back-link {
		margin-top: 16px;
	}
}

@media screen and (min-width: 681px) {
	.arofif-latest-preview {
		padding-bottom: 52px;
	}

	.arofif-latest-content {
		width: min(100% - 40px, 1080px);
	}

	.arofif-latest-header {
		padding: 28px 0 20px;
	}

	.arofif-latest-title {
		font-size: 30px;
	}

	.arofif-latest-title::before,
	.arofif-latest-title::after {
		width: 58px;
	}

	.arofif-latest-lead {
		margin-top: 10px;
		font-size: 14px;
	}

	.arofif-latest-list-card {
		padding: 18px 14px 16px;
	}

	.arofif-latest-post-card {
		grid-template-columns: 34% minmax(0, 1fr) 20px;
		gap: 13px;
		min-height: 132px;
		padding: 11px 10px 11px 0;
	}

	.arofif-latest-post-thumb {
		height: 110px;
	}

	.arofif-latest-post-body h2 {
		font-size: 16.5px;
		line-height: 1.34;
	}

	.arofif-latest-post-body p {
		font-size: 12px;
		line-height: 1.44;
	}

	.arofif-latest-post-body time {
		font-size: 11.5px;
	}

	.arofif-latest-pagination ul,
	.arofif-latest-pagination ul.page-numbers {
		gap: 10px !important;
	}

	.arofif-latest-pagination a,
	.arofif-latest-pagination span {
		width: 42px;
		height: 42px;
		min-width: 42px;
		min-height: 42px;
		font-size: 16px;
	}

	.arofif-latest-pagination .prev,
	.arofif-latest-pagination .next {
		min-width: 88px;
	}

	.arofif-latest-back-link {
		min-width: 230px;
		max-width: 340px;
		font-size: 15px;
	}
}

@media screen and (min-width: 1025px) {
	.arofif-latest-preview {
		padding-bottom: 56px;
	}

	.arofif-latest-content {
		width: min(100% - 56px, 1080px);
	}

	.arofif-latest-header {
		padding: 34px 0 24px;
	}

	.arofif-latest-title {
		font-size: 34px;
	}

	.arofif-latest-lead {
		font-size: 15px;
	}

	.arofif-latest-list-card {
		padding: 22px 20px 20px;
	}

	.arofif-latest-post-card {
		grid-template-columns: 31% minmax(0, 1fr) 30px;
		gap: 20px;
		min-height: 164px;
		padding: 14px 16px 14px 0;
	}

	.arofif-latest-post-thumb {
		height: 136px;
	}

	.arofif-latest-post-body h2 {
		font-size: 19px;
		line-height: 1.36;
		-webkit-line-clamp: 2;
	}

	.arofif-latest-post-body p {
		margin-top: 8px;
		font-size: 13px;
		line-height: 1.5;
	}

	.arofif-latest-post-body time {
		font-size: 12px;
	}

	.arofif-latest-post-arrow {
		font-size: 32px;
	}
}

@media screen and (min-width: 1280px) {
	.arofif-latest-content {
		width: min(100% - 72px, 1100px);
	}

	.arofif-latest-list-card {
		max-width: 1100px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 390px) {
	.arofif-latest-content {
		width: calc(100% - 16px);
	}

	.arofif-latest-title {
		gap: 9px;
		font-size: 26px;
	}

	.arofif-latest-title::before,
	.arofif-latest-title::after {
		width: 38px;
	}

	.arofif-latest-post-card {
		grid-template-columns: 37% minmax(0, 1fr) 12px;
		gap: 8px;
	}
}
