/* Izolowany podgląd DE: długie niemieckie wyrazy nie mogą rozszerzać karty
   hero poza mobilny viewport. Osobny plik zapewnia punktowy cache-busting. */
@media (max-width: 767px) {
    body[data-locale="de"][data-view="home"] .hero__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body[data-locale="de"][data-view="home"] .hero__card {
        min-width: 0;
        max-width: 100%;
    }

    body[data-locale="de"][data-view="home"] .hero__card h2 {
        overflow-wrap: anywhere;
        hyphens: auto;
    }
}

@media (min-width: 1024px) {
    body[data-locale="de"][data-view="home"] #aktuelles .section__head {
        align-items: flex-start;
        flex-wrap: nowrap;
    }

    body[data-locale="de"][data-view="home"] #aktuelles .section__head > div:first-child {
        flex: 1 1 auto;
        min-width: 0;
    }

    body[data-locale="de"][data-view="home"] #aktuelles .section__actions {
        flex: 0 0 auto;
        margin-top: 10px;
    }
}
