/* PZ_HOME_MOBILE_CLOSE_V1
 * Remate de lanzamiento exclusivo de index.html.
 * Contiene el excedente residual de 5 px y amplía el área táctil de los
 * puntos del carrusel sin cambiar su aspecto visual.
 */
@media (max-width: 760px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: clip !important;
  }

  body > .site-header,
  body > main,
  body > .site-footer {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: clip !important;
  }

  body > main > section,
  .hero-home.hero-history-rotator,
  .home-social-viewer-v142,
  .home-social-viewer-v200,
  .home-social-grid-v142,
  .home-social-grid-v200,
  .home-social-grid-v142 > *,
  .home-social-grid-v200 > * {
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .home-social-grid-v200 .home-social-x-v200 > header,
  .home-social-grid-v142 .social-feed-card-v142 > header,
  .home-social-grid-v200 .social-feed-brand-v142,
  .home-social-grid-v142 .social-feed-brand-v142 {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .home-social-grid-v200 .home-social-x-v200 > header > a,
  .home-social-grid-v142 .social-feed-card-v142 > header > a {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .hero-history-controls {
    width: max-content !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .hero-history-dots {
    min-width: 0 !important;
    gap: 4px !important;
  }

  .hero-history-dot,
  .hero-history-dot[aria-selected="true"] {
    position: relative !important;
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  .hero-history-dot::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .42);
    transform: translate(-50%, -50%);
  }

  .hero-history-dot[aria-selected="true"]::after {
    width: 24px;
    border-radius: 999px;
    background: var(--gold);
  }
}
