/*
Theme Name: Astra Child
Template: astra
Description: Child theme for Astra with AECO.digital custom post templates
Author: AECO.digital
Version: 1.0.0
Text Domain: astra-child
*/

/* Custom styles can go here if needed */

/* ==========================================================================
   AECO Hero Section - Rounded Corners - FORCED
   ========================================================================== */

body .entry-content .aeco-hero,
body .ast-container .aeco-hero,
body .site-content .aeco-hero,
body.page .aeco-hero,
.aeco-hero {
    border-radius: 24px !important;
    margin: 0 20px 40px 20px !important;
    padding: 80px 40px 60px !important;
    overflow: hidden !important;
}

body .entry-content .aeco-hero.purple,
body .ast-container .aeco-hero.purple,
body .site-content .aeco-hero.purple,
body .entry-content .aeco-hero.blue,
body .ast-container .aeco-hero.blue,
body .site-content .aeco-hero.blue,
body .entry-content .aeco-hero.green,
body .ast-container .aeco-hero.green,
body .site-content .aeco-hero.green {
    border-radius: 24px !important;
}

@media (max-width: 768px) {
    body .entry-content .aeco-hero,
    body .ast-container .aeco-hero,
    body .site-content .aeco-hero {
        margin: 0 10px 30px 10px !important;
        padding: 50px 20px 40px !important;
    }
}