/* Let intrinsic content shrink inside the existing guide grids. */
.container > *, .content-wrapper > *, .nav-grid > *, .shop-cta > div > *,
.main-content, .sidebar, .faq-section {
  min-width: 0;
  overflow-wrap: anywhere;
}
.main-content img, .main-content iframe, .faq-section img, .faq-section iframe { max-width: 100%; }
.main-content table { display: block; max-width: 100%; overflow-x: auto; }
.subtitle { color: #59676a; }
.brand-grid { grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); }
.mobile-cta-bar, #kc-consent-banner { box-sizing: border-box; max-width: 100vw !important; }
#kc-consent-banner p a { color: #fff; text-decoration: underline; }
footer a { color: #ffb39e; text-decoration: underline; text-underline-offset: 3px; }
body:not(.help-home) > nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 4px 12px; }
body:not(.help-home) > nav > a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; margin: 0; padding: 6px 4px; }
body > nav a:focus-visible, footer a:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.help-skip-link { position: absolute; top: 8px; left: 8px; z-index: 1001; padding: 12px 16px; background: #fff; color: #74121a; transform: translateY(-150%); }
.help-skip-link:focus { transform: translateY(0); outline: 2px solid #74121a; }
#main-content { scroll-margin-top: 140px; }
#search-dropdown {
  position: absolute; top: 100%; left: 0; right: 0;
  margin: 4px 0 0; padding: 0; list-style: none;
  background: #fff; color: #222; border: 1px solid #bbb; border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
  z-index: 100; max-height: 320px; overflow-y: auto; text-align: left;
}
#search-dropdown li { padding: 12px 14px; cursor: pointer; border-bottom: 1px solid #eee; }
#search-dropdown li[aria-selected="true"] { background: #eaf2ee; outline: 2px solid #246b45; outline-offset: -2px; }
#search-dropdown strong, #search-dropdown span { display: block; }
#search-dropdown span { font-size: .85em; color: #555; }
#search-reset { margin: 10px auto 0; padding: 8px 12px; border: 1px solid #fff; border-radius: 4px; background: transparent; color: #fff; cursor: pointer; }
#search-reset:focus-visible, #issue-search:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
#guide-search-results { margin-bottom: 24px; }
#guide-search-results ul { padding-left: 22px; }
#guide-search-results a { display: inline-block; padding: 6px 0; text-decoration: underline; }
.faq-question:focus-visible { outline: 2px solid #246b45; outline-offset: 4px; }
@media (max-width: 600px) {
  body:not(.help-home) > nav { gap: 4px; padding: 10px 16px; }
  body:not(.help-home) > nav > a { font-size: 15px; }
  .main-content, .faq-section { padding: 20px; }
  .main-content .header { padding-left: 12px; margin-bottom: 24px; }
  .main-content h1 { font-size: 2rem; line-height: 1.2; }
  .problem-item, .sidebar { padding: 16px; }
  .content-wrapper { gap: 20px; }
  .faq-answer { padding-left: 0; }
}
.help-home > header { padding: 28px 20px; }
.help-home > header h1 { font-size: 28px; line-height: 1.2; margin-bottom: 10px; }
.help-home .header-subtitle { font-size: 16px; line-height: 1.5; }
.help-home .search-wrapper { margin-top: 20px; }
.help-home .quick-nav { margin: 24px auto; padding: 0 20px; background: transparent; box-shadow: none; border-radius: 0; }
.help-home .quick-nav h2 { font-size: 24px; text-align: left; margin-bottom: 12px; }
.help-home .nav-grid { gap: 0 24px; align-items: start; }
.help-home details.nav-category { padding: 14px 0; border: 0; border-bottom: 1px solid #c6c6c6; border-radius: 0; background: transparent; }
.help-home .nav-category summary { cursor: pointer; min-height: 24px; }
.help-home .nav-category summary h3 { display: inline; margin: 0; font-size: 16px; }
.help-home .nav-category summary:focus-visible { outline: 2px solid #74121a; outline-offset: 4px; }
.help-home .nav-category ul { margin-top: 12px; }
.help-home .nav-category a { display: inline-block; padding: 6px 0; text-decoration-color: currentColor; }
.help-shop-promo { margin-top: 32px !important; }
