#homepage-autoplay-audio-toggle {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
    padding: 8px 14px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: inherit;
}

#homepage-autoplay-audio-toggle:hover {
    background: rgba(0, 0, 0, 0.9);
}