/* ==========================================================
   Barber Shop Red One - Google AdSense Styles
   Protección de Core Web Vitals (CLS = 0) y Estética Premium
   ========================================================== */

/* Contenedor envolvente del anuncio con espaciado armonioso */
.ad-slot-wrapper {
  margin: 2.2rem auto;
  width: 100%;
  max-width: 1160px;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}

/* Caja del anuncio con altura mínima reservada (evita cualquier salto visual de pantalla / CLS) */
.ad-slot-container {
  width: 100%;
  max-width: 970px;
  min-height: 105px;
  background: #111111;
  background: radial-gradient(circle at center, rgba(24, 24, 24, 0.95) 0%, rgba(12, 12, 12, 0.98) 100%);
  border: 1px solid rgba(200, 16, 46, 0.18);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.ad-slot-container:hover {
  border-color: rgba(200, 16, 46, 0.38);
  box-shadow: 0 6px 24px rgba(200, 16, 46, 0.12);
}

/* Etiqueta obligatoria por políticas de Google AdSense */
.ad-label {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  padding: 4px 12px;
  width: 100%;
  text-align: right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  user-select: none;
  background: rgba(0, 0, 0, 0.2);
}

/* Ins de AdSense dentro del contenedor */
.ad-slot-container ins.adsbygoogle {
  display: block !important;
  width: 100% !important;
  min-height: 90px;
  margin: 0 auto;
}

/* Variaciones de tamaño según ubicación */
.ad-leaderboard {
  min-height: 110px;
}

.ad-in-content {
  min-height: 265px;
  max-width: 850px;
}

.ad-in-content ins.adsbygoogle {
  min-height: 250px;
}

.ad-rectangle {
  max-width: 336px;
  min-height: 295px;
}

.ad-rectangle ins.adsbygoogle {
  min-height: 280px;
}

/* ==========================================================
   INTERRUPTOR MAESTRO: Si la web está en modo sin anuncios
   (porque el cliente pagó o se desactiva), se ocultan al 100%
   sin dejar espacios en blanco ni alterar el diseño original
   ========================================================== */
.ads-disabled .ad-slot-wrapper,
.ads-disabled .ad-slot-container,
.ads-disabled ins.adsbygoogle {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  visibility: hidden !important;
  border: none !important;
}
