/*
Theme Name: LeukFM Addon
Theme URI: https://leuk.fm
Author: Randy ten Have
Author URI: https://github.com/Uber1337NL
Description: Child theme for LeukFM with only site-specific overrides.
Version: 1.6.2
Template: apo
Text Domain: leukfm-addon
*/

/*
 * Leuk.fm radio overrides.
 * Scope strictly to skin1 so style4 on the parent site remains unchanged.
 */
.radio-player.skin1.shortcode .radio-player-details .details-inner,
.radio-player.skin1.shortcode .radio-player-details .station-meta-wrap {
    width: 100%;
    margin-left: 0;
}

.radio-player.skin1.shortcode .radio-player-details .thumbnail-wrap:empty {
    display: none;
}

@media (max-width: 767px) {
    .radio-player.skin1.shortcode {
        width: 100%;
    }
}