#smartcine-audio-bar {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #111;
    color: #fff;
    padding: 12px 16px;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0,0,0,0.4);
    z-index: 9999;
}

#smartcine-audio-bar button,
#smartcine-audio-bar select {
    margin-right: 8px;
    padding: 8px 12px;
    background: #222;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

#smartcine-audio-bar button:hover,
#smartcine-audio-bar select:hover {
    background: #333;
}

.smartcine-highlight {
    background: yellow;
    padding: 2px;
}
