/*
Theme Name: Compro Coches con Reserva
Theme URI: https://comprocochesconreserva.com/
Author: Compro Coches con Reserva
Description: Tema oficial para la compra de vehículos con reserva de dominio, embargo, averías y otras situaciones complejas.
Version: 1.0.7
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: comprocochesconreserva
*/

/* WordPress integration. The visual application styles are loaded separately. */
body.comprocoches-theme {
  margin: 0;
}

/* Keep this section readable even if a host retains an older compiled asset. */
body.comprocoches-theme .seo-services-section {
  color: #071426;
  background: #fff;
}

body.comprocoches-theme .seo-services-heading h2,
body.comprocoches-theme .seo-services-grid h3 {
  color: #071426;
}

body.comprocoches-theme .seo-services-heading > p:not(.section-kicker),
body.comprocoches-theme .seo-services-grid p {
  color: #647184;
}

body.admin-bar .site-header {
  top: 32px;
}

body.admin-bar .mobile-navigation,
body.admin-bar .menu-backdrop {
  top: 32px;
}

body.admin-bar .mobile-navigation {
  min-height: calc(100dvh - 32px);
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header,
  body.admin-bar .mobile-navigation,
  body.admin-bar .menu-backdrop {
    top: 46px;
  }

  body.admin-bar .mobile-navigation {
    min-height: calc(100dvh - 46px);
  }
}

.comprocoches-noscript {
  padding: 24px;
  color: #fff;
  background: #031226;
  font: 600 16px/1.5 Arial, sans-serif;
  text-align: center;
}
