.articles-page,
.article-page {
	padding-bottom: 3.5em;
	background: #f7f5f2;
	min-height: 60vh;
}

.articles-inner,
.article-inner {
	max-width: 760px;
}

.articles-page-title,
.article-title {
	margin: 0 0 0.4em;
	font-size: 2.4em;
	font-weight: normal;
	line-height: 1.25;
	color: #2c2d2c;
}

.articles-intro,
.article-kicker {
	margin: 0 0 1.6em;
	font-size: 1.1em;
	line-height: 1.6;
	color: #555;
}

.article-kicker a {
	color: #1d9089;
	text-decoration: none;
}

.article-kicker a:hover {
	text-decoration: underline;
}

.articles-list {
	display: flex;
	flex-direction: column;
	gap: 1.2em;
}

.articles-card {
	margin: 0;
	padding: 1.4em 1.5em;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.articles-card-date {
	margin: 0 0 0.45em;
	font-size: 0.95em;
	color: #1d9089;
}

.articles-card-title {
	margin: 0 0 0.55em;
	font-size: 1.45em;
	font-weight: 500;
	line-height: 1.35;
	color: #2c2d2c;
}

.articles-card-title a {
	color: inherit;
	text-decoration: none;
}

.articles-card-title a:hover {
	color: #1d9089;
}

.articles-card-excerpt {
	margin: 0 0 0.9em;
	font-size: 1.05em;
	line-height: 1.6;
	color: #444;
}

.articles-card-link {
	font-size: 1em;
	color: #1d9089;
	text-decoration: none;
	font-weight: 500;
}

.articles-card-link:hover {
	text-decoration: underline;
}

.article-body p,
.article-section p {
	margin: 0 0 1em;
	font-size: 1.12em;
	line-height: 1.7;
	color: #333;
}

.article-section {
	margin-top: 1.8em;
}

.article-section h2,
.article-faqs h2,
.article-related h2,
.article-sources h2,
.article-pass-rates h2 {
	margin: 0 0 0.7em;
	font-size: 1.55em;
	font-weight: 500;
	line-height: 1.35;
	color: #2c2d2c;
}

.article-pass-rates {
	margin: 2em 0 0;
	padding: 1.2em 1.3em;
	background: #fff;
	border-left: 3px solid #1d9089;
	border-radius: 0 8px 8px 0;
}

.article-pass-rates p,
.article-pass-rates li {
	font-size: 1.05em;
	line-height: 1.6;
	color: #444;
}

.article-pass-rates ul {
	margin: 0.8em 0;
	padding-left: 1.2em;
}

.article-pass-rates a {
	color: #1d9089;
}

.article-pass-rates-note {
	margin: 0.6em 0 0 !important;
	font-size: 0.95em !important;
	color: #777 !important;
}

.article-faqs,
.article-related,
.article-site-links,
.article-sources,
.article-cta {
	margin-top: 2.4em;
}

.article-sources-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.article-sources-list li {
	margin: 0 0 0.55em;
}

.article-sources-list a {
	color: #1d9089;
	text-decoration: none;
	font-size: 1.05em;
	line-height: 1.45;
}

.article-sources-list a:hover {
	text-decoration: underline;
}

.article-faq-list {
	display: flex;
	flex-direction: column;
	gap: 0.7em;
}

.article-faq-item {
	background: #fff;
	border-radius: 8px;
	padding: 0.9em 1.1em;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.article-faq-item summary {
	cursor: pointer;
	font-weight: 500;
	color: #2c2d2c;
	list-style: none;
}

.article-faq-item summary::-webkit-details-marker {
	display: none;
}

.article-faq-item p {
	margin: 0.7em 0 0;
	font-size: 1.05em;
	line-height: 1.6;
	color: #444;
}

.article-related-list,
.article-site-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.article-related-list li,
.article-site-links li {
	margin: 0 0 0.55em;
}

.article-related-list a,
.article-site-links a {
	color: #1d9089;
	text-decoration: none;
	font-size: 1.05em;
	line-height: 1.45;
}

.article-related-list a:hover,
.article-site-links a:hover {
	text-decoration: underline;
}

.article-site-links ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4em 1.2em;
}

.article-cta {
	padding: 1.5em 1.4em;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.article-cta-copy {
	margin: 0 0 1em;
	font-size: 1.1em;
	line-height: 1.6;
	color: #333;
}

.article-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7em;
}

.article-cta-secondary {
	background: transparent !important;
	color: #1d9089 !important;
	border: 1px solid #1d9089;
}

@media screen and (max-width: 768px) {
	.articles-page,
	.article-page {
		padding-bottom: 1.2rem;
	}

	.articles-page-title,
	.article-title {
		font-size: 0.48rem;
	}

	.articles-intro,
	.article-kicker {
		font-size: 0.26rem;
		margin-bottom: 0.4rem;
	}

	.articles-card {
		padding: 0.32rem 0.28rem;
	}

	.articles-card-date {
		font-size: 0.24rem;
	}

	.articles-card-title {
		font-size: 0.32rem;
	}

	.articles-card-excerpt,
	.articles-card-link,
	.article-body p,
	.article-section p,
	.article-faq-item p,
	.article-related-list a,
	.article-site-links a,
	.article-cta-copy,
	.article-pass-rates p,
	.article-pass-rates li {
		font-size: 0.26rem;
	}

	.article-section h2,
	.article-faqs h2,
	.article-related h2,
	.article-pass-rates h2 {
		font-size: 0.34rem;
	}

	.article-pass-rates,
	.article-cta {
		padding: 0.28rem;
	}
}
