/*
Theme Name: Resonaar Child
Description: Resonaar Child Theme
Author: Sonaar
Template: resonaar
Version: 1.0.0
*/

/* Minimal CSS - Only keep layout fixes that don't interfere with the player */
.single-product .summary {
    padding-left: 30px;
}

@media (max-width: 768px) {
    .single-product .summary {
        padding-left: 0;
        margin-top: 20px;
    }

    /* Newsletter Title and Subtitle overlap fix */
    .elementor-element-907dca6 .elementor-heading-title,
    .elementor-element-ef7dc51 .elementor-heading-title {
        font-size: 26px !important;
        line-height: 1.2 !important;
        margin-bottom: 10px !important;
    }

    /* Newsletter Subtitle specific fix */
    .elementor-element-ef7dc51 .elementor-heading-title {
        font-size: 18px !important;
    }

    /* Spacing for Newsletter Input and Button */
    .sr-mailchimp-input {
        margin-bottom: 15px !important;
    }

    /* Copyright responsiveness */
    .elementor-element-180fa23 .elementor-heading-title {
        font-size: 11px !important;
        white-space: normal !important;
        text-align: center !important;
        padding: 0 15px !important;
    }

    /* Prevent Player Bar from obscuring footer content */
    #footer, .elementor-location-footer {
        padding-bottom: 100px !important;
    }
}
