.rental-media-section {
    margin: 2em 0;
    padding: 1em;
    background: #f8f8f8;
    border-radius: 4px;
}

.rental-video {
    margin-bottom: 2em;
}

.rental-video h3 {
    margin-bottom: 1em;
}

.sound-button {
    display: inline-flex;
    align-items: center;
    padding: 0.5em 1em;
    background: #333;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.sound-button:hover {
    background: #555;
}

.sound-button .dashicons {
    margin-right: 0.5em;
}

.sound-button.playing {
    background: #e44;
}

#car_sound_player {
    display: none;
} 