/* ===================================================================
   „MADE IN GERMANY IST KEIN AUFKLEBER" — DIE EINZELTEILE

   Die Gegenüberstellung, die vier Rechte, der Merksatz, die Grenzen,
   was es kostet, die vier Schritte, die Einwände, das Fazit und die
   drei Verweise.
   =================================================================== */

:root[data-thema] .hk-gegenueber {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
    gap: 1.4rem;
}

:root[data-thema] .hk-seite {
    position: relative;
    padding: 1.8rem 1.7rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-gross);
    background: var(--k-vertieft);
    overflow: hidden;
}

:root[data-thema] .hk-seite::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    pointer-events: none;
}

:root[data-thema] .hk-seite--hier::before {
    background-image: var(--k-verlauf);
}

:root[data-thema] .hk-seite--anders::before {
    background: var(--k-rand-oben);
}

:root[data-thema] .hk-seite h3 {
    margin: 0 0 1.2rem;
    color: var(--k-text);
    font-size: 1.12rem;
    font-weight: 700;
}

:root[data-thema] .hk-seite ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

:root[data-thema] .hk-seite li:last-child {
    border-bottom: 0;
}

:root[data-thema] .hk-seite li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.13rem;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--k-text-still);
}

:root[data-thema] .hk-seite--anders p {
    margin: 0;
    color: var(--k-text-still);
    font-size: 0.95rem;
    line-height: 1.7;
}

:root[data-thema] .hk-rechte {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15.5rem, 1fr));
    gap: 1.2rem;
}

:root[data-thema] .hk-recht {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1.4rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-gross);
    background: var(--k-vertieft);
}

:root[data-thema] .hk-recht-quelle {
    align-self: flex-start;
    margin-bottom: 0.8rem;
    padding: 0.26rem 0.65rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-pille);
    background: var(--k-vertieft);
    color: var(--k-text-still);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

:root[data-thema] .hk-recht--stark .hk-recht-quelle {
    color: var(--k-text);
}

:root[data-thema] .hk-recht h3 {
    margin: 0 0 0.55rem;
    color: var(--k-text);
    font-size: 1.05rem;
    font-weight: 700;
}

:root[data-thema] .hk-recht p {
    margin: 0;
    color: var(--k-text-leise);
    font-size: 0.92rem;
    line-height: 1.66;
}

:root[data-thema] .hk-merksatz {
    position: relative;
    max-width: 62ch;
    margin: 2.2rem 0 0;
    padding: 1.15rem 1.4rem;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--k-rund-mittel);
    background: var(--k-vertieft);
    color: var(--k-text);
    font-size: 1rem;
    line-height: 1.7;
}

:root[data-thema] .hk-grenzen {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 1.1rem 2rem;
}

:root[data-thema] .hk-grenze {
    position: relative;
    display: flex;
    gap: 0.9rem;
    padding: 1.1rem 0;
}

:root[data-thema] .hk-grenze-zeichen {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 1.6rem;
    height: 1.6rem;
    margin-top: 0.1rem;
    border-radius: 50%;
    background: var(--k-vertieft);
    color: var(--k-text);
    font-size: 0.8rem;
}

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

:root[data-thema] .hk-grenze p {
    max-width: 46ch;
    margin: 0;
    color: var(--k-text-leise);
    font-size: 0.92rem;
    line-height: 1.68;
}

:root[data-thema] .hk-preise {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 1.2rem;
}

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

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

:root[data-thema] .hk-preis p {
    margin: 0;
    color: var(--k-text-leise);
    font-size: 0.92rem;
    line-height: 1.66;
}

@media (max-width: 720px) {
    :root[data-thema] .hk-seite,
    :root[data-thema] .hk-recht {
        padding: 1.4rem 1.25rem;
    }
}
