/*
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: 2rem !important;
    bottom: calc(11rem + 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;
    }
}