/*
 * IslaMarket - Public Scroll Safety
 * Version: 20260516-scroll-safety-v3
 *
 * Corrige scroll en páginas públicas, legales y ayuda.
 */

html {
  height: auto !important;
  min-height: 100% !important;
  max-height: none !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body {
  height: auto !important;
  min-height: 100vh !important;
  max-height: none !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  position: relative !important;
  overscroll-behavior-y: auto !important;
}

/*
 * Páginas legales detectadas: body.is-site + main.container
 */
body.is-site main,
body.is-site main.container,
body.is-site .container,
body.is-site .im-legal-page,
body.is-site .legal-page,
body.is-site .im-legal-hero,
body.is-site .im-legal-card,
body.is-site .im-legal-content {
  max-height: none !important;
  overscroll-behavior-y: auto !important;
}

/*
 * Ayuda / glosario / FAQ.
 */
body.im-help-glossary,
body.im-help-article,
body.im-help-faq-page,
body.im-help-body,
body.im-help-topic {
  height: auto !important;
  min-height: 100vh !important;
  max-height: none !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  overscroll-behavior-y: auto !important;
}

body.im-help-glossary main,
body.im-help-article main,
body.im-help-faq-page main,
body.im-help-glossary .im-help-main,
body.im-help-article .im-help-main,
body.im-help-faq-page .im-help-main,
body.im-help-glossary .im-help-content,
body.im-help-article .im-help-content,
body.im-help-faq-page .im-help-content,
body.im-help-glossary .im-help-shell,
body.im-help-article .im-help-shell,
body.im-help-faq-page .im-help-shell,
body.im-help-glossary .im-help-page,
body.im-help-article .im-help-page,
body.im-help-faq-page .im-help-page,
body.im-help-glossary .im-help-layout,
body.im-help-article .im-help-layout,
body.im-help-faq-page .im-help-layout,
body.im-help-glossary .im-help-glossary__content,
body.im-help-glossary .im-help-glossary__table-wrap,
body.im-help-faq-page .im-help-faq,
body.im-help-faq-page .im-help-faq-v10 {
  max-height: none !important;
  overscroll-behavior-y: auto !important;
}

/*
 * Reserva inferior para footer fijo de ayuda.
 */
body.im-help-glossary,
body.im-help-article,
body.im-help-faq-page {
  padding-bottom: 108px !important;
}

/*
 * Respeta modales/drawers reales.
 */
body.modal-open,
body.drawer-open,
body.im-account-delete-modal-open,
body.pm-chat-block-modal-open,
body.im-modal-open {
  overflow: hidden !important;
}

@media (max-width: 720px) {
  body.im-help-glossary,
  body.im-help-article,
  body.im-help-faq-page {
    padding-bottom: 136px !important;
  }
}
