/* Løbeklubben SEO — by-side og programmatic styling */

.lb-seo-city-intro-wrap,
.lb-seo-city-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.lb-seo-city-intro-wrap {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.lb-seo-city-content--faq {
	margin-top: 3rem;
	margin-bottom: 2rem;
}

.lb-seo-city-intro {
	font-size: 1.05rem;
	line-height: 1.7;
	color: #2a2a2a;
}

.lb-seo-city-intro p {
	margin: 0 0 1rem;
}

.lb-seo-city-intro p:last-child {
	margin-bottom: 0;
}

.lb-seo-city-intro strong {
	color: #0d2b4e;
	font-weight: 600;
}

.lb-seo-city-intro a {
	color: #1e88e5;
	text-decoration: none;
	font-weight: 500;
	border-bottom: 1px solid transparent;
	transition: border-color 0.15s ease;
}

.lb-seo-city-intro a:hover {
	border-color: #1e88e5;
}

/* Stats-badge — visuelt fremhævet antal */
.lb-seo-stats-badge {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1.25rem;
	padding: 1rem 1.25rem;
	background: linear-gradient(135deg, #f7f9fc 0%, #eef4fb 100%);
	border-left: 4px solid #1e88e5;
	border-radius: 8px;
}

.lb-seo-stat-item {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 140px;
}

.lb-seo-stat-item--next {
	flex: 1;
	min-width: 220px;
}

.lb-seo-stat-label {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #6a7a8c;
	font-weight: 600;
}

.lb-seo-stat-value {
	font-size: 1.5rem;
	font-weight: 700;
	color: #0d2b4e;
	font-family: "Oswald", sans-serif;
	line-height: 1.1;
}

.lb-seo-stat-item--next .lb-seo-stat-value {
	font-size: 1.1rem;
}

.lb-seo-stat-meta {
	font-size: 0.85rem;
	color: #6a7a8c;
}

@media (max-width: 600px) {
	.lb-seo-stats-badge {
		flex-direction: column;
		gap: 0.75rem;
	}
	.lb-seo-stat-item {
		min-width: 0;
	}
}

/* FAQ-sektion */
.lb-seo-city-faq {
	background: #f7f9fc;
	border-radius: 12px;
	padding: 1.5rem 2rem;
	margin-bottom: 2rem;
}

.lb-seo-city-faq-title {
	font-size: 1.5rem;
	margin: 0 0 1rem;
	color: #0d2b4e;
	font-family: "Oswald", sans-serif;
}

.lb-seo-faq-list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.lb-seo-faq-item {
	border: 1px solid #dfe3ea;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
	transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.lb-seo-faq-item:hover {
	border-color: #1e88e5;
	box-shadow: 0 2px 8px rgba(30, 136, 229, 0.08);
}

.lb-seo-faq-item > summary {
	cursor: pointer;
	padding: 0.9rem 1.2rem;
	font-weight: 600;
	color: #1a3a5c;
	list-style: none;
	display: flex;
	align-items: center;
	transition: background 0.15s ease;
}

.lb-seo-faq-item > summary:hover {
	background: #f7f9fc;
}

.lb-seo-faq-item > summary::-webkit-details-marker { display: none; }
.lb-seo-faq-item > summary::before {
	content: "+";
	margin-right: 0.6rem;
	color: #1e88e5;
	font-weight: 700;
	font-size: 1.2rem;
	width: 1rem;
	text-align: center;
	transition: transform 0.2s ease;
}
.lb-seo-faq-item[open] > summary::before {
	content: "–";
	transform: rotate(0deg);
}

.lb-seo-faq-answer {
	padding: 0 1.2rem 1rem;
	color: #3a3a3a;
	line-height: 1.6;
}

.lb-seo-faq-answer a {
	color: #1e88e5;
	text-decoration: none;
	font-weight: 500;
}
.lb-seo-faq-answer a:hover {
	text-decoration: underline;
}

/* Relaterede links */
.lb-seo-city-related {
	margin-top: 2rem;
}

.lb-seo-city-related-title {
	font-size: 1.4rem;
	margin: 0 0 1rem;
	color: #0d2b4e;
	font-family: "Oswald", sans-serif;
}

/* Relaterede links styling håndteres af theme plugin-overrides.css
   for at sikre korrekt visuel hierarki på single event/artikel-sider. */
.lb-seo-related-links,
.lb-seo-related-posts {
	list-style: none;
	padding: 0;
	margin: 0;
}

.lb-seo-related-events,
.lb-seo-related-posts-section {
	max-width: 720px;
	margin: 28px 0 0;
}

/* Programmatic pages */
.lb-seo-programmatic {
	max-width: 1100px;
	margin: 0 auto;
	padding: 2rem 1.5rem;
}

.lb-seo-prog-hero h1 {
	font-family: "Oswald", sans-serif;
	color: #0d2b4e;
}

.lb-seo-prog-intro {
	font-size: 1.05rem;
	line-height: 1.6;
	color: #3a3a3a;
}

.lb-seo-prog-events {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 0.6rem;
}

.lb-seo-prog-events li {
	padding: 0.9rem 1.2rem;
	background: #fff;
	border: 1px solid #e0e4ea;
	border-radius: 8px;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.lb-seo-prog-events li:hover {
	border-color: #1e88e5;
	box-shadow: 0 2px 8px rgba(30, 136, 229, 0.08);
}

.lb-seo-prog-events a {
	font-weight: 600;
	color: #1e88e5;
	text-decoration: none;
}
.lb-seo-prog-events a:hover { text-decoration: underline; }
.lb-seo-prog-meta {
	display: block;
	margin-top: 0.3rem;
	color: #6a6a6a;
	font-size: 0.95rem;
}

.lb-seo-prog-faq {
	margin-top: 2rem;
	background: #f7f9fc;
	padding: 1.5rem;
	border-radius: 12px;
}