/* ===================================================================
   „AERONA WIRD NICHT VERKAUFT" — DER SCHLUSSTEIL

   Die Grenzen, die Warnzeichen, die Einwände, das Fazit und die drei
   Verweise.
   =================================================================== */

:root[data-thema] .bl-grenzen {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

:root[data-thema] .bl-grenze {
    position: relative;
    padding: 1.4rem 1.5rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-mittel);
    background: var(--k-vertieft);
}

:root[data-thema] .bl-grenze h3 {
    margin: 0 0 0.5rem;
    color: var(--k-text);
    font-size: 1.04rem;
    font-weight: 700;
}

:root[data-thema] .bl-grenze p {
    max-width: 68ch;
    margin: 0;
    color: var(--k-text-leise);
    font-size: 0.95rem;
    line-height: 1.74;
}

:root[data-thema] .bl-zeichen {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--k-rand-dicke);
}

:root[data-thema] .bl-zeichen li {
    position: relative;
    padding: 0.95rem 0 0.95rem 2rem;
    border-bottom: 1px solid var(--k-rand-dicke);
    color: var(--k-text-leise);
    font-size: 1rem;
    line-height: 1.65;
}

:root[data-thema] .bl-zeichen li::before {
    content: "→";
    position: absolute;
    left: 0;
    top: 0.95rem;
    color: var(--k-text-still);
    font-size: 0.95rem;
}

:root[data-thema] .bl-sorgen {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

:root[data-thema] .bl-sorge {
    position: relative;
    padding: 1.5rem 1.6rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-mittel);
    background: var(--k-vertieft);
}

:root[data-thema] .bl-sorge-frage {
    margin: 0 0 0.65rem;
    color: var(--k-text);
    font-size: 1.06rem;
    font-weight: 700;
    line-height: 1.4;
}

:root[data-thema] .bl-sorge p {
    max-width: 68ch;
    margin: 0;
    color: var(--k-text-leise);
    font-size: 0.96rem;
    line-height: 1.75;
}

:root[data-thema] .bl-fazit {
    position: relative;
    max-width: 66ch;
    padding: 1.6rem 1.7rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-gross);
    background: var(--k-vertieft);
}

:root[data-thema] .bl-fazit p {
    margin: 0 0 1rem;
    color: var(--k-text-leise);
    font-size: 1.02rem;
    line-height: 1.78;
}

:root[data-thema] .bl-fazit p:last-child {
    margin-bottom: 0;
}

:root[data-thema] .bl-verweise {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

:root[data-thema] .bl-verweis {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1.15rem 1.3rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-mittel);
    background: var(--k-vertieft);
    text-decoration: none;
}

:root[data-thema] .bl-verweis strong {
    color: var(--k-text-leise);
    font-size: 1rem;
    font-weight: 700;
    transition: color var(--bew-schnell) var(--bew-beides);
}

:root[data-thema] .bl-verweis:hover strong,
:root[data-thema] .bl-verweis:focus-visible strong {
    color: var(--k-text);
}

:root[data-thema] .bl-verweis:focus-visible {
    outline: none;
}

:root[data-thema] .bl-verweis span {
    color: var(--k-text-still);
    font-size: 0.87rem;
    line-height: 1.55;
}

@media (max-width: 720px) {
    :root[data-thema] .bl-sorge,
    :root[data-thema] .bl-grenze,
    :root[data-thema] .bl-fazit {
        padding: 1.25rem 1.3rem;
    }
}
