/* Apotheken-Atlas (Branchen-Engine) — eigenständiges Design, abgeschottet unter .elbb-root.
   Tokens (DES-Entscheidung v1.25, Nische Apotheke): Akzent Apotheken-Grün #0f766e (ruhig, Gesundheit,
   bewusst KEIN Rot des geschützten Apotheken-A), Signal-Bernstein nur fürs Premium-Badge,
   Systemschrift, transparente Linien für dunkle Themes. Kein !important.
   --elbb-akzent-rgb speist alle rgba()-Flächen; die Akzentfarbe ist in den Einstellungen überschreibbar. */

.elbb-root {
	--elbb-akzent: #0f766e;
	--elbb-akzent-dunkel: #0b524d;
	--elbb-akzent-rgb: 15, 118, 110;
	--elbb-badge-bg: #f5b73b;
	--elbb-badge-text: #1a1a1a;
	--elbb-linie: rgba(128, 128, 128, 0.25);
	--elbb-flaeche: rgba(128, 128, 128, 0.07);
	--elbb-radius: 10px;
	--elbb-abstand: 1.25rem;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	line-height: 1.6;
	max-width: 900px;
	margin-inline: auto;
	padding-inline: 1rem;
}

.elbb-root h1,
.elbb-root h2,
.elbb-root h3 {
	line-height: 1.25;
	margin-block: 1.2em 0.4em;
}

.elbb-root a {
	color: var(--elbb-akzent);
}

.elbb-root a:focus-visible,
.elbb-root button:focus-visible,
.elbb-root input:focus-visible,
.elbb-root textarea:focus-visible {
	outline: 3px solid var(--elbb-akzent);
	outline-offset: 2px;
}

/* --- Profil --- */
.elbb-profile__header {
	display: flex;
	flex-wrap: wrap;
	gap: var(--elbb-abstand);
	align-items: flex-start;
	margin-block-end: var(--elbb-abstand);
}

.elbb-profile__figure {
	margin: 0;
	flex: 0 1 280px;
}

.elbb-profile__img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: var(--elbb-radius);
	display: block;
}

.elbb-profile__head {
	flex: 1 1 300px;
}

.elbb-profile__title {
	margin-block-start: 0.2em;
}

.elbb-profile__city {
	color: inherit;
	opacity: 0.75;
	margin-block: 0;
}

.elbb-facts {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 0.4rem 1.25rem;
	padding: var(--elbb-abstand);
	border: 1px solid var(--elbb-linie);
	border-radius: var(--elbb-radius);
	margin-block: var(--elbb-abstand);
}

.elbb-facts dt {
	font-weight: 600;
}

.elbb-facts dd {
	margin: 0;
	overflow-wrap: anywhere;
}

/* --- Layout v1.1: breite Variante mit eigener Branchenbuch-Sidebar --- */
.elbb-root--wide {
	max-width: 1160px;
}

.elbb-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 2rem;
	align-items: start;
}

@media (max-width: 920px) {
	.elbb-layout {
		grid-template-columns: 1fr;
	}
}

.elbb-aside__box,
.elbb-aside__widgets .elbb-widget {
	margin-block-end: var(--elbb-abstand);
}

.elbb-widget {
	border: 1px solid var(--elbb-linie);
	border-radius: var(--elbb-radius);
	padding: 1rem;
}

.elbb-widget__title,
.elbb-box__title {
	font-size: 1.05rem;
	margin-block: 0 0.5rem;
}

/* Schlichte Box (Kurzprofil, Standort, Claim-Hinweis in der Sidebar) */
.elbb-box {
	border: 1px solid var(--elbb-linie);
	border-radius: var(--elbb-radius);
	padding: var(--elbb-abstand);
	background: var(--elbb-flaeche);
	margin-block: var(--elbb-abstand);
}

.elbb-overview__sub {
	margin-block: -0.25rem 0.75rem;
}

.elbb-facts--plain {
	border: 0;
	padding: 0;
	background: none;
	margin-block: 0.75rem 0;
}

/* Breadcrumb */
.elbb-breadcrumb {
	font-size: 0.85rem;
	opacity: 0.8;
	margin-block: 0.75rem 1rem;
}

.elbb-breadcrumb a {
	text-decoration: none;
}

.elbb-breadcrumb__sep {
	opacity: 0.5;
	margin-inline: 0.15rem;
}

/* Claim-Banner */
.elbb-banner {
	display: block;
	border: 1px solid rgba(var(--elbb-akzent-rgb), 0.35);
	background: rgba(var(--elbb-akzent-rgb), 0.07);
	border-radius: var(--elbb-radius);
	padding: 0.85rem 1.1rem;
	text-decoration: none;
	color: inherit;
	margin-block: var(--elbb-abstand);
}

.elbb-banner strong {
	color: var(--elbb-akzent);
	margin-inline-end: 0.35rem;
}

.elbb-banner__cta {
	display: inline-block;
	margin-inline-start: 0.35rem;
	color: var(--elbb-akzent);
	font-weight: 600;
	white-space: nowrap;
}

.elbb-banner:hover {
	border-color: var(--elbb-akzent);
}

/* Standort-Karte (OSM-Embed) */
.elbb-map iframe {
	width: 100%;
	aspect-ratio: 4 / 3;
	border: 0;
	border-radius: calc(var(--elbb-radius) / 2);
	display: block;
}

.elbb-map__link {
	font-size: 0.85rem;
	margin-block: 0.4rem 0;
}

/* In der Nähe */
.elbb-nearby__list {
	list-style: none;
	padding: 0;
	margin: 0.5rem 0 0;
}

.elbb-nearby__list li {
	border-block-end: 1px solid var(--elbb-linie);
}

.elbb-nearby__list li:last-child {
	border-block-end: 0;
}

.elbb-nearby__list a {
	display: grid;
	grid-template-columns: 4.2rem 1fr;
	grid-template-areas: "dist name" "dist meta";
	gap: 0 0.75rem;
	padding: 0.6rem 0.25rem;
	text-decoration: none;
	color: inherit;
}

.elbb-nearby__list a:hover .elbb-nearby__name {
	text-decoration: underline;
}

.elbb-nearby__dist {
	grid-area: dist;
	align-self: center;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--elbb-akzent);
}

.elbb-nearby__name {
	grid-area: name;
	font-weight: 600;
	color: var(--elbb-akzent);
}

.elbb-nearby__meta {
	grid-area: meta;
	font-size: 0.85rem;
	opacity: 0.75;
}

.elbb-profile__addr {
	margin-block: 0.15rem 0;
	opacity: 0.85;
}

/* --- Badge (Signal-Gelb NUR hier) --- */
.elbb-badge {
	display: inline-block;
	background: var(--elbb-badge-bg);
	color: var(--elbb-badge-text);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	padding: 0.15rem 0.6rem;
	border-radius: 999px;
	text-transform: uppercase;
}

/* --- Chips --- */
.elbb-chips {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding: 0;
	margin: 0.5rem 0;
}

.elbb-chip {
	display: inline-block;
	border: 1px solid var(--elbb-linie);
	border-radius: 999px;
	padding: 0.25rem 0.85rem;
	text-decoration: none;
	font-size: 0.9rem;
	transition: border-color 0.15s ease, background-color 0.15s ease;
}

.elbb-chip:hover {
	border-color: var(--elbb-akzent);
	background: var(--elbb-flaeche);
}

/* --- Karten-Grid (Stadtseiten, Suche) --- */
.elbb-grid {
	list-style: none;
	padding: 0;
	margin: var(--elbb-abstand) 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: var(--elbb-abstand);
}

.elbb-card {
	border: 1px solid var(--elbb-linie);
	border-radius: var(--elbb-radius);
	overflow: hidden;
	transition: border-color 0.15s ease, transform 0.15s ease;
}

.elbb-card:hover {
	border-color: var(--elbb-akzent);
	transform: translateY(-2px);
}

.elbb-card__link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.elbb-card__media img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	display: block;
}

.elbb-card__body {
	display: block;
	padding: 0.85rem 1rem 1rem;
}

.elbb-card__title {
	display: block;
	font-weight: 700;
	margin-block: 0.35rem 0.15rem;
	color: var(--elbb-akzent);
}

.elbb-card__meta {
	display: block;
	font-size: 0.88rem;
	opacity: 0.75;
}

/* --- Formulare & Buttons --- */
.elbb-button {
	display: inline-block;
	background: var(--elbb-akzent);
	color: #fff;
	border: 0;
	border-radius: var(--elbb-radius);
	padding: 0.6rem 1.3rem;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	transition: background-color 0.15s ease;
}

.elbb-button:hover {
	background: var(--elbb-akzent-dunkel);
	color: #fff;
}

.elbb-button--quiet {
	background: transparent;
	color: var(--elbb-akzent);
	border: 1px solid var(--elbb-linie);
}

.elbb-form label,
.elbb-search__field span {
	display: block;
	font-weight: 600;
	margin-block-end: 0.25rem;
}

.elbb-form input,
.elbb-form textarea,
.elbb-search input {
	width: 100%;
	max-width: 480px;
	padding: 0.55rem 0.75rem;
	border: 1px solid var(--elbb-linie);
	border-radius: calc(var(--elbb-radius) / 2);
	font: inherit;
	background: transparent;
	color: inherit;
}

.elbb-search {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: end;
	padding: var(--elbb-abstand);
	border: 1px solid var(--elbb-linie);
	border-radius: var(--elbb-radius);
	margin-block: var(--elbb-abstand);
}

.elbb-search__field {
	flex: 1 1 180px;
}

.elbb-search input[name="elbb_plz"] {
	max-width: 120px;
}

/* Honeypot: visuell und für Screenreader raus, für Bots da. */
.elbb-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.elbb-claim {
	border: 1px solid var(--elbb-linie);
	border-radius: var(--elbb-radius);
	padding: 0.75rem 1rem;
	margin-block: 0.75rem;
}

.elbb-claim summary {
	cursor: pointer;
	font-weight: 600;
}

.elbb-notice {
	padding: 0.75rem 1rem;
	border-radius: var(--elbb-radius);
	border: 1px solid var(--elbb-linie);
}

.elbb-notice--ok {
	border-color: #2e7d32;
}

.elbb-notice--err {
	border-color: #c62828;
}

.elbb-muted {
	opacity: 0.7;
	font-size: 0.88rem;
}

.elbb-attribution {
	font-size: 0.8rem;
	opacity: 0.65;
	margin-block-start: 1.5rem;
}

.elbb-pagination {
	margin-block: var(--elbb-abstand);
}

@media (prefers-reduced-motion: reduce) {
	.elbb-root * {
		transition: none;
	}
	.elbb-card:hover {
		transform: none;
	}
}

/* --- v1.2: Hero-Kopf mit Daten-Kachel --- */
.elbb-hero {
	position: relative;
	border-radius: var(--elbb-radius);
	overflow: hidden;
	min-height: 300px;
	display: flex;
	align-items: flex-end;
	background: linear-gradient(135deg, var(--elbb-akzent) 0%, var(--elbb-akzent-dunkel) 100%);
	margin-block-end: var(--elbb-abstand);
}

.elbb-hero__media,
.elbb-hero__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
}

/* Abdunkelung, damit die Kachel-Texte auf jedem Bild lesbar bleiben. */
.elbb-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 20, 40, 0.25) 0%, rgba(10, 20, 40, 0.72) 100%);
}

.elbb-hero__tile {
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 1.5rem;
	width: 100%;
}

.elbb-hero__tile .elbb-badge {
	margin-block-end: 0.5rem;
}

.elbb-hero__title {
	color: #fff;
	margin: 0.25rem 0;
	font-size: clamp(1.5rem, 4vw, 2.2rem);
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.elbb-hero__meta {
	margin: 0.15rem 0;
	display: flex;
	align-items: center;
	gap: 0.4rem;
	opacity: 0.95;
}

.elbb-hero__actions {
	margin: 0.85rem 0 0;
	display: flex;
	gap: 0.6rem;
	flex-wrap: wrap;
}

.elbb-hero__actions .elbb-button {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.elbb-button--ghost {
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: #fff;
}

.elbb-button--ghost:hover {
	background: rgba(255, 255, 255, 0.25);
	color: #fff;
}

.elbb-hero__symbol {
	position: absolute;
	top: 0.6rem;
	right: 0.75rem;
	z-index: 1;
	font-size: 0.72rem;
	color: #fff;
	background: rgba(0, 0, 0, 0.45);
	padding: 0.1rem 0.5rem;
	border-radius: 999px;
}

.elbb-hero--home {
	min-height: 340px;
	align-items: center;
}

.elbb-hero__tile--home {
	max-width: 640px;
	padding: 2.2rem 1.75rem;
}

.elbb-hero__eyebrow {
	font-size: 0.85rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	opacity: 0.85;
	margin: 0 0 0.25rem;
}

.elbb-hero__sub {
	opacity: 0.95;
	margin: 0.5rem 0 1rem;
}

.elbb-hero__search {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.elbb-hero__search input {
	flex: 1 1 160px;
	padding: 0.6rem 0.85rem;
	border: 0;
	border-radius: calc(var(--elbb-radius) / 2);
	font: inherit;
}

.elbb-hero__search input[name="elbb_plz"] {
	flex: 0 1 110px;
}

.elbb-hero__search .elbb-button {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	background: var(--elbb-badge-bg);
	color: var(--elbb-badge-text);
}

.elbb-hero__search .elbb-button:hover {
	background: var(--elbb-badge-bg);
	color: var(--elbb-badge-text);
}

/* --- v1.2: Icons --- */
.elbb-icon {
	vertical-align: -0.18em;
	flex: 0 0 auto;
}

.elbb-facts--icons dt {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--elbb-akzent);
}

.elbb-box__title .elbb-icon,
.elbb-home h2 .elbb-icon,
.elbb-nearby h2 .elbb-icon {
	color: var(--elbb-akzent);
	margin-inline-end: 0.3rem;
}

/* --- v1.2: große Standort-Karte --- */
.elbb-map--large iframe {
	aspect-ratio: 16 / 9;
}

/* --- v1.2: "Betriebe in der Nähe" als Karten mit Bild + km --- */
.elbb-nearcards {
	list-style: none;
	padding: 0;
	margin: 0.75rem 0 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 0.9rem;
}

.elbb-nearcard {
	border: 1px solid var(--elbb-linie);
	border-radius: var(--elbb-radius);
	overflow: hidden;
	transition: border-color 0.15s ease;
}

.elbb-nearcard:hover {
	border-color: var(--elbb-akzent);
}

.elbb-nearcard a {
	display: grid;
	grid-template-columns: 72px 1fr auto;
	align-items: center;
	gap: 0.75rem;
	padding: 0.6rem 0.75rem;
	text-decoration: none;
	color: inherit;
}

.elbb-nearcard__media img {
	width: 72px;
	height: 54px;
	object-fit: cover;
	border-radius: calc(var(--elbb-radius) / 2);
	display: block;
}

.elbb-nearcard__name {
	display: block;
	font-weight: 600;
	color: var(--elbb-akzent);
}

.elbb-nearcard__meta {
	display: block;
	font-size: 0.83rem;
	opacity: 0.75;
}

.elbb-nearcard__dist {
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--elbb-akzent);
	border: 1px solid var(--elbb-linie);
	border-radius: 999px;
	padding: 0.15rem 0.55rem;
	white-space: nowrap;
}

/* --- v1.2: Startseite --- */
.elbb-stats {
	list-style: none;
	padding: 0;
	margin: var(--elbb-abstand) 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 0.9rem;
}

.elbb-stats li {
	border: 1px solid var(--elbb-linie);
	border-radius: var(--elbb-radius);
	padding: 0.9rem 1rem;
	text-align: center;
}

.elbb-stats strong {
	display: block;
	font-size: 1.5rem;
	color: var(--elbb-akzent);
}

.elbb-stats span {
	font-size: 0.85rem;
	opacity: 0.8;
}

.elbb-home__section {
	margin-block: 2rem;
}

.elbb-tiles {
	list-style: none;
	padding: 0;
	margin: 0.75rem 0 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 0.75rem;
}

.elbb-tiles a {
	display: block;
	border: 1px solid var(--elbb-linie);
	border-radius: var(--elbb-radius);
	padding: 0.8rem 1rem;
	text-decoration: none;
	color: inherit;
	transition: border-color 0.15s ease, background-color 0.15s ease;
}

.elbb-tiles a:hover {
	border-color: var(--elbb-akzent);
	background: var(--elbb-flaeche);
}

.elbb-tiles strong {
	display: block;
	color: var(--elbb-akzent);
}

.elbb-tiles span {
	font-size: 0.83rem;
	opacity: 0.75;
}

.elbb-why {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1rem;
}

.elbb-why .elbb-box {
	margin-block: 0;
}

.elbb-why h3 {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin-block: 0 0.4rem;
	color: var(--elbb-akzent);
}

/* --- v1.3: Preis-Kacheln --- */
.elbb-pricing {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 1rem;
	margin-block: 1rem;
	max-width: 720px;
}

.elbb-pricing__tier {
	margin-block: 0;
	position: relative;
}

.elbb-pricing__tier--featured {
	border-color: var(--elbb-akzent);
	border-width: 2px;
}

.elbb-pricing__flag {
	position: absolute;
	top: -0.8rem;
	left: 1rem;
	background: var(--elbb-badge-bg);
	color: var(--elbb-badge-text);
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	padding: 0.15rem 0.6rem;
	border-radius: 999px;
	margin: 0;
}

.elbb-pricing h3 {
	margin-block: 0 0.15rem;
}

.elbb-pricing__price {
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--elbb-akzent);
	margin-block: 0 0.75rem;
}

.elbb-pricing__list {
	list-style: none;
	padding: 0;
	margin: 0 0 1rem;
}

.elbb-pricing__list li {
	display: flex;
	align-items: flex-start;
	gap: 0.45rem;
	padding-block: 0.25rem;
}

.elbb-pricing__list .elbb-icon {
	color: var(--elbb-akzent);
	margin-top: 0.2rem;
}

/* --- v1.3: Schritte-Leiste --- */
.elbb-steps {
	list-style: none;
	counter-reset: none;
	padding: 0;
	margin: 0.75rem 0 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 0.9rem;
}

.elbb-steps li {
	border: 1px solid var(--elbb-linie);
	border-radius: var(--elbb-radius);
	padding: 1rem;
}

.elbb-steps__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	background: var(--elbb-akzent);
	color: #fff;
	font-weight: 700;
	margin-block-end: 0.5rem;
}

.elbb-steps strong {
	display: block;
}

.elbb-steps span:not(.elbb-steps__num) {
	font-size: 0.88rem;
	opacity: 0.8;
}

/* --- v1.3: CTA-Box --- */
.elbb-cta {
	text-align: center;
	border-color: var(--elbb-akzent);
}

.elbb-cta .elbb-box__title {
	font-size: 1.3rem;
}

/* --- v1.5: Betriebskonto --- */
.elbb-account__login {
	max-width: 440px;
}

.elbb-account__login input[type="text"],
.elbb-account__login input[type="password"] {
	width: 100%;
	padding: 0.55rem 0.75rem;
	border: 1px solid var(--elbb-linie);
	border-radius: calc(var(--elbb-radius) / 2);
	font: inherit;
	background: transparent;
	color: inherit;
}

.elbb-account__login label {
	display: block;
	font-weight: 600;
	margin-block: 0.75rem 0.25rem;
}

.elbb-account__login .login-remember label {
	font-weight: 400;
	display: inline;
}

.elbb-account__login input[type="submit"] {
	background: var(--elbb-akzent);
	color: #fff;
	border: 0;
	border-radius: var(--elbb-radius);
	padding: 0.6rem 1.3rem;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
	margin-block-start: 0.75rem;
}

.elbb-account__login input[type="submit"]:hover {
	background: var(--elbb-akzent-dunkel);
}

.elbb-account__head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1rem;
	margin-block: 1rem 1.25rem;
}

.elbb-account__title {
	margin-block: 0 0.35rem;
}

.elbb-account__status {
	display: flex;
	gap: 0.5rem;
	align-items: center;
	margin: 0;
}

.elbb-account__actions {
	display: flex;
	gap: 0.5rem;
	margin: 0;
}

.elbb-status {
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 700;
	padding: 0.15rem 0.65rem;
	border-radius: 999px;
	border: 1px solid;
}

.elbb-status--ok {
	color: #2e7d32;
	border-color: #2e7d32;
}

.elbb-status--pending {
	color: #b26a00;
	border-color: #b26a00;
}

/* --- v1.6: Premium-Hervorhebung in Listen --- */
.elbb-card--premium,
.elbb-nearcard--premium {
	border-color: var(--elbb-akzent);
	border-width: 2px;
	background: rgba(var(--elbb-akzent-rgb), 0.05);
}

.elbb-card--premium:hover,
.elbb-nearcard--premium:hover {
	border-color: var(--elbb-akzent-dunkel);
}

/* --- v1.6: Anfrage-Formular (Premium) --- */
.elbb-lead {
	border-color: var(--elbb-akzent);
}

.elbb-lead input,
.elbb-lead textarea {
	max-width: 100%;
}

/* --- v1.7: Premium Plus --- */
.elbb-button--wa {
	background: #1fa855;
	color: #fff;
}

.elbb-button--wa:hover {
	background: #17853f;
	color: #fff;
}

.elbb-offer {
	border-color: var(--elbb-badge-bg);
	background: rgba(255, 212, 0, 0.08);
}

.elbb-premiumfields {
	border: 1px dashed var(--elbb-linie);
	border-radius: var(--elbb-radius);
	padding: 0.75rem 1rem 0.5rem;
	margin-block: 1rem;
}

.elbb-premiumfields legend {
	font-weight: 600;
	color: var(--elbb-akzent);
	padding-inline: 0.4rem;
}

.elbb-premiumfields--locked {
	opacity: 0.65;
}

.elbb-premiumfields--locked legend {
	opacity: 1;
}

.elbb-premiumfields .elbb-muted {
	display: block;
	margin-block-start: 0.2rem;
}

.elbb-stats--account {
	margin-block: 0.25rem 0;
}

/* --- v1.7.2: FAQ-Akkordeon (standardmäßig eingeklappt) --- */
.elbb-faq {
	display: grid;
	gap: 0.6rem;
	margin-block-start: 0.75rem;
}

.elbb-faq__item {
	border: 1px solid var(--elbb-linie);
	border-radius: var(--elbb-radius);
	background: var(--elbb-flaeche, transparent);
	overflow: hidden;
}

.elbb-faq__item summary {
	list-style: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.85rem 1rem;
	font-weight: 600;
	color: var(--elbb-akzent);
}

.elbb-faq__item summary::-webkit-details-marker {
	display: none;
}

.elbb-faq__item summary::after {
	content: "";
	flex: 0 0 auto;
	width: 0.55rem;
	height: 0.55rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	transition: transform 0.15s ease;
	margin-inline-end: 0.15rem;
}

.elbb-faq__item[open] summary::after {
	transform: rotate(-135deg);
}

.elbb-faq__item[open] summary {
	border-bottom: 1px solid var(--elbb-linie);
}

.elbb-faq__item summary:hover {
	background: rgba(var(--elbb-akzent-rgb), 0.06);
}

.elbb-faq__answer {
	padding: 0.75rem 1rem 0.25rem;
}

/* --- v1.7.2: Buttons theme-fest machen ---
   Manche Themes überschreiben Linkfarben in Inhalten (dann ist der
   Button-Text unlesbar, bis der Hover-Zustand greift). Deshalb hier
   mit hoher Spezifität und !important fixieren. */
.elbb-root .elbb-button,
.elbb-root a.elbb-button,
.elbb-root a.elbb-button:visited,
.elbb-root button.elbb-button {
	background: var(--elbb-akzent) !important;
	color: #fff !important;
	text-decoration: none !important;
	border: 1px solid transparent;
}

.elbb-root .elbb-button:hover,
.elbb-root a.elbb-button:hover,
.elbb-root .elbb-button:focus,
.elbb-root a.elbb-button:focus {
	background: var(--elbb-akzent-dunkel) !important;
	color: #fff !important;
}

.elbb-root .elbb-button--ghost,
.elbb-root a.elbb-button--ghost,
.elbb-root a.elbb-button--ghost:visited {
	background: rgba(255, 255, 255, 0.14) !important;
	border-color: rgba(255, 255, 255, 0.6) !important;
	color: #fff !important;
}

.elbb-root .elbb-button--ghost:hover,
.elbb-root a.elbb-button--ghost:hover {
	background: rgba(255, 255, 255, 0.28) !important;
	color: #fff !important;
}

.elbb-root .elbb-button--quiet,
.elbb-root a.elbb-button--quiet,
.elbb-root a.elbb-button--quiet:visited {
	background: transparent !important;
	border-color: var(--elbb-akzent) !important;
	color: var(--elbb-akzent) !important;
}

.elbb-root .elbb-button--quiet:hover,
.elbb-root a.elbb-button--quiet:hover {
	background: rgba(var(--elbb-akzent-rgb), 0.08) !important;
	color: var(--elbb-akzent-dunkel) !important;
}

.elbb-root .elbb-button--wa,
.elbb-root a.elbb-button--wa,
.elbb-root a.elbb-button--wa:visited {
	background: #1fa855 !important;
	color: #fff !important;
}

.elbb-root .elbb-button--wa:hover,
.elbb-root a.elbb-button--wa:hover {
	background: #17853f !important;
	color: #fff !important;
}

.elbb-root .elbb-hero__search .elbb-button {
	background: var(--elbb-badge-bg) !important;
	color: var(--elbb-badge-text) !important;
}

.elbb-root .elbb-hero__search .elbb-button:hover {
	background: var(--elbb-badge-bg) !important;
	color: var(--elbb-badge-text) !important;
}

/* --- v1.7.2: Sidebar scrollt mit (sticky) --- */
@media (min-width: 961px) {
	.elbb-layout .elbb-aside {
		position: sticky;
		top: calc(1.25rem + var(--wp-admin--admin-bar--height, 0px));
		align-self: start;
		max-height: calc(100vh - 2.5rem - var(--wp-admin--admin-bar--height, 0px));
		overflow-y: auto;
		overscroll-behavior: contain;
		scrollbar-width: thin;
	}
}

@media (max-width: 600px) {
	.elbb-facts {
		grid-template-columns: 1fr;
		gap: 0.1rem 0;
	}
	.elbb-facts dt {
		margin-block-start: 0.6rem;
	}
}

/* --- v1.7.3: Standort-Box in der Sidebar --- */
.elbb-openstatus {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	font-weight: 600;
	margin: 0.25rem 0 0.5rem;
	font-size: 0.9rem;
}

.elbb-openstatus__dot {
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	flex: 0 0 auto;
}

.elbb-openstatus--open {
	color: #2e7d32;
}

.elbb-openstatus--open .elbb-openstatus__dot {
	background: #2e7d32;
	box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.18);
}

.elbb-openstatus--closed {
	color: #c62828;
}

.elbb-openstatus--closed .elbb-openstatus__dot {
	background: #c62828;
	box-shadow: 0 0 0 3px rgba(198, 40, 40, 0.15);
}

.elbb-aside__map .elbb-map iframe {
	height: 200px;
}

.elbb-aside__route {
	margin: 0.5rem 0 0;
	font-weight: 600;
}

/* ===== v1.9: Redesign Marketing-/Übersichtsseiten ===== */

.elbb-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--elbb-akzent);
	margin: 0 0 0.5rem;
}

.elbb-eyebrow::before {
	content: "";
	width: 1.4rem;
	height: 2px;
	background: var(--elbb-akzent);
	border-radius: 2px;
}

.elbb-section-head {
	max-width: 640px;
	margin: 0 0 1.25rem;
}

.elbb-section-head h2 {
	margin: 0 0 0.35rem;
	font-size: clamp(1.35rem, 3vw, 1.7rem);
}

.elbb-section-head p {
	margin: 0;
	opacity: 0.8;
}

.elbb-home__section {
	margin-block: 2.75rem;
}

/* Icon-Badge: Icon im getönten Rundquadrat */
.elbb-iconbadge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: rgba(var(--elbb-akzent-rgb), 0.1);
	color: var(--elbb-akzent);
	flex: 0 0 auto;
	margin-block-end: 0.6rem;
}

/* Nutzen-/Warum-Karten moderner */
.elbb-why {
	gap: 1.1rem;
}

.elbb-why .elbb-box {
	border-radius: 14px;
	padding: 1.25rem 1.25rem 1.1rem;
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.elbb-why .elbb-box:hover {
	transform: translateY(-2px);
	border-color: var(--elbb-akzent);
	box-shadow: 0 10px 24px rgba(13, 43, 92, 0.09);
}

.elbb-why .elbb-box h3 {
	display: block;
	margin: 0 0 0.35rem;
	color: inherit;
	font-size: 1.02rem;
}

.elbb-why .elbb-box p {
	margin: 0;
	font-size: 0.93rem;
	opacity: 0.85;
}

/* Hero-Verlauf mit Glow + feinem Raster */
.elbb-hero--plain,
.elbb-hero--home {
	background:
		radial-gradient(600px 300px at 85% 15%, rgba(255, 212, 0, 0.16), transparent 60%),
		radial-gradient(500px 320px at 10% 90%, rgba(255, 255, 255, 0.1), transparent 60%),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 56px),
		repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 56px),
		linear-gradient(135deg, var(--elbb-akzent) 0%, var(--elbb-akzent-dunkel) 100%);
}

/* Schritt-Karten mit Akzentlinie */
.elbb-steps li {
	border-radius: 14px;
	border-top: 3px solid var(--elbb-akzent);
	background: var(--elbb-flaeche, transparent);
}

.elbb-steps__num {
	background: linear-gradient(135deg, var(--elbb-akzent), var(--elbb-akzent-dunkel));
	box-shadow: 0 4px 10px rgba(var(--elbb-akzent-rgb), 0.35);
}

/* Preis-Kacheln veredeln */
.elbb-pricing {
	max-width: 780px;
	gap: 1.25rem;
}

.elbb-pricing__tier {
	border-radius: 16px;
	padding: 1.5rem 1.4rem 1.25rem;
}

.elbb-pricing__tier--featured {
	box-shadow: 0 14px 34px rgba(13, 43, 92, 0.14);
	background:
		linear-gradient(180deg, rgba(var(--elbb-akzent-rgb), 0.05), transparent 40%);
}

.elbb-pricing__price {
	font-size: 1.9rem;
	letter-spacing: -0.01em;
}

.elbb-pricing__list li {
	padding-block: 0.3rem;
	font-size: 0.93rem;
}

.elbb-pricing__list .elbb-icon {
	width: 18px;
	height: 18px;
	padding: 2px;
	border-radius: 50%;
	background: rgba(31, 168, 85, 0.14);
	color: #1c7a42;
	margin-top: 0.1rem;
}

/* Kennzahlen-Kacheln veredeln */
.elbb-stats li {
	border-radius: 14px;
	background: var(--elbb-flaeche, transparent);
}

.elbb-stats strong {
	font-size: 1.7rem;
	letter-spacing: -0.01em;
}

/* CTA-Band im Vollfarb-Gradient */
.elbb-cta--band {
	border: 0;
	border-radius: 18px;
	padding: 2.2rem 1.5rem;
	color: #fff;
	background:
		radial-gradient(500px 240px at 90% 10%, rgba(255, 212, 0, 0.2), transparent 60%),
		linear-gradient(135deg, var(--elbb-akzent) 0%, var(--elbb-akzent-dunkel) 100%);
}

.elbb-cta--band .elbb-box__title,
.elbb-cta--band p {
	color: #fff;
}

.elbb-cta--band .elbb-muted {
	color: rgba(255, 255, 255, 0.8);
}

.elbb-root .elbb-cta--band .elbb-button {
	background: var(--elbb-badge-bg) !important;
	color: var(--elbb-badge-text) !important;
	font-size: 1.02rem;
	padding: 0.7rem 1.5rem;
}

.elbb-root .elbb-cta--band .elbb-button:hover {
	background: var(--elbb-badge-bg) !important;
	color: var(--elbb-badge-text) !important;
}

/* FAQ-Akkordeon auch außerhalb des Profils nutzbar (bereits generisch) */
.elbb-home .elbb-faq {
	max-width: 720px;
}

/* --- v1.10: Konto-Login als Zwei-Spalten-Grid --- */
.elbb-account__grid {
	display: grid;
	grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
	gap: 1.25rem;
	align-items: start;
	max-width: 900px;
}

@media (max-width: 760px) {
	.elbb-account__grid {
		grid-template-columns: 1fr;
	}
}

.elbb-account__grid .elbb-box {
	margin-block: 0;
	border-radius: 14px;
}

.elbb-archive__header .elbb-eyebrow {
	margin-bottom: 0.25rem;
}

/* --- v1.16.1: GEO-Antwortabsatz im Kurzprofil --- */
.elbb-overview__answer {
	margin: 0 0 1rem;
	line-height: 1.6;
}

.elbb-overview__answer a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* --- v1.18: Initial-Kacheln statt Symbolbilder in Listen (Audit 10) --- */
.elbb-initial {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 16 / 10;
	border-radius: 10px;
	background: linear-gradient(135deg, hsl(var(--elbb-h, 215) 55% 40%), hsl(var(--elbb-h, 215) 60% 28%));
	color: #fff;
	text-align: center;
}

.elbb-initial__letters {
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1;
}

.elbb-initial__ort {
	margin-top: 0.4rem;
	font-size: 0.78rem;
	opacity: 0.85;
}

/* Hub-Linkblock (Audit 5) */
.elbb-hublinks {
	margin: 0 0 1.25rem;
}

.elbb-hublinks .elbb-chips {
	margin: 0;
}

.elbb-chip__count {
	display: inline-block;
	margin-left: 0.25rem;
	padding: 0 0.4rem;
	border-radius: 999px;
	background: rgba(var(--elbb-akzent-rgb), 0.12);
	font-size: 0.75rem;
	font-weight: 600;
}

/* --- v1.19: Ortsseiten-Ausbau --- */
.elbb-chip__km { opacity: 0.65; font-size: 0.78rem; margin-left: 0.15rem; }
.elbb-ratgeber__list { margin: 0; padding-left: 1.1rem; }
.elbb-ratgeber__list li { margin: 0.25rem 0; }
.elbb-dirbox { margin: 2rem 0 1rem; }
.elbb-dirbox .elbb-box { border-radius: 14px; }
.elbb-small { font-size: 0.85rem; }

/* --- v1.23.1: Ratgeber-Box — neutral & edel, Akzentfarbe konfigurierbar --- */
.elbb-dirbox {
	--elbb-acc: var(--elbb-box-accent, var(--elbb-akzent));
	margin: 2.25rem 0 1.5rem;
	font-size: 1rem;
	line-height: 1.55;
}

.elbb-dirbox__inner {
	position: relative;
	background: #fff;
	color: #111827;
	border: 1px solid rgba(17, 24, 39, 0.09);
	border-radius: 14px;
	padding: 1.5rem 1.6rem 1.4rem 1.85rem;
	box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04), 0 10px 28px rgba(17, 24, 39, 0.05);
}

.elbb-dirbox__inner::before {
	content: "";
	position: absolute;
	left: 0.9rem;
	top: 1.45rem;
	bottom: 1.45rem;
	width: 3px;
	border-radius: 3px;
	background: var(--elbb-acc);
	opacity: 0.85;
}

.elbb-dirbox__head {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin: 0 0 0.55rem;
}

.elbb-dirbox__badge {
	margin: 0;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: color-mix(in srgb, var(--elbb-acc) 10%, #fff);
	color: var(--elbb-acc);
	flex: 0 0 auto;
}

.elbb-dirbox .elbb-eyebrow {
	margin: 0 0 0.1rem;
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	color: var(--elbb-acc);
}

.elbb-dirbox .elbb-eyebrow::before {
	display: none;
}

.elbb-dirbox__title {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.3;
	color: inherit;
}

.elbb-dirbox__text {
	margin: 0 0 0.95rem;
	color: #4b5563;
}

.elbb-dirbox__chips {
	margin: 0 0 1rem;
}

.elbb-dirbox .elbb-chip {
	background: #f3f4f6;
	border: 1px solid #e5e7eb;
	color: #374151;
	font-weight: 500;
}

.elbb-dirbox .elbb-chip:hover {
	border-color: var(--elbb-acc);
	color: var(--elbb-acc);
	background: #fff;
}

.elbb-dirbox .elbb-chip__count {
	background: transparent;
	color: #6b7280;
	font-weight: 500;
	padding: 0;
}

.elbb-dirbox__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin: 0;
}

.elbb-root .elbb-dirbox .elbb-button {
	background: var(--elbb-acc) !important;
	color: #fff !important;
	border: 0;
	border-radius: 9px;
	font-weight: 600;
	padding: 0.6rem 1.15rem;
	box-shadow: none;
}

.elbb-root .elbb-dirbox .elbb-button:hover {
	filter: brightness(0.92);
	color: #fff !important;
}

.elbb-dirbox__meta {
	font-size: 0.82rem;
	color: #9ca3af;
}

/* Stil: Dunkel */
.elbb-dirbox--dark .elbb-dirbox__inner {
	background: #111827;
	color: #f3f4f6;
	border-color: rgba(255, 255, 255, 0.08);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.elbb-dirbox--dark .elbb-dirbox__badge {
	background: color-mix(in srgb, var(--elbb-acc) 22%, #111827);
}

.elbb-dirbox--dark .elbb-dirbox__text { color: #cbd5e1; }
.elbb-dirbox--dark .elbb-chip { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.12); color: #e5e7eb; }
.elbb-dirbox--dark .elbb-chip:hover { background: rgba(255, 255, 255, 0.12); color: #fff; }
.elbb-dirbox--dark .elbb-chip__count { color: #9ca3af; }
.elbb-dirbox--dark .elbb-dirbox__meta { color: #6b7280; }

/* Stil: Umriss (transparent, nur Rahmen) */
.elbb-dirbox--outline .elbb-dirbox__inner {
	background: transparent;
	color: inherit;
	border: 1px solid color-mix(in srgb, var(--elbb-acc) 35%, transparent);
	box-shadow: none;
}

.elbb-dirbox--outline .elbb-dirbox__text { color: inherit; opacity: 0.8; }
.elbb-dirbox--outline .elbb-chip { background: transparent; }

@media (max-width: 600px) {
	.elbb-dirbox__inner { padding: 1.2rem 1.1rem 1.1rem 1.4rem; }
	.elbb-dirbox__inner::before { left: 0.55rem; }
	.elbb-dirbox__title { font-size: 1.08rem; }
	.elbb-root .elbb-dirbox .elbb-button { width: 100%; justify-content: center; }
}

/* --- v1.21: Such-Widget --- */
.elbb-searchwidget {
	border-radius: 16px;
	padding: 1.2rem 1.2rem 1.1rem;
	margin: 0 0 1.5rem;
}

.elbb-searchwidget--light {
	background: var(--elbb-flaeche, #fff);
	border: 1px solid var(--elbb-rand, #e2e6ec);
	box-shadow: 0 8px 22px rgba(13, 43, 92, 0.07);
}

.elbb-searchwidget--gradient {
	color: #fff;
	background:
		radial-gradient(360px 180px at 100% 0%, rgba(255, 212, 0, 0.22), transparent 60%),
		linear-gradient(135deg, var(--elbb-akzent) 0%, var(--elbb-akzent-dunkel) 100%);
}

.elbb-searchwidget--dark {
	color: #fff;
	background: linear-gradient(160deg, #1f2937 0%, #111827 100%);
}

.elbb-searchwidget--gradient .elbb-eyebrow,
.elbb-searchwidget--dark .elbb-eyebrow {
	color: var(--elbb-badge-bg);
}

.elbb-searchwidget--gradient .elbb-eyebrow::before,
.elbb-searchwidget--dark .elbb-eyebrow::before {
	background: var(--elbb-badge-bg);
}

.elbb-searchwidget__eyebrow { margin-bottom: 0.2rem; }

.elbb-searchwidget__title {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0 0 0.35rem;
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1.25;
}

.elbb-searchwidget__text {
	margin: 0 0 0.9rem;
	font-size: 0.92rem;
	opacity: 0.88;
}

.elbb-searchwidget__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 82px;
	gap: 0.5rem;
}

.elbb-searchwidget__form input {
	width: 100%;
	min-height: 42px;
	padding: 0.5rem 0.75rem;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	font: inherit;
	background: #fff;
	color: #1a1a1a;
}

.elbb-searchwidget__form button {
	grid-column: 1 / -1;
	justify-content: center;
	width: 100%;
	min-height: 42px;
}

.elbb-searchwidget--gradient .elbb-searchwidget__form button,
.elbb-searchwidget--dark .elbb-searchwidget__form button {
	background: var(--elbb-badge-bg) !important;
	color: var(--elbb-badge-text) !important;
}

.elbb-searchwidget__chips {
	margin: 0.9rem 0 0;
}

.elbb-searchwidget--gradient .elbb-chip,
.elbb-searchwidget--dark .elbb-chip {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.25);
	color: #fff;
}

.elbb-searchwidget--gradient .elbb-chip:hover,
.elbb-searchwidget--dark .elbb-chip:hover {
	background: rgba(255, 255, 255, 0.26);
}

.elbb-searchwidget__hub {
	margin: 0.8rem 0 0;
	font-size: 0.85rem;
}

.elbb-searchwidget--gradient .elbb-searchwidget__hub a,
.elbb-searchwidget--dark .elbb-searchwidget__hub a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* --- v1.22: Ein smartes Suchfeld (Hero, Archiv) --- */
.elbb-hero__search,
.elbb-archive__search {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: stretch;
}

.elbb-hero__search input[type="search"],
.elbb-archive__search input[type="search"] {
	flex: 1 1 260px;
	min-height: 48px;
	padding: 0.6rem 0.9rem;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	font: inherit;
	font-size: 1rem;
	background: #fff;
	color: #1a1a1a;
}

.elbb-hero__search .elbb-button,
.elbb-archive__search .elbb-button {
	min-height: 48px;
	padding-inline: 1.3rem;
}

/* ===== v1.22.1: Mobil-Lesbarkeit für Marketing-/Verkaufsseiten ===== */
@media (max-width: 640px) {
	.elbb-root {
		font-size: 1rem;
		line-height: 1.6;
	}

	.elbb-home,
	.elbb-root--wide {
		overflow-x: clip;
		padding-inline: 0;
	}

	/* Hero: kompakter, größere Schrift, volle Buttons */
	.elbb-hero,
	.elbb-hero--home,
	.elbb-hero--plain {
		min-height: 0;
		align-items: stretch;
	}

	.elbb-hero__tile,
	.elbb-hero__tile--home {
		padding: 1.35rem 1.1rem 1.3rem;
	}

	.elbb-hero__eyebrow {
		font-size: 0.82rem;
	}

	.elbb-hero__title {
		font-size: clamp(1.45rem, 6.4vw, 1.9rem);
		line-height: 1.2;
	}

	.elbb-hero__sub {
		font-size: 1rem;
		opacity: 0.96;
	}

	.elbb-hero__actions .elbb-button {
		flex: 1 1 100%;
		justify-content: center;
		font-size: 1.02rem;
		padding: 0.75rem 1rem;
	}

	/* Abschnittsköpfe und Texte */
	.elbb-eyebrow {
		font-size: 0.8rem;
	}

	.elbb-section-head h2,
	.elbb-archive__header h1 {
		font-size: 1.4rem;
		line-height: 1.25;
	}

	.elbb-section-head p,
	.elbb-archive__intro {
		font-size: 1rem;
		opacity: 0.92;
	}

	.elbb-home__section {
		margin-block: 2rem;
	}

	/* Nutzen-/Warum-Boxen */
	.elbb-why {
		gap: 0.85rem;
	}

	.elbb-why .elbb-box {
		padding: 1.1rem 1.05rem 1rem;
	}

	.elbb-why .elbb-box h3 {
		font-size: 1.1rem;
	}

	.elbb-why .elbb-box p {
		font-size: 1rem;
		opacity: 0.92;
	}

	/* Preis-Kacheln */
	.elbb-pricing {
		gap: 1rem;
	}

	.elbb-pricing__tier {
		padding: 1.2rem 1.1rem 1.1rem;
	}

	.elbb-pricing__flag {
		position: static;
		display: inline-block;
		margin: 0 0 0.6rem;
		font-size: 0.78rem;
	}

	.elbb-pricing__tier h3 {
		font-size: 1.25rem;
		margin: 0 0 0.25rem;
	}

	.elbb-pricing__price {
		font-size: 1.75rem;
	}

	.elbb-pricing__list li {
		font-size: 1rem;
		line-height: 1.5;
		padding-block: 0.4rem;
	}

	.elbb-pricing__tier .elbb-button {
		display: flex;
		justify-content: center;
		width: 100%;
		font-size: 1.02rem;
		padding: 0.75rem 1rem;
	}

	/* Schritte und Kennzahlen */
	.elbb-steps li {
		padding: 1rem 1rem 0.9rem;
	}

	.elbb-steps li strong {
		font-size: 1.08rem;
	}

	.elbb-steps li span:not(.elbb-steps__num) {
		font-size: 1rem;
		opacity: 0.92;
	}

	.elbb-stats strong {
		font-size: 1.55rem;
	}

	.elbb-stats span {
		font-size: 0.92rem;
	}

	/* CTA-Band */
	.elbb-cta--band {
		padding: 1.6rem 1.1rem;
		border-radius: 14px;
	}

	.elbb-cta--band .elbb-box__title {
		font-size: 1.35rem;
		line-height: 1.25;
	}

	.elbb-cta--band p {
		font-size: 1rem;
	}

	.elbb-root .elbb-cta--band .elbb-button {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	/* FAQ, Chips, gedämpfte Texte */
	.elbb-faq__item summary {
		font-size: 1.02rem;
		padding: 0.85rem 2.2rem 0.85rem 0.9rem;
	}

	.elbb-faq__answer p {
		font-size: 1rem;
	}

	.elbb-chip {
		font-size: 0.95rem;
		padding: 0.45rem 0.75rem;
	}

	.elbb-muted {
		opacity: 0.82;
	}
}

/* --- v1.24: Ratgeber-Box Layouts Banner & Suche --- */
.elbb-dirbox--l-banner .elbb-dirbox__inner {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.05rem 1.25rem 1.05rem 1.6rem;
}

.elbb-dirbox--l-banner .elbb-dirbox__banner-text {
	flex: 1 1 auto;
	min-width: 0;
}

.elbb-dirbox--l-banner .elbb-dirbox__title {
	font-size: 1.05rem;
}

.elbb-dirbox--l-banner .elbb-dirbox__text {
	margin: 0.15rem 0 0;
	font-size: 0.92rem;
}

.elbb-root .elbb-dirbox--l-banner .elbb-button {
	flex: 0 0 auto;
	white-space: nowrap;
}

.elbb-dirbox__form {
	display: flex;
	gap: 0.5rem;
	margin: 0 0 0.9rem;
}

.elbb-dirbox__form input[type="search"] {
	flex: 1 1 auto;
	min-width: 0;
	min-height: 44px;
	padding: 0.55rem 0.85rem;
	border: 1px solid #d1d5db;
	border-radius: 9px;
	font: inherit;
	background: #fff;
	color: #111827;
}

.elbb-dirbox__form input[type="search"]:focus {
	outline: 2px solid color-mix(in srgb, var(--elbb-acc) 35%, transparent);
	border-color: var(--elbb-acc);
}

.elbb-dirbox--dark .elbb-dirbox__form input[type="search"] {
	background: #1f2937;
	border-color: rgba(255, 255, 255, 0.12);
	color: #f3f4f6;
}

.elbb-dirbox--l-search .elbb-dirbox__meta a {
	color: var(--elbb-acc);
	text-decoration: none;
	font-weight: 600;
}

@media (max-width: 600px) {
	.elbb-dirbox--l-banner .elbb-dirbox__inner {
		flex-wrap: wrap;
		padding-left: 1.4rem;
	}

	.elbb-root .elbb-dirbox--l-banner .elbb-button {
		flex: 1 1 100%;
	}

	.elbb-dirbox__form {
		flex-direction: column;
	}
}

/* --- v1.24.2: Initial-Kacheln in Nähe-Karten (72×54) --- */
.elbb-nearcard__media .elbb-initial {
	width: 72px;
	height: 54px;
	aspect-ratio: auto;
	border-radius: calc(var(--elbb-radius) / 2);
}

.elbb-nearcard__media .elbb-initial__letters {
	font-size: 1rem;
}

.elbb-nearcard__media .elbb-initial__ort {
	display: none;
}


/* --- v1.25 (Nische Apotheke): Notdienst-Box in der Sidebar, Hinweis-Box auf der Werbeseite ---
   v1.26.1 (DES): Die Box war mit 5%-Tönung auf hellen Themes kaum sichtbar. Jetzt bewusst
   dunkel (Akzent-Verlauf, weiße Schrift, Weiß-Button) — sie ist die wichtigste Handlung
   der Sidebar und darf nach etwas aussehen. Farben hängen an den Tokens, folgen also
   auch einer eigenen Akzentfarbe aus den Einstellungen. */
.elbb-root .elbb-aside__emergency {
	position: relative;
	overflow: hidden;
	border: 0;
	background: linear-gradient(150deg, var(--elbb-akzent) 0%, var(--elbb-akzent-dunkel) 100%);
	color: #fff;
	box-shadow: 0 10px 24px -12px rgba(var(--elbb-akzent-rgb), 0.55);
}

.elbb-root .elbb-aside__emergency::after {
	content: "";
	position: absolute;
	inset-block-start: -34px;
	inset-inline-end: -34px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	pointer-events: none;
}

.elbb-root .elbb-aside__emergency .elbb-box__title,
.elbb-root .elbb-aside__emergency h2 {
	color: #fff;
}

.elbb-root .elbb-aside__emergency .elbb-box__title .elbb-icon {
	color: #fff;
	background: rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	padding: 3px;
	box-sizing: content-box;
}

.elbb-root .elbb-aside__emergency p {
	color: rgba(255, 255, 255, 0.92);
}

.elbb-root .elbb-aside__emergency .elbb-muted,
.elbb-root .elbb-aside__emergency .elbb-small {
	color: rgba(255, 255, 255, 0.72);
}

.elbb-root .elbb-aside__emergency .elbb-button--ghost,
.elbb-root .elbb-aside__emergency a.elbb-button--ghost,
.elbb-root .elbb-aside__emergency a.elbb-button--ghost:visited {
	width: 100%;
	justify-content: center;
	text-align: center;
	background: #fff;
	border-color: #fff;
	color: var(--elbb-akzent-dunkel);
	font-weight: 700;
}

.elbb-root .elbb-aside__emergency .elbb-button--ghost:hover,
.elbb-root .elbb-aside__emergency a.elbb-button--ghost:hover {
	background: rgba(255, 255, 255, 0.88);
	border-color: rgba(255, 255, 255, 0.88);
	color: var(--elbb-akzent-dunkel);
}

.elbb-root .elbb-notice-box {
	margin-block-start: var(--elbb-abstand);
	border-inline-start: 4px solid var(--elbb-akzent);
}

.elbb-root .elbb-notice-box h3 {
	margin-block-start: 0;
}

.elbb-root .elbb-facts--icons dd .elbb-small {
	display: inline;
}

/* --- v1.27: Claim-Bereich als eine Box; Banner optional unten --- */
.elbb-root .elbb-claimbox {
	margin-block-start: calc(var(--elbb-abstand) * 0.75);
}

.elbb-root .elbb-claimbox form p {
	margin: 0 0 0.85em;
}

.elbb-root .elbb-claim--removal {
	margin-block-start: 1.1em;
	border: 0;
	padding: 0;
	background: none;
}

.elbb-root .elbb-claim--removal > summary {
	font-size: 0.85rem;
	opacity: 0.72;
	cursor: pointer;
}

.elbb-root .elbb-claim--removal[open] > summary {
	opacity: 1;
}

.elbb-root .elbb-banner--footer {
	margin-block-start: var(--elbb-abstand);
	margin-block-end: 0;
}

/* --- v1.28: GEO-Antwortabsatz und FAQ auf Stadtseiten --- */
.elbb-root .elbb-cityanswer {
	margin-block-start: 0.9em;
	padding: 0.9em 1.1em;
	border-inline-start: 4px solid var(--elbb-akzent);
	background: rgba(var(--elbb-akzent-rgb), 0.06);
	border-radius: 0 10px 10px 0;
	max-width: 70ch;
}

.elbb-root .elbb-cityanswer p {
	margin: 0;
}

.elbb-root .elbb-cityanswer a {
	font-weight: 600;
}

.elbb-root .elbb-cityfaq .elbb-faq {
	max-width: 76ch;
}
