
.pbwa-host {
    position: relative !important;
}

.pbwa-audio-hotspot {
    position: absolute;
    left: 5.8%;
    top: 60.8%;
    width: 40.5%;
    height: 14.5%;
    z-index: 999;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    cursor: pointer;
    border-radius: 14px;
    box-shadow: none !important;
}

.pbwa-audio-hotspot:hover,
.pbwa-audio-hotspot:focus {
    background: rgba(255, 210, 95, .05) !important;
}

.pbwa-audio-hotspot:focus-visible {
    outline: 3px solid #f3c35e !important;
    outline-offset: 3px;
}

.pbwa-audio-status {
    position: absolute;
    right: 3%;
    bottom: 3%;
    z-index: 1000;
    display: none;
    padding: 7px 10px;
    border: 1px solid rgba(240,197,106,.75);
    border-radius: 999px;
    background: rgba(8,12,16,.92);
    color: #f0c56a;
    font-size: 12px;
    line-height: 1;
    box-shadow: 0 4px 14px rgba(0,0,0,.3);
    pointer-events: none;
}

.pbwa-playing .pbwa-audio-status {
    display: block;
}

@media (max-width: 700px) {
    .pbwa-audio-status {
        right: 4%;
        bottom: 4%;
        font-size: 11px;
    }
}
