.wow-floating-actions {
    --wow-buttons-right: 14px;
    --wow-buttons-bottom: 16px;
    position: fixed;
    right: max(var(--wow-buttons-right), env(safe-area-inset-right));
    top: 50%;
    z-index: 9000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    transform: translateY(-50%);
    font-family: inherit;
}

.wow-floating-actions.wow-desktop-position-bottom {
    top: auto;
    bottom: max(var(--wow-buttons-bottom), env(safe-area-inset-bottom));
    transform: none;
}

.wow-floating-actions-list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 9px;
}

.wow-floating-action-item {
    display: flex;
    justify-content: flex-end;
    max-width: min(280px, calc(100vw - 28px));
}

.wow-floating-action-control,
.wow-floating-mobile-toggle {
    box-sizing: border-box;
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 9px 22px rgba(15, 23, 42, 0.24);
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.wow-floating-action-control:hover,
.wow-floating-action-control:focus,
.wow-floating-mobile-toggle:hover,
.wow-floating-mobile-toggle:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.3);
}

.wow-floating-action-control:focus-visible,
.wow-floating-mobile-toggle:focus-visible,
.wow-floating-youtube-close:focus-visible,
.wow-floating-youtube-consent a:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.wow-floating-link-button {
    max-width: 240px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #2557d6;
    font-size: 14px;
}

.wow-floating-link-button:hover,
.wow-floating-link-button:focus {
    background: #1845bd;
}

.wow-floating-link-button-secondary {
    max-width: 230px;
    padding: 11px 16px;
    border-radius: 999px;
    background: #087f8c;
    font-size: 13px;
}

.wow-floating-link-button-secondary:hover,
.wow-floating-link-button-secondary:focus {
    background: #066874;
}

.wow-floating-youtube-toggle {
    max-width: 230px;
    gap: 8px;
    padding: 11px 16px;
    border-radius: 999px;
    background: #f04444;
    font-size: 13px;
    white-space: normal;
}

.wow-floating-youtube-toggle:hover,
.wow-floating-youtube-toggle:focus {
    background: #d93434;
}

.wow-floating-youtube-toggle-icon {
    flex: 0 0 auto;
    font-size: 15px;
    line-height: 1;
}

.wow-floating-link-button-third {
    max-width: 260px;
    gap: 9px;
    padding: 8px 14px 8px 8px;
    border-radius: 999px;
    background: #2557d6;
    font-size: 13px;
    overflow: hidden;
}

.wow-floating-link-button-third:hover,
.wow-floating-link-button-third:focus {
    background: #1845bd;
}

.wow-third-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

.wow-third-mode-square .wow-third-icon {
    border-radius: 7px;
}

.wow-third-mode-circle .wow-third-icon {
    border-radius: 50%;
}

.wow-third-icon img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover;
}

.wow-floating-link-button-third.wow-third-no-text {
    width: 48px;
    min-width: 48px;
    height: 48px;
    padding: 0;
    background: transparent;
}

.wow-third-no-text .wow-third-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    box-shadow: 0 9px 22px rgba(15, 23, 42, 0.24);
}

.wow-third-no-text.wow-third-mode-square {
    border-radius: 10px;
}

.wow-third-no-text.wow-third-mode-circle {
    border-radius: 50%;
}

.wow-floating-mobile-toggle {
    display: none;
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 50%;
    background: #0795ad;
    font-size: 20px;
    letter-spacing: 1px;
}

.wow-floating-youtube-player {
    position: fixed;
    right: 14px;
    bottom: 78px;
    z-index: 9010;
    width: min(340px, calc(100vw - 28px));
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: #111827;
    color: #fff;
    box-shadow: 0 18px 42px rgba(2, 6, 23, 0.38);
    font-family: inherit;
}

.wow-floating-youtube-player[hidden],
.wow-floating-youtube-consent[hidden] {
    display: none !important;
}

.wow-floating-youtube-head {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 8px 7px 12px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 13px;
    font-weight: 700;
}

.wow-floating-youtube-close {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #fff;
    font: 24px/1 Arial, sans-serif;
    cursor: pointer;
}

.wow-floating-youtube-close:hover,
.wow-floating-youtube-close:focus {
    background: rgba(255, 255, 255, 0.14);
}

.wow-floating-youtube-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

.wow-floating-youtube-frame iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.wow-floating-youtube-consent {
    padding: 18px;
    background: #172033;
    color: #e5e7eb;
    font-size: 13px;
    line-height: 1.5;
}

.wow-floating-youtube-consent p {
    margin: 0 0 12px;
}

.wow-floating-youtube-consent a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 7px 12px;
    border-radius: 4px;
    background: #fff;
    color: #111827;
    font-weight: 700;
    text-decoration: none;
}

@media (min-width: 981px) {
    .wow-floating-actions.wow-device-desktop-off {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .wow-floating-actions.wow-device-tablet-off {
        display: none;
    }

    .wow-floating-actions {
        top: auto;
        bottom: max(var(--wow-buttons-bottom), env(safe-area-inset-bottom));
        transform: none;
    }
}

@media (max-width: 767px) {
    .wow-floating-actions.wow-device-mobile-off {
        display: none;
    }

    .wow-floating-actions {
        top: auto;
        bottom: max(var(--wow-buttons-bottom), env(safe-area-inset-bottom));
        transform: none;
    }

    .wow-floating-action-item,
    .wow-floating-action-control {
        max-width: min(78vw, 270px);
    }

    .wow-floating-actions.wow-mobile-collapsible .wow-floating-mobile-toggle {
        display: inline-flex;
    }

    .wow-floating-actions.wow-mobile-collapsible .wow-floating-actions-list {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transform: translateY(8px);
        transition: opacity 160ms ease, transform 160ms ease, visibility 160ms;
    }

    .wow-floating-actions.wow-mobile-collapsible.is-expanded .wow-floating-actions-list {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .wow-floating-actions.wow-mobile-collapsible.is-expanded .wow-floating-mobile-toggle {
        background: #075f70;
    }

    .wow-floating-youtube-player {
        right: max(10px, env(safe-area-inset-right));
        bottom: max(76px, calc(env(safe-area-inset-bottom) + 66px));
        width: min(340px, calc(100vw - 20px));
    }
}

@media (prefers-reduced-motion: reduce) {
    .wow-floating-action-control,
    .wow-floating-mobile-toggle,
    .wow-floating-actions-list {
        transition: none !important;
    }
}
