body.category {
	background: #f8f6f0 !important;
	background-image: none !important;
	overflow-x: hidden;
}

body.category::before,
body.category::after {
	background-image: none !important;
}

body.category #container,
body.category .container,
body.category #content,
body.category #content-in,
body.category .content-in,
body.category .content-in.wrap,
body.category #main,
body.category .main,
body.category .main-in,
body.category .entry-content,
body.category .article {
	background: #f8f6f0 !important;
	background-image: none !important;
}

body.category #content,
body.category #content-in {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: none;
}

body.category .content-in,
body.category .content-in.wrap,
body.category #main {
	float: none;
	width: 100%;
	max-width: none;
}

body.category #container,
body.category .container,
body.category #content,
body.category #content-in,
body.category .content-in,
body.category .content-in.wrap,
body.category .main,
body.category .main-in,
body.category .entry-content,
body.category .article {
	border: 0;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.category .content-in,
body.category .content-in.wrap,
body.category .main,
body.category .main-in,
body.category .entry-content,
body.category .article {
	padding: 0 !important;
}

body.category #sidebar,
body.category #sidebar-scroll,
body.category .sidebar,
body.category .sidebar-scroll,
body.category #arofif-sidebar-genre-guide {
	display: none !important;
}

body.category .arofif-category-archive {
	background: #f8f6f0;
	color: #2f332d;
	padding: 0 0 72px;
}

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

body.category .arofif-category-header {
	padding: 34px 0 26px;
	text-align: center;
}

body.category .arofif-category-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	margin: 0;
	color: #2f332d;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: center;
	white-space: nowrap;
}

body.category .arofif-category-title::before,
body.category .arofif-category-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%);
	border-radius: 999px;
	opacity: .86;
}

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

body.category .arofif-category-description {
	box-sizing: border-box;
	max-width: 800px;
	margin: 16px auto 28px;
	color: #4f4f45;
	font-family: inherit;
	font-size: clamp(1rem, .98rem + .1vw, 1.05rem);
	font-weight: 500;
	line-height: 1.85;
	text-align: left;
}

body.category .arofif-category-description p {
	margin: 0 0 .85em;
	text-align: left;
	font: inherit;
}

body.category .arofif-category-description p:last-child {
	margin-bottom: 0;
}

body.category .arofif-category-list-card {
	background: #fff;
	border: 1px solid #e5e0d6;
	border-radius: 14px;
	box-shadow: 0 5px 16px rgba(69, 64, 53, 0.05);
	padding: 14px;
}

body.category .arofif-category-post-list {
	border: 1px solid #eee9df;
	border-radius: 12px;
	overflow: hidden;
}

body.category .arofif-category-post-card {
	position: relative;
	display: grid;
	grid-template-columns: 38% minmax(0, 1fr) 18px;
	gap: 12px;
	align-items: center;
	min-height: 126px;
	padding: 12px 12px 12px 10px;
	color: #2f332d;
	text-decoration: none;
	background: #fff;
	border-bottom: 1px solid #ebe6dc;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

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

body.category .arofif-category-post-card:hover,
body.category .arofif-category-post-card:focus-visible {
	background: #fbfaf6;
	transform: translateY(-1px);
}

body.category .arofif-category-post-thumb {
	position: relative;
	width: 100%;
	height: 102px;
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	background: #e7e1d6;
}

body.category .arofif-category-post-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.category .arofif-category-post-noimage {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #737867;
	font-size: 0.78rem;
	font-weight: 700;
	background: linear-gradient(135deg, #e8e2d8, #f8f6f0);
}

body.category .arofif-category-post-label {
	position: absolute;
	top: 7px;
	left: 7px;
	max-width: calc(100% - 14px);
	padding: 3px 7px;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
	background: rgba(93, 111, 67, 0.92);
	border-radius: 6px;
}

body.category .arofif-category-post-body {
	min-width: 0;
	padding-right: 2px;
	text-align: left;
}

body.category .arofif-category-post-title {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: #2f332d;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0;
	text-align: left;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

body.category .arofif-category-post-excerpt {
	display: -webkit-box;
	margin: 6px 0 0;
	overflow: hidden;
	color: #62665d;
	font-size: 0.82rem;
	font-weight: 500;
	line-height: 1.45;
	text-align: left;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.category .arofif-category-post-date {
	display: block;
	margin-top: 7px;
	color: #54584f;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
}

body.category .arofif-category-post-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6f7f4f;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
}

body.category .arofif-category-pagination {
	margin: 24px 0 0;
}

body.category .arofif-category-page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.category .arofif-category-page-numbers li {
	margin: 0;
	padding: 0;
}

body.category .arofif-category-page-numbers .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 12px;
	color: #465037;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	background: #fff;
	border: 1px solid #e2dccf;
	border-radius: 999px;
}

body.category .arofif-category-page-numbers .page-numbers.prev,
body.category .arofif-category-page-numbers .page-numbers.next {
	width: auto;
	min-width: 92px;
	white-space: nowrap;
}

body.category .arofif-category-page-numbers .page-numbers.current {
	color: #fff;
	background: #6f7f4f;
	border-color: #6f7f4f;
}

body.category .arofif-category-empty {
	margin: 0;
	padding: 34px 16px;
	color: #575b51;
	font-weight: 700;
	text-align: center;
}

body.category .arofif-category-back {
	display: flex;
	justify-content: center;
	padding: 28px 0 0;
}

body.category .arofif-category-back-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 300px);
	min-height: 46px;
	padding: 12px 24px;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	background: #6f7f4f;
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(79, 90, 55, 0.18);
}

@media screen and (min-width: 681px) {
	body.category .arofif-category-archive {
		padding-bottom: 80px;
	}

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

	body.category .arofif-category-header {
		padding: 48px 0 34px;
	}

	body.category .arofif-category-title {
		font-size: 23px;
	}

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

	body.category .arofif-category-list-card {
		padding: 18px;
	}

	body.category .arofif-category-post-card {
		grid-template-columns: 34% minmax(0, 1fr) 28px;
		gap: 18px;
		min-height: 154px;
		padding: 16px;
	}

	body.category .arofif-category-post-thumb {
		height: 132px;
	}

	body.category .arofif-category-post-title {
		font-size: 1.25rem;
		-webkit-line-clamp: 2;
	}

	body.category .arofif-category-post-excerpt {
		font-size: 0.95rem;
	}

	body.category .arofif-category-post-date {
		font-size: 0.92rem;
	}

	body.category .arofif-category-back {
		padding-top: 32px;
	}
}

@media screen and (min-width: 1025px) {
	body.category .arofif-category-archive {
		padding-bottom: 88px;
	}

	body.category .arofif-category-content {
		width: min(100% - 56px, 1100px);
	}

	body.category .arofif-category-header {
		padding: 58px 0 40px;
	}

	body.category .arofif-category-list-card {
		padding: 20px;
	}

	body.category .arofif-category-post-card {
		grid-template-columns: 31% minmax(0, 1fr) 34px;
		gap: 22px;
		min-height: 168px;
		padding: 18px 20px;
	}

	body.category .arofif-category-post-thumb {
		height: 144px;
		border-radius: 9px;
	}

	body.category .arofif-category-post-title {
		font-size: 1.34rem;
		line-height: 1.35;
	}

	body.category .arofif-category-post-excerpt {
		margin-top: 10px;
		font-size: 1rem;
	}

	body.category .arofif-category-post-date {
		margin-top: 12px;
		font-size: 0.95rem;
	}

	body.category .arofif-category-pagination {
		margin-top: 30px;
	}

	body.category .arofif-category-page-numbers {
		gap: 10px;
	}

	body.category .arofif-category-page-numbers .page-numbers {
		min-width: 42px;
		height: 42px;
		font-size: 1rem;
	}

	body.category .arofif-category-back {
		padding-top: 36px;
	}

	body.category .arofif-category-back-link {
		width: 320px;
		min-height: 48px;
		font-size: 1rem;
	}
}

@media screen and (max-width: 480px) {
	body.category #container,
	body.category .container,
	body.category #content,
	body.category #content-in,
	body.category .content-in,
	body.category .content-in.wrap,
	body.category #main,
	body.category .main,
	body.category .main-in,
	body.category .entry-content,
	body.category .article {
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
		background: #f8f6f0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
	}

	body.category .arofif-category-archive {
		width: 100%;
		max-width: none;
		margin-right: 0;
		margin-left: 0;
		padding-right: 0;
		padding-bottom: 16px;
		padding-left: 0;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	body.category .arofif-category-content {
		box-sizing: border-box;
		width: 100%;
		max-width: none;
		margin-right: 0;
		margin-left: 0;
		padding-right: 6px;
		padding-bottom: 0;
		padding-left: 6px;
		margin-bottom: 0;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	body.category .arofif-category-back-link {
		margin-bottom: 0;
	}

	body.category .arofif-category-header {
		padding: 26px 2px 20px;
	}

	body.category .arofif-category-title {
		gap: 9px;
		font-size: 17px;
	}

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

	body.category .arofif-category-description {
		padding-right: 8px;
		padding-left: 8px;
	}

	body.category .arofif-category-list-card {
		padding: 6px;
		border-radius: 10px;
		box-shadow: none;
	}

	body.category .arofif-category-post-list {
		border-radius: 9px;
	}

	body.category .arofif-category-post-card {
		grid-template-columns: 38% minmax(0, 1fr) 14px;
		gap: 10px;
		min-height: 118px;
		padding: 10px 9px;
	}

	body.category .arofif-category-post-thumb {
		height: 96px;
	}

	body.category .arofif-category-post-title {
		font-size: 0.95rem;
		line-height: 1.32;
	}

	body.category .arofif-category-post-excerpt {
		font-size: 0.78rem;
		line-height: 1.42;
	}

	body.category .arofif-category-post-date {
		font-size: 0.78rem;
	}

	body.category .arofif-category-post-arrow {
		font-size: 1.7rem;
	}

	body.category .arofif-category-page-numbers {
		gap: 8px;
		row-gap: 10px;
	}

	body.category .arofif-category-page-numbers .page-numbers {
		min-width: 38px;
		height: 38px;
		padding: 0 11px;
		font-size: 0.92rem;
	}

	body.category .arofif-category-page-numbers .page-numbers.prev,
	body.category .arofif-category-page-numbers .page-numbers.next {
		min-width: 92px;
		height: 44px;
		padding: 0 18px;
		font-size: 0.92rem;
	}
}
