/*
 Theme Name:   Miraculous Child - Abubid Radio
 Theme URI:    https://wonderdesign.dev
 Description:  Child theme for Miraculous with custom radio player override and Elementor compatibility. Built by wonderdesign.
 Author:       wonderdesign
 Author URI:   https://wonderdesign.dev
 Template:     miraculous
 Version:      1.0.0
 License:      GPL v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  miraculous-child
 Tags:         radio, music, streaming, elementor
*/

/* ── Theme Override: Hide default Miraculous player when custom player is active ── */
body.wd-radio-active .ms_player_wrapper,
body.wd-radio-active .ms_player_close,
body.wd-radio-active #ms_player {
    display: none !important;
}

/* ── Dark Theme Base ── */
body {
    background-color: #0d0d0d;
}

/* ── Elementor Full Width Support ── */
.elementor-page .site-content {
    padding: 0;
    margin: 0;
}

.elementor-page .breadcrumbs_wrapper {
    display: none;
}

/* ── Navigation Enhancements ── */
.wd-header-nav .menu-item a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.wd-header-nav .menu-item a:hover,
.wd-header-nav .current-menu-item a {
    color: #ff6600;
}
