/**
 * GEO/AEO content blocks. Matches the mwd theme: Nunito, #1b1d1e, #797979.
 * Does not override theme layout, animations, or header/footer chrome.
 */

.mwd-geo-section {
	font-family: "Nunito", Arial, Helvetica, sans-serif;
	color: #1b1d1e;
	padding: 72px 0 80px;
	border-top: 1px solid #dedede;
	background: #fff;
}

.mwd-geo-wrap {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 15px;
}

.mwd-geo-heading {
	font-family: "Nunito", Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: 200;
	letter-spacing: 0.5px;
	line-height: 1.3;
	margin: 0 0 24px;
	color: #1b1d1e;
}

.mwd-geo-section p {
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 20px;
	max-width: 42em;
}

.mwd-geo-section a,
.mwd-geo-inline a {
	color: #1b1d1e;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mwd-geo-list {
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 46em;
}

.mwd-geo-list li {
	position: relative;
	padding: 0 0 12px 1.1em;
	font-size: 18px;
	line-height: 1.45;
}

.mwd-geo-list li::before {
	content: "–";
	position: absolute;
	left: 0;
	color: #797979;
}

.mwd-geo-list--inline {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 28px;
	max-width: none;
}

.mwd-geo-list--inline li {
	padding-left: 0;
}

.mwd-geo-list--inline li::before {
	content: none;
}

.mwd-geo-related-label {
	font-size: 14px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #797979;
	margin-top: 28px !important;
	margin-bottom: 8px !important;
}

.mwd-geo-inline {
	display: block;
	font-family: "Nunito", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: #1b1d1e;
	margin: 18px 0 0;
	max-width: 42em;
}

.mwd-geo-address {
	font-style: normal;
	font-size: 18px;
	line-height: 1.5;
}

.mwd-geo-breadcrumbs {
	font-family: "Nunito", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #797979;
	padding: 18px 0 0;
}

.mwd-geo-breadcrumbs__inner {
	width: 100%;
	max-width: 1688px;
	margin: 0 auto;
	padding: 0 50px;
}

.mwd-crumb-link {
	color: #797979;
	text-decoration: none;
}

.mwd-crumb-link:hover,
.mwd-crumb-link:focus {
	color: #1b1d1e;
	text-decoration: underline;
}

.mwd-crumb-current {
	color: #1b1d1e;
}

.mwd-crumb-sep {
	margin: 0 6px;
	color: #c8c8c8;
}

/* Preserve homepage stat visual size after H2 → p. */
.home-stat .content-area .stat-boxes .stat-box p.mwd-stat-number {
	font-family: "Nunito", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 125px;
	line-height: 1;
	text-align: center;
	letter-spacing: -6.25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}

.home-stat .content-area .stat-boxes .stat-box:first-child p.mwd-stat-number {
	letter-spacing: -13px;
}

.home-stat .content-area .stat-boxes .stat-box p.mwd-stat-number span {
	font-family: "Nunito", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 50px;
	line-height: 68px;
	text-align: center;
	letter-spacing: -2.5px;
	color: inherit;
	margin-left: 10px;
}

.home-stat .content-area .stat-boxes .stat-box p.mwd-stat-number span.larger {
	font-size: 75px;
	line-height: 68px;
}

.mwd-quote-heading {
	font-family: "Nunito", Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-weight: 400;
	margin: 0 0 1em;
}

.mwd-geo-section--article {
	margin-top: 40px;
	border-top: 1px solid #dedede;
}

@media screen and (max-width: 1024px) {
	.mwd-geo-breadcrumbs__inner {
		padding: 0 15px;
	}

	.mwd-geo-heading {
		font-size: 26px;
	}

	.home-stat .content-area .stat-boxes .stat-box p.mwd-stat-number {
		font-size: 75px;
		letter-spacing: -6px;
	}
}

@media screen and (max-width: 767px) {
	.mwd-geo-section {
		padding: 48px 0 56px;
	}

	.mwd-geo-heading {
		font-size: 22px;
	}

	.mwd-geo-section p,
	.mwd-geo-list li,
	.mwd-geo-inline {
		font-size: 16px;
	}

	.mwd-geo-list--inline {
		flex-direction: column;
		gap: 8px;
	}
}
