/* ===== Kategoria: pełny opis SEO zawsze widoczny (JS on/off) ===== */

/* 0. NAJWAŻNIEJSZE: zdejmij obcięcie wysokości z kontenera */
.search_description,
.search_description.--skeleton {
    max-height: none !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
}

/* 1. Zdejmij stan skeleton z opisu — także z elementów zagnieżdżonych */
.search_description.--skeleton,
.search_description.--skeleton * {
    background: none !important;
    background-color: transparent !important;
    -webkit-mask-image: none !important;
            mask-image: none !important;
    animation: none !important;
    color: inherit !important;
}

/* 2. Przywróć firmowy kolor nagłówków */
.search_description.--skeleton h1,
.search_description.--skeleton h2,
.search_description.--skeleton h3,
.search_description.--skeleton h4,
.search_description.--skeleton h5,
.search_description.--skeleton h6 {
    color: #000 !important;
}

/* 3. Odsłoń „zwiniętą" część opisu (przy włączonym JS) */
.search_description .search_categoriesdescription_next {
    display: block !important;
    max-height: none !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* 4. Usuń gradientowe nakładki tego bloku, jeśli są */
.search_description .search_categoriesdescription_next::before,
.search_description .search_categoriesdescription_next::after {
    content: none !important;
    display: none !important;
}

/* 5. Ukryj niepotrzebne przyciski */
.search_description .show_description,
.search_description .hide_description {
    display: none !important;
}
/* Pokaż zawartość drugiego bloku BEZ czekania na .expanded — ale POMIŃ link „Czytaj więcej" */
.search_description .search_categoriesdescription_next:not(.expanded) > *:not(.show_description),
.search_description .search_categoriesdescription_next > *:not(.show_description) {
    display: block !important;
}