/*
 Theme Name:   Saasplate Child
 Theme URI:    https://tu-dominio.com
 Description:  Tema hijo de Saasplate
 Author:       Tu Nombre o Empresa
 Author URI:   https://tu-dominio.com
 Template:     saasplate
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  saasplate-child
*/

/* LOGO MÁS GRANDE EN HEADER */
.custom-header .ch-left,
.custom-header .ch-container {
  display: flex;
  align-items: center;
}

.custom-header .ch-logo img,
.custom-header .ch-left img,
.custom-header img.custom-logo,
.ch-logo img {
  height: 160px !important;   /* ajusta a tu gusto: 90, 100, 120... */
  width: auto !important;
  max-height: none !important;
  display: block;
}

/* Responsive */
@media (max-width: 900px){
  .custom-footer .footer-inner{ grid-template-columns: 1fr; }
}


/* Ajuste responsive en móvil */
@media (max-width: 768px){
  .custom-header .ch-logo img,
  .custom-header img.custom-logo,
  .ch-logo img {
    height: 80px !important;
  }
}
