:root {
    --plyr-color-main: #000;
}

[x-cloak] {
    display: none!important;
}

.plyr__controls.hide-controls {
    display: none;
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: transparent!important;
}

.podcast-timelipse-show {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.podcast-timelipse-show .podcast-timelipse-show-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
}

.podcast-timelipse-show .podcast-timelipse-show-time {
    font-family: 'Plain'!important;
    font-size: 18px!important;
    color: #fff!important;
}

#elementor-popup-modal-110039 .dialog-close-button i[class*=" eicon-"], #elementor-popup-modal-110039 .dialog-close-button i[class^=eicon] {
    font-family: none;
    height: 22px;
    width: 22px;
    background-image: url(https://whitewall.art/wp-content/uploads/2023/12/Groupe-13.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#elementor-popup-modal-110039 .dialog-close-button i[class*=" eicon-"]::before, #elementor-popup-modal-110039 .dialog-close-button i[class^=eicon]::before {
    content: ""
}

#whitewall-info-section {
    position: absolute;
    bottom: -2px;
}

@media screen and (max-width: 768px) {
    #whitewall-info-section {
        position: relative;
        margin-top: -79px;
    }
}