/*
Theme Name: AsapTheme-Child
Theme URI: https://asaptheme.com
Version: 1.0.1
Description: Asap Theme Child
Author: Asap Theme
Author URI: https://asaptheme.com
Template: asap
*/

@media (max-width:1050px){
  /* ya lo tienes */
  .article-loop .entry-title { text-align: center !important; }

  /* versión mejorada con área segura (opcional) */
  #menu.asap-float{
    top: auto !important;
    right: 1rem !important;
    bottom: calc(9.5rem + env(safe-area-inset-bottom)) !important;
    max-height: calc(100svh - 7rem - env(safe-area-inset-bottom)) !important;
    overflow: auto;
  }
}

@media (max-width: 1050px) {
    header label {
        height: 58px;
        line-height: 60px;
        padding: 14px 18px 0px;
        transition: .4s;
        bottom: 5.5rem;
        right: 1.5rem;
    }
}


/* CENTRAR BOTON COMPARATIVAS */
.asap-pros-cons-center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

/* CREAR ESPACIO ENTRE COMPARATIVAS */
.asap-pros-cons {
    gap: 15px;


/* CREAR SOMBRA Y REDONDEO ESQUINAS COMPARATIVAS */
.asap-cons, .asap-pros {
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
    box-shadow: rgba(0,0,0,0.13) 0px 3px 4px 0px;
}
  
  /* REDONDEO ESQUINAS SUPERIOR */  
.asap-pros-cons-title {
   border-top-left-radius: 11px;
   border-top-right-radius: 11px;
   display: flex;
    justify-content: center;
    font-weight: bold;
    
}
    
/* COLOR DE FONDO DE LOS PRO */
.asap-pros {
  background: #e7f3e4;  
    
}    

/* COLOR DE FONDO DE LOS CONTRA */
.asap-cons {
    background: #fdecec;
    
}


