/**
 * Banners Styles
 * 
 * Estilos para banners debajo del header y entre secciones
 * 
 * @package PlanaMayor_Theme
 * @since 1.1.5
 */

/* ==========================================================================
   Banner Wrappers
   ========================================================================== */

.header-banner-wrapper,
.between-banner-wrapper {
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-banner-wrapper {
    margin-top: 0;
    margin-bottom: 30px;
    background-color: #f9f9f9;
}

.between-banner-wrapper {
    margin: 40px 0;
}

/* ==========================================================================
   Banner Containers
   ========================================================================== */

.banner-image-container,
.banner-html-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.banner-image-container {
    line-height: 0; /* Remove extra space below image */
}

.banner-image-container a {
    display: inline-block;
    line-height: 0;
}

.banner-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* ==========================================================================
   HTML Banner Container
   ========================================================================== */

.banner-html-container {
    padding: 20px;
}

/* Make sure embedded scripts/iframes are responsive */
.banner-html-container iframe,
.banner-html-container ins {
    max-width: 100%;
}

/* ==========================================================================
   Responsive Adjustments
   ========================================================================== */

@media (max-width: 768px) {
    .header-banner-wrapper,
    .between-banner-wrapper {
        margin: 15px 0;
    }
    
    .between-banner-wrapper {
        margin: 30px 0;
    }
    
    .banner-html-container {
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .header-banner-wrapper {
        margin-bottom: 20px;
    }
    
    .between-banner-wrapper {
        margin: 20px 0;
    }
}

/* ==========================================================================
   Banner Advertisement Styles
   ========================================================================== */

/* Common ad network elements */
.banner-html-container ins.adsbygoogle {
    display: block;
    text-align: center;
}

/* Ensure banner images maintain aspect ratio */
.banner-image-container img {
    width: 100%;
    height: auto;
}

/* ==========================================================================
   Customizer Preview Support
   ========================================================================== */

.customize-partial-edit-shortcut-planamayor_header_banner_type {
    position: relative;
}
