/**
 * Content / GEO SEO blocks — complements directory & site skins.
 */
.pt-geo-home,
.pt-geo-landing,
.pt-geo-listing-related,
.pt-geo-forum-related,
.pt-geo-search {
	margin: 2rem auto;
	padding: 1.25rem 1rem 1.5rem;
	max-width: 1100px;
	border-top: 1px solid #e2e8f0;
	font-family: "DM Sans", sans-serif;
	color: #1a2332;
}

.pt-geo-answer {
	margin: 0 0 1.5rem;
	padding: 1rem 1.15rem;
	background: linear-gradient(135deg, #f0f7fb 0%, #f8fafc 100%);
	border-left: 3px solid #0066a1;
}

.pt-geo-answer__title {
	margin: 0 0 0.5rem !important;
	font-size: 1.15rem !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	color: #0f2740 !important;
}

.pt-geo-answer__text {
	margin: 0 !important;
	font-size: 0.98rem;
	line-height: 1.55;
	color: #334155;
}

.pt-geo-block {
	margin: 1.5rem 0 0;
}

.pt-geo-block__title {
	margin: 0 0 0.65rem !important;
	font-size: 1.05rem !important;
	font-weight: 700 !important;
	color: #1a2332 !important;
}

.pt-geo-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.85rem;
}

.pt-geo-links a {
	color: #0066a1;
	font-weight: 600;
	font-size: 0.92rem;
	text-decoration: none;
}

.pt-geo-links a:hover,
.pt-geo-links a:focus-visible {
	text-decoration: underline;
}

.pt-geo-faq__item {
	margin: 0 0 0.5rem;
	padding: 0.55rem 0.75rem;
	border: 1px solid #e2e8f0;
	background: #fff;
}

.pt-geo-faq__q {
	cursor: pointer;
	font-weight: 600;
	color: #0f2740;
}

.pt-geo-faq__a {
	margin-top: 0.4rem;
	color: #475569;
	font-size: 0.95rem;
	line-height: 1.5;
}

.pt-geo-faq__a p {
	margin: 0;
}

.pt-geo-muted {
	margin: 0;
	color: #64748b;
	font-size: 0.95rem;
}

.pt-geo-breadcrumbs {
	margin: 0 0 1rem;
	font-size: 0.88rem;
}

.pt-geo-breadcrumbs ol {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 0.35rem;
}

.pt-geo-breadcrumbs li:not(:last-child)::after {
	content: "/";
	margin-left: 0.35rem;
	color: #94a3b8;
}

.pt-geo-breadcrumbs a {
	color: #0066a1;
	text-decoration: none;
	font-weight: 600;
}

.pt-geo-clusters .pt-geo-links a {
	font-size: 0.88rem;
}

@media (max-width: 640px) {
	.pt-geo-home,
	.pt-geo-landing,
	.pt-geo-listing-related,
	.pt-geo-forum-related,
	.pt-geo-search {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}
