#hover-audio-consent {
    position: fixed;
    inset: 0;
    display: none;
    place-items: center;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
}

#hover-audio-consent.show {
    display: grid;
}

#hover-audio-consent .card {
    background: rgba(18, 18, 18, .95);
    color: #fff;
    padding: 1rem 1.25rem;
    border-radius: .75rem;
    max-width: 420px;
    width: calc(100% - 2rem);
    text-align: center;
}

#hover-audio-consent .card h3 {
    margin: .25rem 0 .5rem 0;
    font-size: 1.1rem;
}

#hover-audio-consent .card p {
    margin: .25rem 0 .75rem 0;
    opacity: .9;
}

#hover-audio-consent .actions {
    margin-top: .75rem;
    display: flex;
    gap: .5rem;
    justify-content: center;
    flex-wrap: wrap;
}

#hover-audio-consent button {
    cursor: pointer;
    padding: .6rem 1rem;
    border: 0;
    border-radius: .5rem;
    font-weight: 700;
}

#consent-yes {
    background: #fff;
    color: #111;
}

#consent-no {
    background: #2b2b2b;
    color: #f2f2f2;
}

.anita-menu-wrapper {
    position: relative;
}

#hover-audio-toggle {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: none;
    border: 0;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: 0;
    line-height: 1;
    z-index: 10;
    pointer-events: auto;
    user-select: none;
}

#hover-audio-toggle .ico {
    width: 16px;
    height: 16px;
    display: inline-block;
}

#hover-audio-toggle .ico svg {
    width: 16px;
    height: 16px;
    display: block;
    fill: currentColor;
}

@media (max-width: 480px) {
    #hover-audio-toggle .txt {
        display: none;
    }
}
