body.seoap-blog-page {
	--seoap-blog-bg: #141616;
	--seoap-blog-panel: #1b1e1e;
	--seoap-blog-panel-soft: #202323;
	--seoap-blog-border: #3a4140;
	--seoap-blog-text: #f5f5ef;
	--seoap-blog-copy: #c6cdca;
	--seoap-blog-muted: #929d99;
	--seoap-blog-accent: #5bc8b5;
	--seoap-blog-accent-soft: rgb(91 200 181 / 12%);
	background: var(--seoap-blog-bg);
}

body.seoap-blog-page .site-content,
body.seoap-blog-page .content-area,
body.seoap-blog-page .site-main,
body.seoap-blog-page .inside-article,
body.seoap-blog-page .entry-content {
	background: var(--seoap-blog-bg);
}

body.seoap-blog-page .content-area {
	float: none;
	width: 100%;
}

body.seoap-blog-page #left-sidebar,
body.seoap-blog-page #right-sidebar,
body.seoap-blog-page .widget-area.sidebar {
	display: none;
}

body.seoap-blog-page .entry-content {
	margin: 0;
}

.seoap-blog-component,
.seoap-blog-component * {
	box-sizing: border-box;
}

.seoap-blog-component {
	color: var(--seoap-blog-text, #f5f5ef);
	font-family: inherit;
	margin: 0 auto;
}

.seoap-blog-filters {
	background: transparent;
	border: 1px solid rgb(255 255 255 / 7%);
	border-radius: 16px;
	margin-bottom: 22px;
	overflow: hidden;
	padding: clamp(18px, 3vw, 30px);
}

.seoap-blog-search-wrap {
	position: relative;
}

.seoap-blog-search-wrap input[type="search"] {
	-webkit-appearance: none;
	appearance: none;
	background: rgb(12 14 14 / 80%) !important;
	border: 1px solid #424847;
	border-radius: 999px;
	box-shadow: none;
	color: var(--seoap-blog-text);
	font: inherit;
	font-size: 14px;
	height: 48px;
	margin: 0;
	outline: 0;
	padding: 0 52px 0 20px;
	width: 100%;
}

.seoap-blog-search-wrap input[type="search"]::placeholder {
	color: #adb5b2;
	opacity: 1;
}

.seoap-blog-search-wrap input[type="search"]:focus {
	background: rgb(12 14 14 / 80%) !important;
	border-color: var(--seoap-blog-accent);
	box-shadow: 0 0 0 3px rgb(91 200 181 / 17%);
	color: var(--seoap-blog-text) !important;
}

.seoap-blog-search-wrap > span {
	align-items: center;
	color: #dbe0de;
	display: flex;
	height: 48px;
	justify-content: center;
	line-height: 0;
	pointer-events: none;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
}

.seoap-blog-search-wrap > span svg {
	display: block;
	fill: none;
	height: 20px;
	stroke: currentcolor;
	stroke-linecap: round;
	stroke-width: 1.8;
	width: 20px;
}

.seoap-blog-category-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 17px;
}

.seoap-blog-category-filters button {
	background: rgb(14 16 16 / 78%);
	border: 1px solid #4c5351;
	border-radius: 999px;
	color: #eef1ef;
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	min-height: 37px;
	padding: 0 17px;
	transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.seoap-blog-category-filters button:hover,
.seoap-blog-category-filters button:focus-visible {
	border-color: var(--seoap-blog-accent);
	color: var(--seoap-blog-accent);
	outline: 0;
}

.seoap-blog-category-filters button:active {
	transform: translateY(1px);
}

.seoap-blog-category-filters button.is-active {
	background: var(--seoap-blog-accent);
	border-color: var(--seoap-blog-accent);
	color: #10201d;
}

.seoap-blog-featured-wrap {
	margin-bottom: clamp(42px, 6vw, 76px);
}

.seoap-blog-featured {
	background: linear-gradient(135deg, #1e2121, #171919);
	border: 1px solid var(--seoap-blog-border);
	border-radius: 15px;
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.95fr);
	min-height: 380px;
	overflow: hidden;
}

.seoap-blog-featured-media {
	background: #222625;
	display: block;
	min-height: 380px;
	overflow: hidden;
}

.seoap-blog-image,
.seoap-blog-image-placeholder {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 350ms ease;
	width: 100%;
}

.seoap-blog-image-placeholder {
	background:
		radial-gradient(circle at 24% 28%, rgb(91 200 181 / 17%), transparent 34%),
		linear-gradient(135deg, #252a29, #151717);
}

.seoap-blog-featured:hover .seoap-blog-image,
.seoap-blog-card:hover .seoap-blog-image {
	transform: scale(1.025);
}

.seoap-blog-featured-copy {
	align-self: center;
	padding: clamp(28px, 4vw, 54px);
}

.seoap-blog-label {
	align-self: flex-start;
	background: var(--seoap-blog-accent-soft);
	border: 1px solid rgb(91 200 181 / 47%);
	border-radius: 999px;
	color: var(--seoap-blog-accent);
	display: inline-flex;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.055em;
	line-height: 1;
	padding: 5px 9px;
	text-decoration: none;
	text-transform: uppercase;
	width: fit-content;
}

.seoap-blog-featured h2,
.seoap-blog-articles h2,
.seoap-blog-card h3 {
	color: var(--seoap-blog-text);
	font-family: inherit;
	font-weight: 700;
	letter-spacing: -0.025em;
}

.seoap-blog-featured h2 {
	font-size: clamp(28px, 3vw, 45px);
	line-height: 1.08;
	margin: 16px 0 16px;
}

.seoap-blog-featured h2 a,
.seoap-blog-card h3 a {
	color: inherit;
	text-decoration: none;
}

body.seoap-blog-page .seoap-blog-component a:hover,
body.seoap-blog-page .seoap-blog-component a:focus-visible,
body.seoap-blog-page .seoap-blog-featured h2 a:hover,
body.seoap-blog-page .seoap-blog-featured h2 a:focus-visible,
body.seoap-blog-page .seoap-blog-card h3 a:hover,
body.seoap-blog-page .seoap-blog-card h3 a:focus-visible {
	color: var(--seoap-blog-text);
}

.seoap-blog-featured-copy > p,
.seoap-blog-card-copy > p {
	color: var(--seoap-blog-copy);
	line-height: 1.58;
}

.seoap-blog-featured-copy > p {
	font-size: 15px;
	margin: 0 0 22px;
}

.seoap-blog-meta {
	align-items: center;
	color: var(--seoap-blog-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 11px;
	gap: 7px 15px;
}

.seoap-blog-meta > span:not(:first-child)::before {
	color: #5f6966;
	content: "·";
	margin-right: 15px;
}

.seoap-blog-read-more {
	align-items: center;
	color: var(--seoap-blog-accent);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 9px;
	margin-top: 24px;
	text-decoration: none;
}

.seoap-blog-read-more span {
	font-size: 18px;
	transition: transform 150ms ease;
}

.seoap-blog-read-more:hover span {
	transform: translateX(3px);
}

.seoap-blog-section-heading {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 22px;
}

.seoap-blog-kicker {
	color: var(--seoap-blog-accent);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.13em;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.seoap-blog-articles h2 {
	font-size: clamp(27px, 3vw, 38px);
	line-height: 1.15;
	margin: 0;
}

.seoap-blog-result-count {
	color: var(--seoap-blog-muted);
	font-size: 12px;
	margin: 0;
}

.seoap-blog-grid {
	display: grid;
	gap: clamp(18px, 2vw, 28px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seoap-blog-card {
	background: linear-gradient(145deg, var(--seoap-blog-panel-soft), var(--seoap-blog-panel));
	border: 1px solid var(--seoap-blog-border);
	border-radius: 13px;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.seoap-blog-card:hover {
	border-color: #54605d;
	box-shadow: 0 16px 34px rgb(0 0 0 / 25%);
	transform: translateY(-2px);
}

.seoap-blog-card[hidden] {
	display: none;
}

.seoap-blog-card-media {
	aspect-ratio: 16 / 9;
	background: #222625;
	display: block;
	overflow: hidden;
}

.seoap-blog-card-copy {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px 21px 21px;
}

.seoap-blog-card h3 {
	font-size: clamp(18px, 1.5vw, 23px);
	line-height: 1.18;
	margin: 13px 0 10px;
}

.seoap-blog-card-copy > p {
	font-size: 13px;
	margin: 0 0 18px;
}

.seoap-blog-card .seoap-blog-meta {
	margin-top: auto;
}

.seoap-blog-empty {
	background: #191c1c;
	border: 1px dashed #46504e;
	border-radius: 12px;
	color: var(--seoap-blog-muted);
	margin: 20px auto 0;
	padding: 34px;
	text-align: center;
}

.seoap-blog-empty strong {
	color: var(--seoap-blog-text);
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
}

.seoap-blog-empty p {
	margin: 0;
}

.seoap-blog-sr-only {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

@media (max-width: 980px) {
	.seoap-blog-featured {
		grid-template-columns: 1fr;
	}

	.seoap-blog-featured-media {
		aspect-ratio: 16 / 8.5;
		min-height: 0;
	}

	.seoap-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.seoap-blog-filters {
		border-radius: 12px;
		padding: 16px;
	}

	.seoap-blog-category-filters {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 4px;
		scrollbar-width: thin;
	}

	.seoap-blog-category-filters button {
		flex: 0 0 auto;
	}

	.seoap-blog-featured {
		border-radius: 12px;
	}

	.seoap-blog-featured-copy {
		padding: 24px 20px 27px;
	}

	.seoap-blog-featured h2 {
		font-size: 28px;
	}

	.seoap-blog-grid {
		grid-template-columns: 1fr;
	}

	.seoap-blog-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.seoap-blog-component *,
	.seoap-blog-component *::before,
	.seoap-blog-component *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
