.panel-results {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    padding: 1rem 5vw;
    position: absolute;
    z-index: 100;
    color: var(--wp--preset--color--white);
    width: 100%;
    z-index: 8;
    transition: all 1s;
}

.panel-results span {
    font-weight: bold;
    text-decoration: underline;
}

.panel-results a {
    color: var(--wp--preset--color--white);
    text-decoration: none;
}

body:has(.is-style-panel-slider .swiper-slide-visible:not(.has-background-color)) .panel-results {
    color: var(--wp--preset--color--blue-dark);
}

body:has(.is-style-panel-slider .swiper-slide-visible:not(.has-background-color)) .panel-results a {
    color: var(--wp--preset--color--blue-dark);
}

.panel-results:has(+ .entry-content .swiper-slide:first-child.swiper-slide-active) {
    opacity: 0;
    transition: all 0s;
}