.top-header.category-nav{overflow:visible;position:relative;z-index:20;max-width:100%;margin-bottom:84px}
.category-nav details{position:relative}
.category-nav summary{list-style:none;cursor:pointer;border-radius:999px;padding:9px 18px;color:var(--base-deep);font-family:'Baloo 2',sans-serif;font-size:13.5px;font-weight:700;white-space:nowrap;transition:background .15s ease,color .15s ease}
.category-nav summary::-webkit-details-marker{display:none}
.category-nav summary::after{content:" \25BE";font-size:10px}
.category-nav details[open] summary,.category-nav summary:hover{background:#f1e9ff;color:var(--base)}
.category-nav ul{list-style:none;position:absolute;top:calc(100% + 8px);left:0;min-width:220px;margin:0;padding:8px;border:1px solid rgba(75,31,163,.14);border-radius:14px;background:#fff;box-shadow:0 16px 36px rgba(36,17,84,.18)}
.category-nav li+li{margin-top:3px}
.top-header.category-nav ul a{display:block;padding:8px 10px;border-radius:9px;font-size:13px;font-weight:600;white-space:nowrap}
.top-header.category-nav ul a:hover{background:#f6f0ff;color:var(--base)}
.category-nav details:nth-last-of-type(-n+2) ul{right:0;left:auto}
.top-header.category-nav>a.header-bonus-cta{
  position:absolute;
  top:calc(100% + 12px);
  right:8px;
  width:max-content;
  margin:0;
  background:linear-gradient(135deg,#ffb84d,#e08a1d);
  color:#2d174f;
  border:1px solid rgba(224,138,29,.35);
  box-shadow:0 7px 16px -7px rgba(224,138,29,.75);
  font-weight:800;
}
.top-header.category-nav>a.header-bonus-cta:hover{
  background:linear-gradient(135deg,#ffc86d,#ef9c2b);
  color:#24113f;
  transform:translateY(-1px);
}

/* Shared responsive safeguards for all category articles. */
.shell,.main,.main>*,article,.site-footer-rich{min-width:0}
.main{width:100%;max-width:1060px;justify-self:stretch}
article{width:100%;max-width:900px}
.featured-image{aspect-ratio:16/9;object-fit:cover}
.table-wrap{width:100%;max-width:100%;border-radius:var(--radius-lg)}
.table-wrap table{min-width:620px}
article a,article td,article th,.ftr-grid a,.ftr-grid p{overflow-wrap:anywhere}

@media(min-width:1321px){.main{padding-left:40px;padding-right:40px}}

@media(max-width:880px){
  html,body{width:100%;max-width:100%;overflow-x:hidden}
  .top-header.category-nav{overflow:visible;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;border-radius:var(--radius-lg)}
  .top-header.category-nav>a,.category-nav details,.category-nav summary{width:100%;min-width:0}
  .top-header.category-nav>a,.category-nav summary{display:flex;align-items:center;justify-content:center;min-height:44px;padding:8px 10px;text-align:center;white-space:normal;line-height:1.2}
  .top-header.category-nav>a.header-bonus-cta{right:8px;width:max-content;margin:0}
  .category-nav details{position:static}
  .category-nav ul{position:absolute;top:calc(100% + 8px);left:0;right:0;width:100%;min-width:0;max-height:min(58vh,430px);overflow-y:auto;overscroll-behavior:contain;z-index:80}
  .top-header.category-nav ul a{white-space:normal}
  .shell{width:100%;max-width:none;display:block;margin:0}
  .main{box-sizing:border-box;width:100vw;max-width:100%;display:block;justify-self:auto}
  .main>article,.main>.hero,.main>.featured-image,.main>.topbar,.main>.top-header,.main>.site-footer-rich{width:100%;max-width:100%}
  .topbar{margin-bottom:18px}
  .crumb{line-height:1.6}
  .hero{margin-bottom:22px}
  .hero h1{overflow-wrap:anywhere}
  article h2{align-items:flex-start;line-height:1.25}
  .site-footer-rich{width:100%}
}

@media(max-width:640px){
  .top-header.category-nav{grid-template-columns:1fr}
  .top-header.category-nav>a,.category-nav summary{justify-content:space-between;text-align:left}
  .top-header.category-nav>a.header-bonus-cta{right:50%;width:calc(100% - 16px);justify-content:center;text-align:center;transform:translateX(50%)}
  .top-header.category-nav>a.header-bonus-cta:hover{transform:translateX(50%) translateY(-1px)}
  .hero h1{font-size:clamp(26px,8.5vw,34px)}
  .hero p{font-size:14px}
  .eyebrow{white-space:normal}
  article h2{font-size:22px;margin-top:34px}
  article h3{font-size:18px}
  .review-card,.quick-facts div,.notice,.card{padding:15px}
  .table-wrap table{min-width:560px}
  thead th,tbody td{padding:10px 12px;font-size:13px}
}

@media(max-width:420px){
  .main{padding-left:12px;padding-right:12px}
  .hero{padding:24px 17px;border-radius:20px}
  .featured-image{border-radius:18px}
  .site-footer-rich{padding-left:18px;padding-right:18px}
}
