/* Po godzinach: lazurowe akcenty na listingach */
body.azureGradient
.zone-navigation__item:not(.active)
.zone-navigation__link-icon svg,
body.azureGradient
.zone-navigation__item:not(.active)
.zone-navigation__link-icon img,
body.azureGradient .list-results__info-item::before,
body.azureGradient .list-results__infobar span.read-time::before,
body.azureGradient .list-results__infobar span.duration::before {
    filter: brightness(0) saturate(100%) invert(82%) sepia(52%)
        saturate(446%) hue-rotate(145deg) brightness(76%)
        contrast(80%) !important;
}

body.azureGradient .list-results__link::after {
    background-color: #40c2c9 !important;
}

body.azureGradient .list-results__link:hover::after {
    background-color: #1a949b !important;
}

body.azureGradient .list-results__additional,
body.azureGradient .list-results__additional a {
    color: #1a949b !important;
}

/* Podcasty zawsze fioletowe na stronach lazurowych */
body.azureGradient .zone-navigation__item:not(.active)
.zone-navigation__link[href*="/po-godzinach/podcasty"]
.zone-navigation__link-icon svg,
body.azureGradient .zone-navigation__item:not(.active)
.zone-navigation__link[href*="/po-godzinach/podcasty"]
.zone-navigation__link-icon img {
    filter: invert(57%) sepia(100%) saturate(4182%)
        hue-rotate(251deg) brightness(102%) contrast(101%) !important;
}
/* Quiz: liczba pytań */
body.azureGradient
.list-results__link[href$="/quiz-jak-sie-czujesz"]
.list-results__infobar > span:first-child:before {
    content: "8";
}