html.wfsb-active,
body.wfsb-active {
    min-height: 100%;
}

body.wfsb-active {
    position: relative;
}

#wfsb-global.wfsb-background,
.wfsb-background.wfsb-background {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: var(--wfsb-z-index, -1);
    pointer-events: none;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: none;
    -webkit-transform: none;
    isolation: isolate;
}

.wfsb-background.wfsb-audio-only {
    display: none;
}

.wfsb-background .wfsb-video,
.wfsb-background .wfsb-youtube,
.wfsb-background .wfsb-image,
.wfsb-background iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none !important;
    max-height: none !important;
    min-width: 100%;
    min-height: 100%;
    border: 0;
    outline: 0;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    filter: none !important;
    -webkit-filter: none !important;
}

.wfsb-background .wfsb-video {
    object-fit: cover;
    background: transparent;
    filter: none !important;
    -webkit-filter: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    image-rendering: auto;
}

.wfsb-background.wfsb-anti-blur .wfsb-video,
.wfsb-background.wfsb-anti-blur iframe {
    filter: none !important;
    -webkit-filter: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.wfsb-background .wfsb-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.wfsb-background .wfsb-shadow {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, var(--wfsb-overlay-opacity, 0.38));
    z-index: 2;
}

.wfsb-video::-webkit-media-controls,
.wfsb-video::-webkit-media-controls-panel,
.wfsb-video::-webkit-media-controls-play-button,
.wfsb-video::-webkit-media-controls-start-playback-button,
.wfsb-video::-webkit-media-controls-overlay-play-button {
    display: none !important;
    -webkit-appearance: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.wfsb-audio {
    position: fixed;
    width: 1px;
    height: 1px;
    left: -9999px;
    top: -9999px;
    opacity: 0;
    pointer-events: none;
}

.wfsb-mute-toggle.wfsb-mute-toggle {
    position: fixed;
    z-index: 999999;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    border: 0;
    border-radius: 999px;
    padding: 10px 14px;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: transform 180ms ease, background 180ms ease, opacity 180ms ease;
    text-decoration: none;
    min-height: auto;
    visibility: visible !important;
    opacity: 1;
    -webkit-appearance: none;
    appearance: none;
}

.wfsb-mute-toggle.wfsb-position-bottom-left {
    left: 18px;
    bottom: 18px;
}

.wfsb-mute-toggle.wfsb-position-bottom-right {
    right: 18px;
    bottom: 18px;
}

.wfsb-mute-toggle.wfsb-position-top-left {
    left: 18px;
    top: 18px;
}

.wfsb-mute-toggle.wfsb-position-top-right {
    right: 18px;
    top: 18px;
}

.wfsb-video-mute-toggle.wfsb-position-bottom-left + .wfsb-music-mute-toggle.wfsb-position-bottom-left,
.wfsb-video-mute-toggle.wfsb-position-bottom-right + .wfsb-music-mute-toggle.wfsb-position-bottom-right {
    transform: translateY(-52px);
}

.wfsb-video-mute-toggle.wfsb-position-top-left + .wfsb-music-mute-toggle.wfsb-position-top-left,
.wfsb-video-mute-toggle.wfsb-position-top-right + .wfsb-music-mute-toggle.wfsb-position-top-right {
    transform: translateY(52px);
}

.wfsb-mute-toggle.wfsb-mute-toggle:hover,
.wfsb-mute-toggle.wfsb-mute-toggle:focus {
    transform: translateY(-2px);
    background: rgba(0, 0, 0, 0.86);
    outline: none;
}

.wfsb-mute-toggle .wfsb-mute-icon {
    font-size: 15px;
}

.wfsb-mute-toggle .wfsb-mute-label {
    font-weight: 600;
}

@media (max-width: 600px) {
    .wfsb-mute-toggle.wfsb-mute-toggle {
        padding: 9px 12px;
        font-size: 13px;
        max-width: calc(100vw - 24px);
    }

    .wfsb-mute-toggle.wfsb-position-bottom-left {
        left: 12px;
        bottom: 12px;
    }

    .wfsb-mute-toggle.wfsb-position-bottom-right {
        right: 12px;
        bottom: 12px;
    }

    .wfsb-mute-toggle.wfsb-position-top-left {
        left: 12px;
        top: 12px;
    }

    .wfsb-mute-toggle.wfsb-position-top-right {
        right: 12px;
        top: 12px;
    }
}
