/* Safe Edit pilot: preserve podcast artwork for cards/OG and use the violet section background. */
body.inner::before {
  background: linear-gradient(0deg, #603186 40%, #b573ea 100%) !important;
}

body.inner.inner--image .page-wrapper .main::after {
  display: none !important;
  background-image: none !important;
}
/* Pozostałe kategorie zawsze lazurowe na Podcastach */
body.violetGradient .zone-navigation__item:not(.active)
.zone-navigation__link:not([href*="/po-godzinach/podcasty"])
.zone-navigation__link-icon svg,
body.violetGradient .zone-navigation__item:not(.active)
.zone-navigation__link:not([href*="/po-godzinach/podcasty"])
.zone-navigation__link-icon img {
    filter: brightness(0) saturate(100%) invert(82%) sepia(52%)
        saturate(446%) hue-rotate(145deg) brightness(76%) contrast(80%) !important;
}
/* Safe Edit: pełne minatury wszystkich podcastów */
.list-results__link[href*="po-godzinach/podcasty/"]
.list-results__img {
    object-fit: contain !important;
    object-position: center center !important;
    margin-top: 0 !important;
    transform: none !important;
    transition: none !important;
    background-color: #07162e !important;
}
/* Safe Edit: pełny format tylko głównej karty Podcastów */
@media (min-width: 1025px) {
    .list-results__list--newest
    .list-results__item--newest
    .list-results__figure {
        aspect-ratio: 1/1;
        min-height: 0;
        
    }
    .list-results__list--newest
    .list-results__item--newest
    .list-results__img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
    }
}