/*
 * IslaMarket - Help Chrome Repair
 * Version: 20260516-help-chrome-repair-final-v1
 *
 * Repara navegación/footer/scroll del Centro de Ayuda.
 * No toca contenido ni renderer.
 */

body.im-help-body,
body.im-help-article,
body.im-help-faq-page,
body.im-help-buy-sell-safe-page,
body.im-help-glossary,
body.im-scams-page,
body.im-report-page,
body.im-security-report-page {
  height: auto !important;
  min-height: 100vh !important;
  max-height: none !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding-top: 0 !important;
}

/* Contenedores de Ayuda: scroll natural */
body.im-help-body main,
body.im-help-article main,
body.im-help-faq-page main,
body.im-help-buy-sell-safe-page main,
body.im-help-glossary main,
body.im-scams-page main,
body.im-report-page main,
body.im-security-report-page main,
body.im-scams-page .im-help-topic-page,
body.im-scams-page .im-help-topic-wrap,
body.im-scams-page .im-help-topic-layout,
body.im-scams-page .im-help-topic-content,
body.im-report-page .im-help-topic-page,
body.im-report-page .im-help-topic-wrap,
body.im-report-page .im-help-topic-layout,
body.im-report-page .im-help-topic-content,
body.im-security-report-page .im-help-topic-page,
body.im-security-report-page .im-help-topic-wrap,
body.im-security-report-page .im-help-topic-layout,
body.im-security-report-page .im-help-topic-content {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

/* Reserva inferior para que el footer fijo no tape contenido */
body.im-help-body,
body.im-help-article,
body.im-help-faq-page,
body.im-help-buy-sell-safe-page,
body.im-help-glossary,
body.im-scams-page,
body.im-report-page,
body.im-security-report-page {
  padding-bottom: 112px !important;
}

/* Footer normal de Ayuda fijo abajo */
body.im-help-body .im-help-footer,
body.im-help-article .im-help-footer,
body.im-help-faq-page .im-help-footer,
body.im-help-buy-sell-safe-page .im-help-footer,
body.im-help-glossary .im-help-footer {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: auto !important;
  z-index: 99900 !important;

  width: 100% !important;
  margin: 0 !important;

  background: rgba(255, 255, 255, .98) !important;
  border-top: 1px solid rgba(148, 163, 184, .18) !important;
  box-shadow: 0 -12px 36px rgba(15, 23, 42, .07) !important;

  transform: none !important;
  translate: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Footer de páginas topic de Ayuda fijo abajo */
body.im-scams-page .im-help-topic-footer,
body.im-report-page .im-help-topic-footer,
body.im-security-report-page .im-help-topic-footer {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: auto !important;
  z-index: 99900 !important;

  width: 100% !important;
  margin: 0 !important;

  background: rgba(255, 255, 255, .98) !important;
  border-top: 1px solid rgba(148, 163, 184, .18) !important;
  box-shadow: 0 -12px 36px rgba(15, 23, 42, .07) !important;

  transform: none !important;
  translate: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Header/topic nav: no forzar fixed global, solo dejarlo visible */
body.im-scams-page .im-help-topic-topbar,
body.im-report-page .im-help-topic-topbar,
body.im-security-report-page .im-help-topic-topbar,
body.im-help-body .im-help-topbar,
body.im-help-article .im-help-topbar,
body.im-help-faq-page .im-help-topbar,
body.im-help-buy-sell-safe-page .im-help-topbar,
body.im-help-glossary .im-help-topbar {
  transform: none !important;
  translate: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Evitar que algún fix previo deje body marcado */
body.im-help-body.im-force-fixed-nav-ready,
body.im-help-article.im-force-fixed-nav-ready,
body.im-help-faq-page.im-force-fixed-nav-ready,
body.im-help-buy-sell-safe-page.im-force-fixed-nav-ready,
body.im-help-glossary.im-force-fixed-nav-ready,
body.im-scams-page.im-force-fixed-nav-ready,
body.im-report-page.im-force-fixed-nav-ready,
body.im-security-report-page.im-force-fixed-nav-ready {
  padding-top: 0 !important;
}

/* En móvil, footer más compacto y contenido con margen suficiente */
@media (max-width: 760px) {
  body.im-help-body,
  body.im-help-article,
  body.im-help-faq-page,
  body.im-help-buy-sell-safe-page,
  body.im-help-glossary,
  body.im-scams-page,
  body.im-report-page,
  body.im-security-report-page {
    padding-bottom: 132px !important;
  }

  body.im-help-body .im-help-footer,
  body.im-help-article .im-help-footer,
  body.im-help-faq-page .im-help-footer,
  body.im-help-buy-sell-safe-page .im-help-footer,
  body.im-help-glossary .im-help-footer,
  body.im-scams-page .im-help-topic-footer,
  body.im-report-page .im-help-topic-footer,
  body.im-security-report-page .im-help-topic-footer {
    max-height: 132px !important;
    overflow-y: auto !important;
  }
}
