/*
Theme Name: Magazine Newspaper Child - Clickaracoiaba
Template: magazine-newspaper
Description: Tema filho do Magazine Newspaper para Clickaracoiaba
Author: Clickaracoiaba
Version: 1.0.0
Text Domain: magazine-newspaper-child
*/

/* ==========================================================================
   ÁREA DE WIDGET ABAIXO DO MENU
   ========================================================================== */

.below-menu-widget-area {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #f5f5f5;
}

.below-menu-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #000;
}

/* Responsivo para iframe oEmbed (YouTube, Vimeo, etc) */
.below-menu-container iframe,
.below-menu-container embed,
.below-menu-container object,
.below-menu-container video {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    display: block;
    aspect-ratio: 16/9;
}

/* Ajuste para telas menores (tablets) */
@media (max-width: 992px) {
    .below-menu-container iframe {
        aspect-ratio: 16/9;
    }
}

/* Ajuste para celulares */
@media (max-width: 768px) {
    .below-menu-container iframe {
        aspect-ratio: 4/3;
    }
}

/* Remove margens extras */
.below-menu-widget-area p {
    margin: 0;
    padding: 0;
}

/* ==========================================================================
   SUAS CUSTOMIZAÇÕES PERSONALIZADAS AQUI
   ========================================================================== */

/* Adicione aqui qualquer CSS personalizado que você queira */