/* ============================================
   CRITICAL MOBILE FIXES
   Additional layer to ensure perfect mobile display
   ============================================ */

/* Prevent horizontal scroll at all costs */
html {
  width: 100%;
  scroll-behavior: smooth;
  /* NO position:relative - it breaks sticky! */
  /* NO overflow-x here either - mixed with body's overflow-x: hidden
     it makes <html> its own scroll container and breaks sticky too! */
}

body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  /* NO position:relative - it breaks sticky! */
}

/* Ensure all major containers respect viewport */
/* NOTE: "nav" is intentionally excluded here. Giving a <nav> element
   overflow-x: hidden makes its overflow-y auto-compute to "auto" (per the
   CSS overflow spec), turning it into a clipping/scroll container. Since
   the header's dropdown submenu (.thumbnail_b4ac) is a descendant of
   .footer_plasma_9359 (a <nav>), it was getting clipped and forced into a tiny
   internal scrollbar instead of opening naturally below the nav link. */
main,
section,
article,
footer {
  max-width: 100%;
  overflow-x: hidden;
}

/* Header must NOT have max-width restriction for sticky to work */
header.up-2898 {
  max-width: none !important;
}

/* Fix for any potential overflow elements */
/* NOTE: ".button_ffab" is intentionally excluded here for the same reason as
   "nav" above — the header's <div class="container"> wraps the nav and
   must not clip the dropdown submenu with an auto-computed overflow-y.
   It's already width-capped via max-width in style.heading_medium_45b9 so it can't cause
   horizontal overflow anyway. */
.video_7d98,
.alert-short-069a,
.accent-978f,
.west-f109,
.footer_pressed_5bb1,
.cool_7132,
.outline-02e0,
.focus-8d43,
.title_a677,
.heading-92db,
.background-b091 {
  max-width: 100%;
  overflow-x: hidden;
}

/* Header mobile optimizations */
@media (max-width: 768px) {
  .current-731a {
    padding: 8px 0;
  }
  
  .active_5bf7 img {
    height: 28px;
    width: auto;
  }
  
  .tag_huge_a67e {
    display: none !important;
  }
  
  .avatar-9f0e {
    padding: 6px 12px !important;
    font-size: 0.8125rem !important;
    white-space: nowrap;
  }
  
  .avatar-9f0e svg {
    width: 14px;
    height: 14px;
  }
  
  .aside_46e3 {
    padding: 6px;
  }
  
  .picture_slow_3397 {
    width: 20px;
  }
}

/* Mobile-specific fixes (phones) */
@media (max-width: 768px) {
  /* Force single column layout */
  .accent-978f,
  .alert-short-069a,
  .west-f109,
  .footer_pressed_5bb1,
  .alert-d788,
  .icon_west_5953,
  .bottom_2a00,
  .active-799c,
  .description_pro_bbbe,
  .article-d1ec,
  .primary-cold-932a,
  .heading-3070 {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  
  /* Ensure tables are scrollable */
  .banner-fc95,
  .sidebar_gold_b0d8 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  /* Fix any fixed-width elements */
  .disabled-green-d3dd,
  .wrapper_9f85,
  .list_new_deef,
  .under-360c,
  .image_5c6d,
  .backdrop-steel-62ca,
  .row-42a3 {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  
  /* Ensure images are responsive */
  img,
  svg,
  picture {
    max-width: 100% !important;
    height: auto !important;
  }
  
  /* Better padding for mobile */
  .gallery-prev-8bb1,
  .thick_5ed9,
  .disabled-upper-3835,
  .link_lower_e9e2,
  .gallery_active_7884 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  /* Fix text overflow */
  h1, h2, h3, h4, h5, h6,
  p, span, a, li, td, th,
  .orange-302e,
  .article-4530,
  .wide-1ab6,
  .huge_91b9 {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
  }
  
  /* Fix code blocks */
  pre,
  code,
  .slow_0271,
  .highlight_22e1 {
    overflow-x: auto !important;
    max-width: 100% !important;
    word-wrap: break-word !important;
  }
  
  /* Fix buttons */
  .red_49a5,
  .shade-eca8,
  .focus-6906,
  .bronze_469a {
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  /* Fix flex containers */
  .article_ec66,
  .simple_1c16,
  .iron-ff79,
  .black-06a3,
  .tall_8a29,
  .warm-3173 {
    flex-wrap: wrap !important;
    width: 100% !important;
  }
}

/* Extra small screens (≤480px) */
@media (max-width: 480px) {
  /* Even more aggressive fixes */
  * {
    max-width: 100vw !important;
  }
  
  section,
  .gallery-prev-8bb1,
  .thick_5ed9,
  .link_lower_e9e2 {
    max-width: none !important;
  }
  
  .button_ffab {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  
  /* Reduce font sizes if needed */
  .orange-302e {
    font-size: 1.5rem !important;
  }
  
  .article-4530 {
    font-size: 1.375rem !important;
  }
  
  /* Stack everything */
  .info-8530,
  .easy-b623 {
    flex-direction: column !important;
  }
  
  /* Smaller stat values */
  .wide-1ab6 {
    font-size: 2rem !important;
  }
  
  /* Ensure score circles fit */
  .hidden_b3ad {
    width: 100px !important;
    height: 100px !important;
    font-size: 2.5rem !important;
  }
  
  .under-9460 {
    width: 140px !important;
    height: 140px !important;
  }
}

/* Landscape orientation on mobile */
@media (max-width: 768px) and (orientation: landscape) {
  .gallery-prev-8bb1,
  .link_lower_e9e2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

/* iPhone X and notch devices */
@supports (padding: max(0px)) {
  body {
    padding-left: max(12px, env(safe-area-inset-left));
    padding-right: max(12px, env(safe-area-inset-right));
  }
}

/* css-noise: addb */
.promo-block-u7 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.2;
}
