/**
 * Encyclopedia — Listing + Detail Page Styles
 *
 * @package ThemeName
 */

/* ─── TOKENS ──────────────────────────────────────────────────────────────── */
:root {
	--enc-color-primary: #10b981;
	--enc-color-primary-dk: #059669;
	--enc-color-surface: #ffffff;
	--enc-color-bg: #f9fafb;
	--enc-color-border: #e5e7eb;
	--enc-color-text: #111827;
	--enc-color-text-muted: #6b7280;
	--enc-color-badge-bg: #d1fae5;
	--enc-color-badge-text: #065f46;

	/* Category badge palette*/
	--enc-badge-repair-bg: #e0f2fe;
	--enc-badge-repair-txt: #0369a1;
	--enc-badge-gh-bg: #fce7f3;
	--enc-badge-gh-txt: #9d174d;
	--enc-badge-meta-bg: #fef3c7;
	--enc-badge-meta-txt: #92400e;
	--enc-badge-mel-bg: #ede9fe;
	--enc-badge-mel-txt: #5b21b6;
	--enc-badge-neuro-bg: #fee2e2;
	--enc-badge-neuro-txt: #991b1b;
	--enc-badge-long-bg: #d1fae5;
	--enc-badge-long-txt: #065f46;

	--enc-radius-card: 10px;
	--enc-radius-badge: 20px;
	--enc-shadow-card: 0 1px 3px 0 rgb(0 0 0 / .07), 0 1px 2px -1px rgb(0 0 0 / .04);
	--enc-shadow-card-hover: 0 4px 12px 0 rgb(0 0 0 / .10);
	--enc-font-mono: ui-monospace, 'Courier New', monospace;
}

/* ─── SHARED ──────────────────────────────────────────────────────────────── */

.enc-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 12px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-transform: capitalize;
	text-decoration: none;
	white-space: nowrap;
	background: #E0F6EE;
	color: #1C7A6D;
	text-align: center;
	font-family: 'Source Serif 4', serif;
}

/* .enc-badge:hover { opacity: .8; } */
.enc-badge--sm {
	font-size: 10px;
	padding: 2px 9px;
}


/* ─── ARCHIVE — HERO SECTION ──────────────────────────────────────────────── */
.enc-hero {
	background: #F1E6D8;
	overflow: hidden;
}

.enc-hero__inner {
	display: grid;
	grid-template-columns: 55fr 45fr;
	align-items: center;
	min-height: 340px;
	padding-top: 60px;
	padding-bottom: 60px;
}


.enc-hero .enc-hero__text {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

/* The fallback (non-Yoast) breadcrumb */
.enc-hero__breadcrumb span a,
.enc-hero__breadcrumb span a:hover {
	color: #1A1D23;
	font-weight: 500;
	font-size: 14px;
	text-decoration: none;
	font-family: 'Source Serif 4', serif;
}

.enc-hero__breadcrumb>nav>span>span:first-child {
	padding-inline-start: 0;
	padding-inline-end: 8px;
}

.enc-hero__breadcrumb>nav>span>span:last-child {
	padding-inline-start: 8px;
	padding-inline-end: 0;
}

.enc-hero__breadcrumb span.breadcrumb_last {
	color: #A0A0A0;
	font-weight: 500;
	font-size: 14px;
	text-decoration: none;
	font-family: 'Source Serif 4', serif;
}


/* ── Title ──────────────────────────────────────────────────────────────────── */
.enc-hero__title {
	color: #1A1D23;
	font-family: "DM Serif Display";
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 44px;
}

/* ── Description ────────────────────────────────────────────────────────────── */
.enc-hero__desc {
	color: #4B4B47;
	font-family: "Source Serif 4";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
}

/* ── Right-side image ───────────────────────────────────────────────────────── */
.enc-hero__image {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	overflow: hidden;
}

.enc-hero__img {
	display: block;
	width: 100%;
	max-width: 690px;
	height: auto;
	max-height: 384px;
	object-fit: contain;
	object-position: center bottom;
	aspect-ratio: 115/64;
	margin-right: -70px;
}

/* ── Responsive ─────────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
	.enc-hero__inner {
		grid-template-columns: 1fr;
		padding-top: 32px;
		padding-bottom: 32px;
		min-height: unset;
	}

	.enc-hero__img {
		max-width: 440px;
		max-height: 340px;
		margin: 40px auto 0;
	}
}

/* ─── ARCHIVE — SEARCH + FILTER CONTROLS ─────────────────────────────────── */

.enc-archive__controls {
	position: sticky;
	top: 0;
	z-index: 90;
	background: var(--enc-color-surface);
	padding: 60px 0 40px 0;
}

.enc-archive__controls .container {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

/* ── Search box ────────────────────────────────────────────────────────────── */

.enc-search {
	position: relative;
	max-width: 457px;
}

.enc-search__icon {
	position: absolute;
	left: 32px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--enc-color-text-muted);
	pointer-events: none;
	flex-shrink: 0;
}

.enc-search .enc-search__input {
	width: 100% !important;
	padding: 10px 32px 10px 58px !important;
	border: 0.76px solid #D6D2CB !important;
	border-radius: 24px !important;
	font-size: 16px !important;
	color: #4B4B47 !important;
	background: #fff !important;
	outline: none !important;
	transition: border-color .15s ease !important;
	-webkit-appearance: none !important;
}

.enc-search__input::placeholder {
	color: var(--enc-color-text-muted);
}

.enc-search__input:focus {
	border-color: var(--enc-color-primary);
}

/* ── Category pills ─────────────────────────────────────────────────────────── */

.enc-filter-pills {
	display: flex;
	flex-wrap: nowrap;
	gap: 14px;
	align-items: center;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.enc-filter-pills__pill {
	display: inline-flex;
	align-items: center;
	padding: 6px 16px;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 500;
	color: #1A1D23;
	background: transparent;
	border: 0.76px solid #D6D2CB;
	transition: all .15s ease;
	cursor: pointer;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
}

.enc-filter-pills__pill:hover {
	border-color: #1A1D23;
	color: #fff;
	background: #1A1D23;
}

/* Active pill */
.enc-filter-pills__pill--active {
	background: #1A1D23;
	color: #fff;
	border-color: #1A1D23;
}

/* ── Loading state ──────────────────────────────────────────────────────────── */

.enc-archive__loading {
	display: flex;
	justify-content: center;
	padding-block: 48px;
}

.enc-archive__spinner {
	display: inline-block;
	width: 28px;
	height: 28px;
	border: 3px solid var(--enc-color-border);
	border-top-color: var(--enc-color-primary);
	border-radius: 50%;
	animation: enc-spin .7s linear infinite;
}

@keyframes enc-spin {
	to {
		transform: rotate(360deg);
	}
}


/* ─── ARCHIVE — CARD GRID ─────────────────────────────────────────────────── */
.enc-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

@media (max-width: 1023px) {
	.enc-card-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 599px) {
	.enc-card-grid {
		grid-template-columns: 1fr;
	}
}

/* Card */
.enc-card {
	display: flex;
	flex-direction: column;
	background: var(--enc-color-surface);
	border: 0.76px solid #D6D2CB;
	border-radius: 24px;
	padding: 24px;
	transition: border-color .3s ease;
}

.enc-card:hover {
	border-color: #1A7A6D;
}

.enc-card__badge {
	margin-bottom: 16px;
}

.enc-card__body {
	flex: 1;
}

.enc-card__title {
	font-family: "DM Serif Display";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin: 0 !important;
}

.enc-card__title-link {
	color: #1A1D23;
	text-decoration: none;
}

.enc-card__alias {
	color: #A0A0A0;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	margin: 0 !important;
}

.enc-card__desc {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	color: #4B4B4B;
	margin-top: 12px !important;
}

.enc-card__footer {
	padding-top: 16px;
	margin-top: auto;
}

.enc-card__view-more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 600;
	color: #1A7A6D;
	text-decoration: none;
	font-style: normal;
	line-height: 24px;
}


/* ─── ARCHIVE — PAGINATION ────────────────────────────────────────────────── */

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

.enc-archive__pagination .nav-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
}

.enc-archive__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 8px 14px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 500;
	border: 1px solid var(--enc-color-border);
	text-decoration: none;
	color: var(--enc-color-text);
	transition: all .15s ease;
}

.enc-archive__pagination .page-numbers.current,
.enc-archive__pagination .page-numbers:hover {
	background: var(--enc-color-primary);
	color: #fff;
	border-color: var(--enc-color-primary);
}

.enc-archive__empty p {
	color: #4B4B47;
}



/* ─── SINGLE — BREADCRUMBS ────────────────────────────────────────────────── */

.enc-single__breadcrumbs {
	padding-top: 60px;
}

.enc-single__breadcrumbs .container {
	display: flex;
	align-items: center;
}

/* ─── SINGLE — HERO ───────────────────────────────────────────────────────── */

.enc-single__hero-wrap {
	padding-block: 24px 30px;
}

/* Badge colour modifiers per category slug */
.enc-single__hero-wrap .enc-badge {
	margin-bottom: 12px;
}

/* H1 */
.enc-single__title {
	color: #1A1D23;
	font-family: "DM Serif Display";
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 44px;
	margin: 0 0 24px;
}

.enc-single__subtitle-inline {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

/* RUO notice box */
.enc-single__ruo-notice {
	border-radius: 24px;
	border: 0.76px solid rgba(181, 118, 58, 0.50);
	padding: 12px 24px;
	max-width: 894px;
}

.enc-single__ruo-notice p {
	color: #4B4B47;
	font-family: "Source Serif 4";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 6px;
}

.enc-single__ruo-notice p:last-child {
	margin-bottom: 0;
}

.enc-single__ruo-notice strong {
	color: #1A1D23;
	font-family: "DM Serif Display";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 12px;
}

/* ─── SINGLE — TWO-COLUMN LAYOUT ─────────────────────────────────────────── */

.enc-single__layout {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 60px;
	padding-top: 70px;
	padding-bottom: 60px;
	align-items: start;
}

@media (max-width: 1023px) {
	.enc-single__layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}

/* ─── SINGLE — TOC SIDEBAR ────────────────────────────────────────────────── */

.enc-single__sidebar {
	position: sticky;
	top: 24px;
}

/* mobile view */
@media screen and (max-width: 1023px) {
	.enc-single__sidebar {
		position: static;
	}
}

.enc-toc {
	border-radius: 12px;
	border: 0.76px solid #D6D2CB;
	padding: 12px;
}

.enc-toc__heading {
	color: #4B4B4B;
	font-family: "Source Serif 4";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 24px;
}

.enc-toc__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.enc-toc__link {
	display: flex;
	align-items: baseline;
	gap: 10px;
	padding: 10px;
	border-radius: 12px;
	text-decoration: none;
	transition: background .12s ease, color .12s ease;
	color: #4B4B4B;
	font-family: "Source Serif 4";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.enc-toc__link:hover {
	background: #FBF8F2;
	color: #4B4B4B;
}

.enc-toc__link.is-active {
	background: #FBF8F2;
	color: #4B4B4B;
	font-weight: 400;
}

.enc-toc__num {
	color: #4B4B4B;
	font-family: "Source Serif 4";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	min-width: 22px;
	flex-shrink: 0;
}

.enc-toc__link.is-active .enc-toc__num {
	color: #4B4B4B;
}

.enc-toc__label {
	line-height: 1.4;
}

/* ─── SINGLE — CONTENT SECTIONS ──────────────────────────────────────────── */

.enc-section {
	padding-bottom: 30px;
}


.enc-section a {
	color: #4B4B47;
	font-family: "Source Serif 4";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.enc-section#research-references a {
	color: #1A7A6D;
	text-align: center;
	font-family: "Source Serif 4";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}


.enc-section#research-references ul li {
	margin-bottom: 20px;
}

.enc-section#research-references ul li:last-child {
	margin-bottom: 0;
}

.enc-section#research-references a::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='6' viewBox='0 0 14 6' fill='none'%3E%3Cpath d='M10.4502 0C11.078 0.684408 11.6208 1.20479 12.0786 1.56116C12.5365 1.91752 12.9683 2.18302 13.3743 2.35767V2.67627C12.907 2.90283 12.4539 3.19194 12.0149 3.54358C11.5759 3.89522 11.052 4.41089 10.4431 5.09058H9.89795C10.3416 4.14185 10.8066 3.4126 11.2927 2.90283H0V2.18774H11.2927C10.934 1.73462 10.6838 1.39596 10.5422 1.17175C10.4006 0.94755 10.1906 0.556966 9.91211 0H10.4502Z' fill='%231A7A6D'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 14px;
	height: 6px;
	display: inline-block;
	margin-left: 6px;
}


.enc-section+.enc-section {
	margin-top: 30px;
}

.enc-section:last-of-type {
	border-bottom: none;
}

.enc-section__heading {
	margin: 0 0 24px;
	display: flex;
	align-items: baseline;
	gap: 10px;
	color: #1A1D23;
	font-family: "DM Serif Display";
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
}

.enc-section__heading .enc-section__num {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	min-width: 24px;
	flex-shrink: 0;
}

.enc-section__body {
	color: #4B4B47;
	font-family: "Source Serif 4";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.enc-section__body h3 {
	font-family: 'DM Serif Display', serif;
	font-size: 17px;
	font-weight: 600;
	margin: 24px 0 10px;
	color: #1a1d23;
}

.enc-section__body p {
	margin: 0 0 24px;
}

.enc-section__body p:last-child {
	margin-bottom: 0;
}


.enc-section__body p strong {
	color: #4B4B47;
	font-family: "Source Serif 4";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}

.enc-section__body ul,
.enc-disclaimers__body ul,
.enc-section__body ol,
.enc-disclaimers__body ol {
	padding-left: 0px;
	margin-bottom: 14px;
	list-style-type: none;
}

.enc-section__body li::before,
.enc-disclaimers__body li::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10' fill='none'%3E%3Cpath d='M0.666992 0.666626L4.66699 4.66663L0.666992 8.66663' stroke='%234B4B47' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/	%3E%3C/svg%3E");
	background-size: 6px 10px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 0px;
	padding-right: 14px;
}

.enc-section__body li,
.enc-disclaimers__body li {
	position: relative;
	list-style: none;
	padding-left: 20px;
	margin-bottom: 10px;
}

.enc-section__body li::before,
.enc-disclaimers__body li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45em;
	width: 6px;
	height: 10px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10' fill='none'%3E%3Cpath d='M0.666992 0.666626L4.66699 4.66663L0.666992 8.66663' stroke='%234B4B47' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
}


/* ─── SINGLE — COMPOUND IDENTIFICATION TABLE ───────────────────────────────── */

.enc-compound-id__table {
	border: 1px solid #e5e2dc;
	border-radius: 12px;
	overflow: hidden;
	margin: 0;
}

/* Each horizontal row */
.enc-compound-id__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-bottom: 1px solid #e5e2dc;
}

.enc-compound-id__row:last-child {
	border-bottom: none;
}

/* Full-width rows */
.enc-compound-id__row--full {
	grid-template-columns: 1fr;
}

/* Individual cell inside a row */
.enc-compound-id__cell {
	padding: 20px 24px;
	background: transparent;
	border: none;
	border-radius: 0;
}

/* Vertical divider */
.enc-compound-id__row:not(.enc-compound-id__row--full) .enc-compound-id__cell:last-child {
	border-left: 1px solid #e5e2dc;
}

/* Label */
.enc-compound-id__cell dt {
	color: #4B4B4B;
	font-family: "Source Serif 4";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 6px;
}

/* Value */
.enc-compound-id__cell dd {
	color: #4B4B47;
	font-family: "Source Serif 4";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
}

/* Amino acid sequence */
.enc-compound-id__sequence {
	color: #4B4B47;
	font-family: "Source Serif 4";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	word-break: break-word;
}

/* ── Responsive ─────────────────────────────────────────────────────────────── */

@media (max-width: 640px) {
	.enc-compound-id__row {
		grid-template-columns: 1fr;
	}

	.enc-compound-id__row:not(.enc-compound-id__row--full) .enc-compound-id__cell:last-child {
		border-left: none;
		border-top: 1px solid #e5e2dc;
	}

	.enc-compound-id__cell {
		padding: 16px 18px;
	}
}

/* ─── SINGLE — DISCLAIMERS ────────────────────────────────────────────────── */

.enc-disclaimers-wrap {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 30px;
}

.enc-disclaimers {
	padding: 24px;
	border-radius: 24px;
	border: 0.76px solid rgba(181, 118, 58, 0.20);
	background: #FBF8F2;
}

.enc-disclaimers__title {
	color: #1A1D23;
	font-family: "DM Serif Display";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 12px;
}

.enc-disclaimers__body {
	color: #4B4B47;
	font-family: "Source Serif 4";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.enc-disclaimers__body p {
	margin: 0 0 8px;
}

.enc-disclaimers__body p:last-child {
	margin-bottom: 0;
}




/* ─── UTILITY ─────────────────────────────────────────────────────────────── */
.enc-section__empty {
	color: #6b7280;
	font-style: italic;
	font-size: 14px;
}

/* ─── ARCHIVE — EDUCATIONAL CONTENT SECTION ──────────────────────────────── */
.enc-educational {
	background: #FBF8F2;
	padding: 80px 40px;
}


.enc-educational .enc-educational__container {
	max-width: 1000px;
	margin: 0 auto;
}

.enc-educational__heading {
	font-family: 'DM Serif Display', serif;
	font-size: 40px;
	font-weight: 400;
	color: #1A1D23;
	text-align: center;
	margin: 0 0 48px;
	letter-spacing: 1px;
}

.enc-educational__item {
	padding-block: 32px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.enc-educational__item:first-of-type {
	border-top: none;
	padding-top: 0;
}

.enc-educational__item-title {
	color: #1A1D23;
	font-family: "DM Serif Display";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	margin: 0 0 12px;
}

.enc-educational__item-body {
	color: #4B4B47;
	font-family: "Source Serif 4";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}


/* ─── ARCHIVE — DISCLAIMER SECTION ───────────────────────────────────────── */

.enc-disclaimer-section {
	background: #ffffff;
	padding: 60px 40px;
}

.enc-disclaimer-section__box {
	border: 1px solid rgba(181, 118, 58, 0.20);
	border-radius: 24px;
	padding: 40px;
	max-width: 1000px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.enc-disclaimer-section__box {
		padding: 28px 24px;
	}
}

.enc-disclaimer-section__title {
	color: #1A1D23;
	font-family: "DM Serif Display";
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	margin: 0 0 12px;
}

.enc-disclaimer-section__body {
	color: #4B4B47;
	font-family: "Source Serif 4";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 24px;
}

.enc-disclaimer-section__notice {
	border: 0.76px solid rgba(181, 118, 58, 0.20);
	border-radius: 24px;
	padding: 12px 24px;
}

.enc-disclaimer-section__notice p {
	color: #4B4B47;
	font-family: "Source Serif 4";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
}

.enc-disclaimer-section__notice strong {
	color: #1A1D23;
	font-family: "DM Serif Display";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}


/* ─── LISTING SECTION WRAPPER ─────────────────────────────────────────────── */
.enc-listing-section {
	position: relative;
}

.enc-archive__grid-wrap .container {
	padding-bottom: 60px !important;
}

/* mobile view */
@media (max-width: 768px) {

	.enc-educational,
	.enc-disclaimer-section {
		padding-left: 0;
		padding-right: 0;
	}
}