/*
Theme Name: iwapia
*/

/* NULL */
HTML,
BODY,
DIV,
SPAN,
APPLET,
OBJECT,
IFRAME,
H1,
H2,
H3,
H4,
H5,
H6,
P,
BLOCKQUOTE,
PRE,
A,
ABBR,
ACRONYM,
ADDRESS,
BIG,
CITE,
CODE,
DEL,
DFN,
EM,
FONT,
IMG,
INS,
KBD,
Q,
S,
SAMP,
SMALL,
STRIKE,
STRONG,
TT,
VAR,
B,
U,
I,
CENTER,
DL,
DT,
DD,
OL,
UL,
LI,
FIELDSET,
FORM,
LABEL,
LEGEND {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

SUP,
SUB {
	line-height: 1px;
}

BODY {
	line-height: 1;
}

UL {
	list-style: none;
}

:focus {
	outline: 0;
}

INS {
	text-decoration: none;
}

DEL {
	text-decoration: line-through;
}

input::-moz-focus-inner {
	border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
.BlockDisplay00 {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

.none,
.hidden {
	display: none;
}

.VisibleOnMobile760 {
	display: none;
}

.ClearFix00 {
	clear: both;
}

hr.ClearFix00 {
	padding: 0;
	margin: 0;
	height: 1px;
	overflow: hidden;
	border: 0;
}

.clearfix:before,
.clearfix:after,
.clf:before,
.clf:after {
	content: " ";
	display: table;
}

.clearfix:after,
.clf:after {
	clear: both;
}

.clearfix,
.clf {
	*zoom: 1;
}

.FloatRight99 {
	float: right;
}

.FloatLeft11 {
	float: left;
}

.TextCenter55 {
	text-align: center;
}

.BlockCenter44 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.FloatRight99 {
	margin: 0 0 4px 10px;
	display: inline;
}

img.FloatLeft11 {
	margin: 0 10px 4px 0;
	display: inline;
}

a img {
	border: none;
}

img {
	max-width: 100%;
}

.PostEntryContent00 img {
	height: auto;
}

/* END NULL */


/* BASE */

:root {
	--font-base: 'Outfit', ui-sans-serif, system-ui, -apple-system, sans-serif;
	--font-display: 'Outfit', ui-sans-serif, system-ui, -apple-system, sans-serif;

	--color-bg: #F9F9FC;
	--color-surface: rgba(255, 255, 255, 0.95);
	--color-surface-2: #ffffff;
	--color-text: #1A1A2E;
	--color-muted: rgba(26, 26, 46, 0.65);
	--color-border: rgba(46, 26, 71, 0.12);
	--shadow-main: 0 18px 60px rgba(46, 26, 71, 0.15);

	--color-primary: #2E1A47;
	--color-primary-2: #4A2B78;
	--color-accent: #FF6B6B;
	--color-teal: #4ECDC4;

	--radius-lg: 16px;
	--radius-md: 12px;
	--radius-sm: 8px;
}

.ContentBox44 {
	/* semantic helper */
}

.PageContentWrapper55 {
	/* hook */
}

.CardBaseStyle33 {
	/* card base */
}

body {
	color: var(--color-text);
	font-size: 16px;
	line-height: 26px;
	font-family: var(--font-base);
	background: linear-gradient(135deg, #F9F9FC 0%, #EFF1F5 100%);
	text-align: center;
	font-weight: 400;
}

.ContainerMain01 {
	width: 100%;
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	text-align: left;
}

input,
textarea {
	font-family: var(--font-base);
}

a {
	color: var(--color-primary-2);
	text-decoration: none;
	transition: all 0.3s ease;
}

a:hover {
	color: var(--color-accent);
	text-decoration: none;
}

p,
.PostEntryContent00 table,
.PostEntryContent00 form,
.PostEntryContent00 ul,
.PostEntryContent00 ol,
.PostEntryContent00 hr,
blockquote {
	margin: 0 0 12px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.SectionHeadingBlock99 {
	margin: 0 0 24px 0;
	color: var(--color-primary);
	font-family: var(--font-display);
	font-weight: 700;
	letter-spacing: -0.01em;
}

.SectionLink88 {
	font-size: 18px;
}

h1,
.h1,
.SectionHeadingBlock99 {
	font-size: clamp(32px, 3.5vw, 58px);
	line-height: 1.05;
}

h2,
.h2 {
	font-size: clamp(28px, 3.2vw, 48px);
	line-height: 1.1;
}

h2 span,
.h2 span {
	font-weight: 400;
}

h3,
.h3 {
	font-size: clamp(24px, 2.5vw, 42px);
	line-height: 1.15;
}

h4,
.h4 {
	font-size: clamp(20px, 2.2vw, 36px);
	line-height: 1.2;
}

h5,
.h5 {
	font-size: clamp(18px, 1.8vw, 30px);
	line-height: 1.25;
}

h6,
.h6 {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
}


.table,
.PostEntryContent00 table {
	border-spacing: 0;
	border-collapse: collapse;
	box-shadow: var(--shadow-main);
	border-radius: var(--radius-md);
}

.table tr th,
.PostEntryContent00 table tr th {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-primary-2) 100%);
	padding: 12px 30px;
	color: #fff;
	font-weight: 600;
}

.table tr th:last-child,
.PostEntryContent00 table tr th:last-child {
	border-right: 0;
}

.table tr th span,
.PostEntryContent00 table tr th span {
	display: block;
	color: rgba(255, 255, 255, 0.7);
	font-size: 11px;
	line-height: 12px;
	text-align: right;
}

.table tr td,
.PostEntryContent00 table tr td {
	padding: 10px 30px;
	border-right: 1px solid var(--color-border);
	border-bottom: 1px solid var(--color-border);
	background: rgba(255, 255, 255, 0.8);
	color: var(--color-text);
	font-size: 15px;
	line-height: 22px;
}

.table tr:nth-child(2n) td,
.PostEntryContent00 table tr:nth-child(2n) td {
	background: #fff;
	border-bottom: 0;
}

.table tr td:last-child,
.PostEntryContent00 table tr td:last-child {
	border-right: 0;
}

.PostEntryContent00 table.nobord,
.PostEntryContent00 table.nobord tr th,
.PostEntryContent00 table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
}

.PostEntryContent00 ul,
ul.list {
	padding: 0 0 0 28px;
	list-style: none;
	font-size: 17px;
	line-height: 24px;
}

.PostEntryContent00 ol,
ol.list {
	padding: 0 0 0 25px;
	list-style: none;
}

.PostEntryContent00 ul ul,
.PostEntryContent00 ol ol,
.PostEntryContent00 ol ul,
.PostEntryContent00 ul ol,
ul.list ul,
ol.list ol,
ol.list ul,
ul.list ol {
	margin: 6px 0 0 0;
}

.PostEntryContent00 ol>li,
ol.list>li {
	margin: 8px 0 8px 10px;
	list-style: decimal outside;
}

.PostEntryContent00 ul>li,
ul.list>li {
	margin: 6px 0;
	padding: 0 0 0 30px;
	background: url('images/list-icon.svg') no-repeat 0px 6px / 16px auto;
}

blockquote {
	padding-left: 24px;
	border-left: 4px solid var(--color-accent);
	font-style: italic;
	color: var(--color-muted);
}

blockquote cite {
	margin: 6px 0 0;
	display: block;
	font-style: normal;
	font-weight: 600;
}

/* END BASE */


/* FORM */

.form_line {
	padding: 0 0 12px 0;
}

.lab {
	display: block;
	padding: 0 0 6px 0;
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
}

.inp {
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: 14px 24px;
	background: #fff;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-sm);
	color: var(--color-text);
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

.ta {
	box-sizing: border-box;
	width: 100%;
	height: 160px;
	padding: 18px 24px;
	background: #fff;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-sm);
	color: var(--color-text);
	font-size: 16px;
	line-height: 20px;
	vertical-align: bottom;
}

.form_sub {
	position: relative;
}

.ActionBtn55 {
	display: inline-block;
	box-sizing: border-box;
	min-height: 44px;
	padding: 12px 24px;
	border: 1px solid transparent;
	background: var(--color-accent);
	border-radius: 99px;
	transition: all 0.3s ease;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
}

.ActionBtn55:hover {
	background: #ff5252;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(255, 107, 107, 0.4);
}

.BtnSecondary33 {
	border-color: var(--color-border);
	background: #fff;
	color: var(--color-primary);
	box-shadow: none;
}

.BtnSecondary33:hover {
	border-color: var(--color-accent);
	background: #fff;
	color: var(--color-accent);
}


/* END FORM */


/* HEADER */

.HeaderWrap88,
header {
	background: #fff;
	border-bottom: 1px solid var(--color-border);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.03);
}

.TopBarSection55 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
}

.HeaderBar99 {
	gap: 20px;
}


.BrandLogo99 {
	width: 160px;
}

.LogoContainer12 img {
	height: 50px;
	width: auto;
}

.NavToggleBtn33 {
	float: left;
	display: none;
	width: 40px;
	height: 24px;
	margin: 10px;
	position: relative;
	cursor: pointer;
}

.NavToggleBtn33 span,
.NavToggleBtn33:before,
.NavToggleBtn33:after {
	content: " ";
	display: block;
	width: 100%;
	height: 3px;
	background: var(--color-primary);
	border-radius: 2px;
	position: absolute;
	left: 0px;
	transition: all 0.3s;
}

.NavToggleBtn33 span {
	top: 10px;
}

.NavToggleBtn33:before {
	top: 0px;
}

.NavToggleBtn33:after {
	top: 20px;
}

.NavToggleBtn33.open span {
	display: none;
}

.NavToggleBtn33.open:before {
	transform: rotate(45deg);
	top: 10px;
}

.NavToggleBtn33.open:after {
	transform: rotate(-45deg);
	top: 10px;
}

@media (min-width: 761px) {
	.NavPrimary22 {
		display: block !important;
	}
}

.NavPrimary22 {
	font-size: 16px;
	font-weight: 500;
}

.NavPrimary22 ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.NavPrimary22 ul li {
	padding: 0 12px;
}

.NavPrimary22 ul li a {
	color: var(--color-primary);
}

.NavPrimary22 ul li a:hover {
	color: var(--color-accent);
}

.HeaderRightZone77 {
	display: flex;
	align-items: center;
	gap: 15px;
}

.LangSwitcher44>ul>li {
	position: relative;
	padding: 10px 0;
}

.LangSwitcher44 ul li a {
	display: flex;
	align-items: center;
	color: var(--color-primary);
	font-weight: 500;
}

.LangSwitcher44 ul li a img {
	width: 24px;
	margin: 0 6px 0 0;
	border-radius: 50%;
}

.LangSwitcher44>ul>li>ul {
	display: block;
	width: 160px;
	padding: 10px;
	position: absolute;
	top: 120%;
	right: 0px;
	z-index: 999;
	background: #fff;
	border-radius: var(--radius-sm);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
}

.LangSwitcher44>ul>li:hover>ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.LangSwitcher44 ul li ul li {
	display: block;
	padding: 8px 10px;
	border-bottom: 1px solid var(--color-border);
}

.LangSwitcher44 ul li ul li:last-child {
	border: 0;
}

.LangSwitcher44 ul li ul li a:hover {
	color: var(--color-accent);
}


.CtaButtonArea11 {
	padding: 0 0 0 10px;
}


/* END HEADER */


/* HOME */

.CategoryGridSection88 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin: 0 0 40px 0;
}

.CategoryCardItem99 {
	width: auto;
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-main);
	transition: transform 0.3s;
}

.CategoryCardItem99:hover {
	transform: translateY(-5px);
}

.CardHeaderTitle11 {
	padding: 0 0 15px 40px;
	margin-bottom: 15px;
	border-bottom: 1px solid var(--color-border);
}

.CardHeaderTitle11 a {
	display: block;
	padding: 5px 30px 5px 0;
	color: var(--color-primary);
	font-size: 18px;
	font-weight: 700;
	background: url('images/arrow-right.svg') no-repeat right center / 20px auto;
}

.CardHeaderTitle11 a:hover {
	color: var(--color-accent);
	padding-right: 35px;
}

.CardHeaderTitle11 span {
	display: block;
	font-size: 13px;
	color: var(--color-muted);
	margin-top: 4px;
}

.CardListContainer22 {
	padding: 5px 0;
}

.CategoryCardItem99 ul {
	height: 320px;
	padding: 0 5px 0 0;
	overflow-y: auto;
}

.CategoryCardItem99 ul::-webkit-scrollbar {
	width: 6px;
}

.CategoryCardItem99 ul::-webkit-scrollbar-thumb {
	background-color: #ddd;
	border-radius: 3px;
}

.CategoryCardItem99 ul li:nth-child(2n) {
	background: #F9F9FC;
	border-radius: 4px;
}

.CategoryCardItem99 ul li a {
	display: block;
	padding: 8px 12px 8px 24px;
	color: var(--color-text);
	position: relative;
	padding-right: 30px;
}

.CategoryCardItem99 ul li a:hover {
	color: var(--color-accent);
}

.CategoryCardItem99 ul li a:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url('images/review-icon.svg') no-repeat center / contain;
	opacity: 0.3;
	transition: opacity 0.2s;
}

.CategoryCardItem99 ul li a:hover:after {
	opacity: 1;
}

.CardActionFooter77 {
	padding: 15px 0 0 0;
	text-align: center;
}


.FaqSectionWrapper66 {
	padding: 0 0 30px 0;
}

.FaqItemContainer33 {
	margin: 0 0 16px 0;
	padding: 20px 30px;
	background: #fff;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.FaqItemContainer33:hover {
	border-color: var(--color-primary-2);
}

.FaqItemContainer33.open {
	background: #fff;
	border-color: var(--color-accent);
}

.FaqQuestionText11 {
	padding-left: 32px;
	color: var(--color-primary);
	font-size: 19px;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	background: url('images/faq-icon.svg') no-repeat left center / 24px auto;
	transition: background-image 0.3s;
}

.FaqItemContainer33.open .FaqQuestionText11 {
	color: var(--color-accent);
}

.FaqAnswerBox22 {
	display: none;
	padding: 20px 0 0 32px;
	color: var(--color-muted);
}


.HomeSeoText88 {
	padding: 0 0 40px 0;
	text-align: left;
	max-width: 800px;
	margin: 0 auto;
}


/* END HOME */


/* POSTS */

#MainContentArea22 {
	padding: 40px 0;
}

.HeroSection00 {
	margin: 0 0 24px 0;
	padding: 30px;
	background: #fff;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-main);
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 30px;
	align-items: center;
}

.HeroLeadText88 {
	color: var(--color-muted);
	font-size: 18px;
	line-height: 28px;
}

.HeroMetaBox00 {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 16px 0 0 0;
}

.HeroThumbContainer66 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	border-radius: var(--radius-md);
	background: #F9F9FC;
	overflow: hidden;
}

.HeroThumbContainer66 img {
	height: 100%;
	object-fit: contain;
}

.PostGridWrapper55 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-bottom: 40px;
}

.PostCardItem44 {
	background: #fff;
	border-radius: var(--radius-md);
	overflow: hidden;
	border: 1px solid var(--color-border);
	transition: transform 0.3s, box-shadow 0.3s;
}

.PostCardItem44:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.PostCardImageLink33 {
	display: block;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.PostCardImageLink33 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s;
}

.PostCardItem44:hover .PostCardImageLink33 img {
	transform: scale(1.05);
}

.PostCardBody22 {
	padding: 20px;
}

.PostCardMeta11 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
	font-size: 13px;
}

.PostCardDate00 {
	color: var(--color-muted);
}

.PostCardCategory99 {
	color: var(--color-accent);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.5px;
}

.PostCardTitle88 {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 10px;
}

.PostCardTitle88 a {
	color: var(--color-text);
}

.PostCardTitle88 a:hover {
	color: var(--color-primary);
}

.PostCardExcerpt77 {
	font-size: 14px;
	color: var(--color-muted);
	line-height: 1.6;
}

.PillTag22 {
	display: inline-flex;
	padding: 6px 14px;
	border-radius: 20px;
	background: #F0F0F5;
	color: var(--color-text);
	font-size: 13px;
	font-weight: 500;
}

.PillLinkMod11:hover {
	background: var(--color-accent);
	color: #fff;
}


.PostNavigation77 {
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
	padding: 20px;
	background: #fff;
	border-radius: var(--radius-md);
}

.PostNavItem66 a {
	font-weight: 700;
	color: var(--color-primary);
}



/* COMMENTS */

.CommentItemBox88 {
	padding: 20px;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	border-radius: var(--radius-md);
	border: 1px solid var(--color-border);
}

.CommentAvatar77 {
	float: left;
	width: 80px;
	margin-right: 20px;
}

.CommentAvatar77 img {
	border-radius: 50%;
}

.CommentBody66 {
	overflow: hidden;
}

.CommentMeta55 {
	margin-bottom: 10px;
	font-size: 14px;
}

.CommentAuthor44 {
	font-weight: 700;
	color: var(--color-primary);
	margin-right: 10px;
}

.CommentDate33 {
	color: var(--color-muted);
}

.CommentContent22 {
	font-size: 15px;
	color: var(--color-text);
	line-height: 1.6;
	margin-bottom: 10px;
}

.CommentReplyLink11 a {
	display: inline-block;
	color: var(--color-accent);
	font-weight: 500;
	font-size: 13px;
}

/* SEARCH */

.SearchFormWrapper99 {
	padding: 20px;
	background: #F9F9FC;
	border-radius: var(--radius-md);
	margin-bottom: 20px;
}

.SearchInputBox88 input {
	width: 100%;
	padding: 12px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-sm);
}

.SearchSubmitBox77 {
	margin-top: 10px;
	text-align: right;
}

.SearchSubmitBox77 input {
	background: var(--color-primary);
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 99px;
	cursor: pointer;
	transition: background 0.3s;
}

.SearchSubmitBox77 input:hover {
	background: var(--color-accent);
}

/* WP OTHER */


/* FOOTER */

.FooterWrap99 {
	padding: 60px 0;
	background: var(--color-primary);
	color: #fff;
	text-align: left;
}

.FooterLeftZone11 {
	float: left;
	width: 350px;
}

.FooterLogoBox22 img {
	width: 140px;
	margin-bottom: 20px;
	filter: brightness(0) invert(1);
	/* Make logo white for footer */
}

.CopyrightText33 {
	font-size: 13px;
	opacity: 0.6;
}

.FooterRightZone77 {
	float: right;
	width: 600px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.FooterNavPrimary88 ul li {
	display: inline-block;
	margin-left: 20px;
}

.FooterNavPrimary88 ul li a {
	color: rgba(255, 255, 255, 0.8);
	font-weight: 500;
}

.FooterNavPrimary88 ul li a:hover {
	color: var(--color-teal);
}

.FooterNavSecondary99 {
	margin-top: 20px;
	font-size: 13px;
}

.FooterNavSecondary99 ul li {
	display: inline-block;
	margin-left: 20px;
}

.FooterNavSecondary99 ul li a {
	color: rgba(255, 255, 255, 0.5);
}

#BackTopBtn44 {
	display: none;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
	background: var(--color-accent) url('images/back-top.svg') no-repeat center / 20px auto;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s;
}

#BackTopBtn44:hover {
	transform: translateY(-5px);
}

/* MODAL */

.ModalWindow66 {
	display: none;
	width: 450px;
	max-width: 90%;
	padding: 40px;
	position: fixed;
	top: 50% !important;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	background: #fff;
	border-radius: var(--radius-lg);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.ModalCloseBtn77 {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="black"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"/></svg>');
	opacity: 0.5;
	transition: opacity 0.2s;
}

.ModalCloseBtn77:hover {
	opacity: 1;
}

.ModalOverlayMask88 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(11, 16, 32, 0.8);
	z-index: 9000;
	backdrop-filter: blur(4px);
}

#AgeVerifyOverlay88 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}

#AgeVerifyModal99 {
	background: #fff;
	padding: 30px;
	border-radius: var(--radius-md);
	text-align: center;
}

.AgeActionArea00 {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 20px;
}

/* TAXONOMY & ARCHIVE */

.HeroSimpleMode {
	text-align: center;
	padding: 40px 20px;
}

.SubCategoryNav55 {
	margin: 0 0 40px 0;
	padding: 30px;
	background: #fff;
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-main);
}

.SubCatGrid44 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 15px;
}

.ToolbarSection22 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	background: #fff;
	padding: 15px 20px;
	border-radius: var(--radius-sm);
	border: 1px solid var(--color-border);
}

.CategoryDescription00 p {
	font-size: 14px;
	margin: 0;
	color: var(--color-muted);
}

.SortForm88 {
	display: flex;
	align-items: center;
	gap: 10px;
}

.SortLabel77 {
	font-weight: 600;
	font-size: 14px;
}

.SortSelect66 {
	height: 36px;
	padding: 0 30px 0 10px;
	font-size: 14px;
}

.PaginationBox44 {
	margin-top: 40px;
	text-align: center;
}

.PaginationBox44 .wp-pagenavi a,
.PaginationBox44 .wp-pagenavi span {
	padding: 8px 12px;
	background: #fff;
	border: 1px solid var(--color-border);
	margin: 0 4px;
	border-radius: var(--radius-sm);
	color: var(--color-text);
	text-decoration: none;
}

.PaginationBox44 .wp-pagenavi span.current {
	background: var(--color-primary);
	color: #fff;
	border-color: var(--color-primary);
}

/* SINGLE SITE */

.SiteMetaInfo88 {
	display: flex;
	gap: 20px;
	margin: 20px 0;
	padding: 15px 0;
	border-top: 1px solid var(--color-border);
	border-bottom: 1px solid var(--color-border);
}

.SiteUrlBox99 a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 0 0 20px;
	font-weight: 600;
}

.SiteDateInfo11 {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}

.SiteCtaSection22 {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin: 40px 0;
}


/* COMMENTS EXTRAS */

.NoCommentsMsg00 {
	padding: 20px;
	background: #fff;
	text-align: center;
	color: var(--color-muted);
	border-radius: var(--radius-sm);
}

.CommentsNavi77 {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}

.AlignLeft66,
.AlignRight55 {
	font-weight: 600;
}