/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.13.3.1780501492
Updated: 2026-06-03 17:44:52

*/

/* ============================================================
   ESTILOS DE PASA PÁGINA - VERSIÓN FINAL UNIFICADA (TEMA HIJO)
   ============================================================ */

/* 1. FUSIÓN TOTAL: PEGAR SUBMENÚ A LA CABECERA */
.main-header-bar-navigation .main-header-menu .sub-menu {
    top: 100% !important;
    margin-top: 0 !important;
}

.main-header-bar-navigation {
    margin-bottom: 0 !important;
}

/* 2. ESTILO VISUAL (VERDE Y SOMBRA) */
.main-header-menu .sub-menu {
    background-color: #388e3c !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2) !important;
    border: none !important;
}

/* 3. FILAS MÁS ESTRECHAS Y TEXTO BLANCO */
.main-header-menu .sub-menu li a {
    color: #ffffff !important;
    padding: 6px 20px !important; 
    line-height: 1.4 !important;
    display: block !important;
}

/* 4. EFECTO HOVER EN ESCRITORIO */
.main-header-menu .sub-menu li:hover > a {
    background-color: #45a049 !important;
    color: #ffffff !important;
}

/* 5. COLOR MARRÓN PARA SUBMENÚ SOLO EN MÓVIL */
@media (max-width: 921px) {
    .main-header-menu .sub-menu li a {
        color: #54341b !important;
    }
    
    .main-header-menu .sub-menu li:hover > a {
        color: #388e3c !important;
        background-color: #f9f9f9 !important;
    }
}

/* 6. CORRECCIÓN EXCLUSIVA PARA EL MENÚ LATERAL MÓVIL (RTCL) */
@media (max-width: 921px) {
    .rtcl-MyAccount-navigation ul {
        display: block !important;
        visibility: visible !important;
    }
    .rtcl-MyAccount-navigation ul li {
        display: block !important;
        width: 100% !important;
    }
}
/* 7. OCULTAR PILA DE LIBROS EN MÓVILES SOLO EN LA PÁGINA DE PUBLICAR */
@media (max-width: 767px) {
    /* Añadimos la clase de la página exacta antes para no romper el resto de la web */
    .page-id-4853874 .wp-block-columns .wp-block-column:first-child,
    img[src*="Pila-de-libros"],
    img[src*="pila-de-libros"] {
        display: none !important;
    }
    
    /* Forzamos el 100% solo en esa página */
    .page-id-4853874 .wp-block-columns .wp-block-column:last-child {
        width: 100% !important;
        flex-basis: 100% !important;
        margin-left: 0 !important;
    }
}
/* 8. FORZAR ANCHO AUTOMÁTICO EN EL BOTÓN DE BUSCAR DATOS */
#btn-isbn-search {
    width: auto !important;
    max-width: max-content !important;
    display: block !important;
    margin: 15px auto 0 auto !important;
    padding: 10px 24px !important;
}