/* ==========================================================================
   ParieurMalin — Design System
   Comparateur indépendant des jeux d'argent légaux en France
   ========================================================================== */

:root {
  --navy-900: #0b1626;
  --navy-800: #101f35;
  --navy-700: #16294a;
  --navy-100: #e8edf5;
  --green-500: #16b364;
  --green-600: #0e9655;
  --green-050: #e9f9f1;
  --amber-500: #f59e0b;
  --amber-600: #d97706;
  --red-600: #dc2626;
  --ink-900: #10171f;
  --ink-700: #33404f;
  --ink-500: #5b6b7c;
  --ink-300: #9aa8b6;
  --line: #dde5ee;
  --bg: #f7f9fc;
  --card: #ffffff;
  --radius: 14px;
  --shadow-sm: 0 1px 2px rgba(11, 22, 38, .06), 0 1px 3px rgba(11, 22, 38, .08);
  --shadow-md: 0 4px 14px rgba(11, 22, 38, .10);
  --maxw: 1140px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink-900);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--green-600); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }

/* ---------- 18+ compliance top bar ---------- */
.agebar {
  background: var(--ink-900);
  color: #cfd8e3;
  font-size: 12.5px;
  text-align: center;
  padding: 7px 14px;
  letter-spacing: .01em;
}
.agebar strong { color: #fff; }
.agebar a { color: #7ee2b0; }

/* ---------- Header ---------- */
header.site {
  background: var(--navy-900);
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: var(--shadow-md);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  max-width: var(--maxw);
  margin: 0 auto;
}
.logo {
  display: flex; align-items: center; gap: 10px;
  color: #fff; font-weight: 800; font-size: 21px; letter-spacing: -.02em;
  text-decoration: none;
}
.logo:hover { text-decoration: none; }
.logo .mark {
  width: 34px; height: 34px; border-radius: 9px;
  background: linear-gradient(135deg, var(--green-500), #0aa06d);
  display: grid; place-items: center;
  font-size: 17px; color: #fff;
}
.logo .tld { color: var(--green-500); }
nav.menu { display: flex; gap: 26px; align-items: center; }
nav.menu a {
  color: #c6d2e1; font-weight: 600; font-size: 14.5px; text-decoration: none;
  padding: 6px 2px; border-bottom: 2px solid transparent;
}
nav.menu a:hover, nav.menu a.active { color: #fff; border-bottom-color: var(--green-500); }
.burger { display: none; background: none; border: 0; color: #fff; font-size: 26px; cursor: pointer; }

/* ---------- Hero ---------- */
.hero {
  background:
    radial-gradient(1000px 400px at 85% -10%, rgba(22, 179, 100, .18), transparent 60%),
    linear-gradient(160deg, var(--navy-900) 0%, var(--navy-700) 100%);
  color: #fff;
  padding: 54px 0 46px;
}
.hero .kicker {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(22, 179, 100, .14);
  border: 1px solid rgba(22, 179, 100, .4);
  color: #7ee2b0;
  font-size: 13px; font-weight: 700;
  padding: 6px 12px; border-radius: 100px;
  margin-bottom: 18px; letter-spacing: .02em;
}
.hero h1 { font-size: clamp(28px, 4.2vw, 42px); line-height: 1.15; letter-spacing: -.02em; margin-bottom: 16px; max-width: 780px; }
.hero p.lead { color: #b9c6d6; font-size: 18px; max-width: 720px; margin-bottom: 22px; }
.hero .meta { display: flex; flex-wrap: wrap; gap: 18px; color: #8fa1b5; font-size: 13.5px; }
.hero .meta span { display: inline-flex; align-items: center; gap: 7px; }

/* ---------- Layout: content + TOC ---------- */
.layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 36px; padding: 40px 0 70px; }
main.content { min-width: 0; }
aside.toc {
  position: sticky; top: 84px; align-self: start;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px 20px 14px; box-shadow: var(--shadow-sm);
  max-height: calc(100vh - 110px); overflow: auto;
}
aside.toc h4 { font-size: 12.5px; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-500); margin-bottom: 10px; }
aside.toc ol { list-style: none; }
aside.toc li { margin: 0; }
aside.toc a {
  display: block; padding: 7px 10px; border-left: 2px solid var(--line);
  color: var(--ink-700); font-size: 13.8px; line-height: 1.4; text-decoration: none;
}
aside.toc a:hover { color: var(--green-600); border-left-color: var(--green-500); background: var(--green-050); }

/* ---------- Typography in content ---------- */
.content h2 {
  font-size: 27px; letter-spacing: -.015em; line-height: 1.25;
  margin: 46px 0 16px; padding-top: 10px;
  scroll-margin-top: 90px;
}
.content h2:first-of-type { margin-top: 0; }
.content h3 { font-size: 20px; margin: 30px 0 12px; letter-spacing: -.01em; scroll-margin-top: 90px; }
.content p { margin: 0 0 16px; color: var(--ink-700); }
.content ul, .content ol { margin: 0 0 18px 22px; color: var(--ink-700); }
.content li { margin-bottom: 8px; }
.content strong { color: var(--ink-900); }

/* ---------- Cards & badges ---------- */
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); padding: 24px; margin: 22px 0;
}
.badge {
  display: inline-block; font-size: 11.5px; font-weight: 700; letter-spacing: .04em;
  padding: 4px 10px; border-radius: 100px; text-transform: uppercase;
}
.badge.green { background: var(--green-050); color: var(--green-600); }
.badge.navy { background: var(--navy-100); color: var(--navy-700); }
.badge.amber { background: #fef3c7; color: var(--amber-600); }

/* ---------- Comparison table ---------- */
.table-scroll { overflow-x: auto; margin: 24px 0; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
table.compare { width: 100%; border-collapse: collapse; background: var(--card); font-size: 14.5px; min-width: 720px; }
table.compare th {
  background: var(--navy-900); color: #cfd8e3; text-align: left;
  font-size: 12px; text-transform: uppercase; letter-spacing: .06em;
  padding: 13px 14px; white-space: nowrap;
}
table.compare td { padding: 14px; border-top: 1px solid var(--line); vertical-align: middle; color: var(--ink-700); }
table.compare tr:hover td { background: #fbfcfe; }
.rank {
  width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center;
  background: var(--navy-100); color: var(--navy-700); font-weight: 800; font-size: 14px;
}
tr.top .rank { background: linear-gradient(135deg, var(--amber-500), #fbbf24); color: #fff; }
.brand-cell { display: flex; align-items: center; gap: 11px; }
.brand-logo {
  width: 46px; height: 46px; border-radius: 10px; display: grid; place-items: center;
  color: #fff; font-weight: 800; font-size: 15px; flex-shrink: 0;
}
.brand-name { font-weight: 700; color: var(--ink-900); }
.brand-sub { font-size: 12px; color: var(--ink-500); }
.stars { color: var(--amber-500); font-size: 13px; letter-spacing: 1px; white-space: nowrap; }
.note { font-weight: 800; color: var(--ink-900); }
.bonus { font-weight: 700; color: var(--green-600); white-space: nowrap; }

/* ---------- CTA buttons ---------- */
.btn {
  display: inline-block; font-weight: 700; font-size: 14px; text-align: center;
  padding: 10px 18px; border-radius: 10px; text-decoration: none;
  transition: transform .06s ease, box-shadow .12s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn.primary { background: var(--green-500); color: #fff; box-shadow: 0 2px 8px rgba(22,179,100,.35); }
.btn.primary:hover { background: var(--green-600); }
.btn.ghost { border: 1.5px solid var(--line); color: var(--ink-700); background: #fff; }

/* ---------- Review cards ---------- */
.review {
  display: grid; grid-template-columns: 64px 1fr auto; gap: 18px; align-items: start;
  background: var(--card); border: 1px solid var(--line); border-left: 4px solid var(--green-500);
  border-radius: var(--radius); padding: 22px; margin: 18px 0; box-shadow: var(--shadow-sm);
}
.review .brand-logo { width: 64px; height: 64px; font-size: 22px; border-radius: 14px; }
.review h3 { margin: 0 0 4px !important; }
.review .score { text-align: center; }
.review .score .num { font-size: 26px; font-weight: 800; color: var(--ink-900); }
.review .pluses { margin: 10px 0 0 0 !important; list-style: none; margin-left: 0 !important; }
.review .pluses li { padding-left: 24px; position: relative; font-size: 14.5px; margin-bottom: 5px; }
.review .pluses li.plus::before { content: "✓"; position: absolute; left: 0; color: var(--green-600); font-weight: 800; }
.review .pluses li.minus::before { content: "✕"; position: absolute; left: 0; color: var(--red-600); font-weight: 800; }

/* ---------- Verdict / info boxes ---------- */
.box { border-radius: var(--radius); padding: 20px 22px; margin: 22px 0; font-size: 15px; }
.box.info { background: var(--navy-100); border-left: 4px solid var(--navy-700); }
.box.tip { background: var(--green-050); border-left: 4px solid var(--green-500); }
.box.warn { background: #fff7ed; border-left: 4px solid var(--amber-500); }
.box.legal { background: #fef2f2; border-left: 4px solid var(--red-600); }
.box h4 { margin-bottom: 8px; font-size: 15.5px; }
.box p:last-child { margin-bottom: 0; }

/* ---------- Author / EEAT ---------- */
.author {
  display: flex; gap: 18px; align-items: flex-start;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 20px; margin: 26px 0; box-shadow: var(--shadow-sm);
}
.avatar {
  width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, var(--navy-700), var(--navy-900));
  color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 19px; flex-shrink: 0;
}
.author .who { font-weight: 700; }
.author .role { font-size: 13px; color: var(--ink-500); }
.author p.bio { font-size: 13.5px; color: var(--ink-500); margin: 6px 0 0; }

.methodo { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px; margin: 22px 0; }
.methodo .m {
  background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 16px;
}
.methodo .m .ico { font-size: 22px; margin-bottom: 8px; }
.methodo .m h4 { font-size: 14.5px; margin-bottom: 5px; }
.methodo .m p { font-size: 13px; color: var(--ink-500); margin: 0; }

/* ---------- FAQ ---------- */
details.faq {
  background: var(--card); border: 1px solid var(--line); border-radius: 12px;
  padding: 0; margin: 10px 0; overflow: hidden;
}
details.faq summary {
  cursor: pointer; font-weight: 700; padding: 16px 20px; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after { content: "+"; font-size: 21px; color: var(--green-600); font-weight: 400; }
details.faq[open] summary::after { content: "–"; }
details.faq .a { padding: 0 20px 18px; color: var(--ink-700); font-size: 15px; }

/* ---------- Responsible gambling banner ---------- */
.rg {
  background: var(--navy-900); color: #b9c6d6; border-radius: var(--radius);
  padding: 22px 24px; margin: 34px 0; font-size: 13.5px; line-height: 1.6;
}
.rg strong { color: #fff; }
.rg .n18 {
  display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%;
  border: 2.5px solid var(--red-600); color: #fff; font-weight: 800; font-size: 13px;
  float: left; margin-right: 14px;
}

/* ---------- Footer ---------- */
footer.site { background: var(--navy-900); color: #8fa1b5; margin-top: 60px; font-size: 14px; }
.foot { max-width: var(--maxw); margin: 0 auto; padding: 46px 20px 28px; }
.foot .cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 30px; margin-bottom: 30px; }
.foot h5 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 12px; }
.foot a { color: #8fa1b5; display: block; padding: 4px 0; text-decoration: none; }
.foot a:hover { color: #fff; }
.foot .brandline { color: #b9c6d6; margin: 12px 0 0; font-size: 13.5px; max-width: 340px; }
.foot .legal {
  border-top: 1px solid rgba(255,255,255,.08); padding-top: 20px;
  font-size: 12px; line-height: 1.7; color: #6b7d91;
}

/* ---------- Breadcrumb ---------- */
.crumbs { font-size: 13px; color: var(--ink-500); padding: 16px 0 0; }
.crumbs a { color: var(--ink-500); }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .layout { grid-template-columns: 1fr; }
  aside.toc { position: static; max-height: none; order: -1; }
  .foot .cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  nav.menu { display: none; }
  nav.menu.open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--navy-900); padding: 14px 22px 20px; gap: 4px; box-shadow: var(--shadow-md); }
  nav.menu.open a { padding: 10px 2px; border-bottom: 1px solid rgba(255,255,255,.06); }
  .burger { display: block; }
  .review { grid-template-columns: 48px 1fr; }
  .review .score { grid-column: 1 / -1; text-align: left; }
  .foot .cols { grid-template-columns: 1fr; }
  body { font-size: 15.5px; }
}

/* ---------- V2 additions: images, expanded reviews, author page ---------- */
.hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 380px; gap: 40px; align-items: center; }
.hero-grid img { width: 100%; height: auto; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,.35); }
@media (max-width: 960px) { .hero-grid { grid-template-columns: 1fr; } .hero-grid img { max-width: 440px; } }
.methodo .m img, .card img.icon { width: 44px; height: 44px; margin-bottom: 10px; }
.review .brand-logo img { width: 100%; height: 100%; border-radius: 14px; }
.author img.avatar-img { width: 80px !important; height: 80px !important; border-radius: 50%; flex-shrink: 0; border:2px solid var(--line); box-shadow:var(--shadow-sm); }
img.avatar-img { width: 72px; height: 72px; border-radius: 50%; flex-shrink: 0; }
.author-page-card { display: grid; grid-template-columns: 120px 1fr; gap: 22px; align-items: start; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; margin: 20px 0; box-shadow: var(--shadow-sm); }
.author-page-card img { width: 120px; height: 120px; border-radius: 20px; }
.author-page-card .creds { margin-top: 10px; }
.author-page-card .creds li { font-size: 14px; margin-bottom: 6px; }
.byline { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--ink-500); margin: 14px 0 0; }
.byline img { width: 34px; height: 34px; border-radius: 50%; }
.byline a { font-weight: 700; }
.fullreview { border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); padding: 26px; margin: 24px 0; box-shadow: var(--shadow-sm); }
.fullreview .head { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; flex-wrap: wrap; }
.fullreview .head .brand-logo { width: 76px; height: 76px; font-size: 26px; border-radius: 16px; }
.fullreview .head .sc { margin-left: auto; text-align: right; }
.fullreview .head .sc .num { font-size: 24px; font-weight: 800; }
.fullreview table.mini { width: 100%; border-collapse: collapse; font-size: 13.5px; margin: 12px 0; }
.fullreview table.mini td { padding: 7px 10px; border-top: 1px solid var(--line); }
.fullreview table.mini td:first-child { color: var(--ink-500); width: 45%; }
.imgcap { text-align: center; font-size: 12.5px; color: var(--ink-500); margin: 6px 0 20px; }
figure { margin: 24px 0; }
figure img { width: 100%; border-radius: var(--radius); border: 1px solid var(--line); }

/* ---------- V3: feature matrix, dual rating, news, payments table ---------- */
table.matrix { width: 100%; border-collapse: collapse; background: var(--card); font-size: 13.5px; min-width: 760px; }
table.matrix th { background: var(--navy-900); color: #cfd8e3; padding: 12px 10px; font-size: 11.5px; text-transform: uppercase; letter-spacing: .05em; text-align: center; }
table.matrix th:first-child { text-align: left; }
table.matrix td { padding: 11px 10px; border-top: 1px solid var(--line); text-align: center; }
table.matrix td:first-child { text-align: left; font-weight: 700; color: var(--ink-900); white-space: nowrap; }
table.matrix tr:hover td { background: #fbfcfe; }
.yes { color: var(--green-600); font-weight: 800; }
.no { color: #c2ccd6; font-weight: 800; }
.partial { color: var(--amber-600); font-weight: 800; }
.dual { text-align: center; }
.dual .exp { color: var(--navy-700); font-weight: 800; }
.dual .ply { color: var(--amber-600); font-weight: 800; }
.dual small { display: block; font-size: 10.5px; color: var(--ink-500); text-transform: uppercase; letter-spacing: .04em; font-weight: 600; }
.newsgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; margin: 22px 0; }
.newscard { background: var(--card); border: 1px solid var(--line); border-left: 4px solid var(--green-500); border-radius: var(--radius); padding: 18px 20px; box-shadow: var(--shadow-sm); }
.newscard .tag { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--green-600); }
.newscard h4 { margin: 6px 0 8px; font-size: 16px; }
.newscard p { font-size: 13.5px; color: var(--ink-700); margin: 0; }
.newscard .date { font-size: 12px; color: var(--ink-500); margin-top: 8px; }
.tested { display: inline-flex; align-items: center; gap: 6px; background: var(--green-050); color: var(--green-600); font-size: 12px; font-weight: 700; padding: 3px 9px; border-radius: 100px; }

/* ---------- Brand logos (real images) ---------- */
.brand-logo.haslogo { background:#fff !important; border:1px solid var(--line); padding:5px; }
.brand-logo.haslogo img { width:100%; height:100%; object-fit:contain; display:block; border-radius:0; }
.fullreview .head .brand-logo.haslogo { padding:8px; }

/* ---------- Payment methods strip ---------- */
.paystrip { display:flex; flex-wrap:wrap; align-items:center; gap:12px; background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:16px 20px; margin:20px 0; box-shadow:var(--shadow-sm); }
.paystrip-label { font-size:13.5px; font-weight:700; color:var(--ink-700); margin-right:4px; }
.paystrip img { height:38px; width:auto; border-radius:6px; }

/* ---------- Photo grid & review screenshots ---------- */
.photogrid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; margin:24px 0; }
.photogrid figure { margin:0; }
.photogrid img { width:100%; height:200px; object-fit:cover; border-radius:var(--radius); border:1px solid var(--line); display:block; }
.photogrid figcaption { font-size:13px; color:var(--ink-500); margin-top:7px; }
figure.screenshot { margin:18px 0 4px; }
figure.screenshot img { width:100%; max-width:640px; border-radius:12px; border:1px solid var(--line); box-shadow:var(--shadow-sm); display:block; }
figure.screenshot figcaption { font-size:12.5px; color:var(--ink-500); margin-top:7px; font-style:italic; }
figure.contentphoto { margin:26px 0; }
figure.contentphoto img { width:100%; height:auto; max-height:340px; object-fit:cover; border-radius:var(--radius); border:1px solid var(--line); box-shadow:var(--shadow-sm); display:block; }
figure.contentphoto figcaption { font-size:12.5px; color:var(--ink-500); margin-top:8px; font-style:italic; }
figure.contentphoto.right { float:right; width:44%; margin:6px 0 18px 26px; }
figure.contentphoto.right img { max-height:240px; }
@media (max-width:700px){ figure.contentphoto.right{float:none;width:100%;margin:26px 0;} figure.contentphoto.right img{max-height:340px;} }
@media (max-width:600px){ .photogrid{grid-template-columns:1fr;} .photogrid img{height:180px;} }

/* ---------- Logo image + favicon-era tweaks ---------- */
.logo-img { height:40px; width:auto; display:block; }
footer .logo-img { height:34px; }
@media (max-width:720px){ .logo-img { height:34px; } }
/* payment strip: ensure horizontal flow even on mobile */
.paystrip img { height:36px; width:auto; flex:0 0 auto; }

/* ---------- Author photos (real) object-fit ---------- */
.byline img, img.avatar-img, .author-page-card img, .author .avatar-img { object-fit:cover; }

/* ---------- Featured-snippet answer box + trust block ---------- */
.answer-box { background:var(--green-050); border:1px solid #bfe9d2; border-left:4px solid var(--green-500); border-radius:var(--radius); padding:18px 22px; margin:6px 0 22px; }
.answer-box .q { font-weight:800; color:var(--ink-900); margin-bottom:6px; display:block; }
.answer-box p { margin:0; color:var(--ink-700); }
.trustblock { display:flex; gap:14px; align-items:flex-start; background:var(--navy-100); border-radius:var(--radius); padding:16px 20px; margin:22px 0; }
.trustblock .ico { font-size:24px; line-height:1; }
.trustblock h4 { margin:0 0 4px; font-size:15.5px; }
.trustblock p { margin:0; font-size:14px; color:var(--ink-700); }

/* ---------- Fix: author avatar link must not shrink in flex row ---------- */
.author > a { flex-shrink:0; display:block; line-height:0; }
.author > a img { display:block; }
.byline > a, .author-page-card > a { flex-shrink:0; display:block; line-height:0; }

/* ---------- Infographics ---------- */
figure.infographic { margin:24px 0; }
figure.infographic img { width:100%; height:auto; border-radius:var(--radius); border:1px solid var(--line); box-shadow:var(--shadow-sm); display:block; }
figure.infographic figcaption { font-size:12.5px; color:var(--ink-500); margin-top:8px; }

/* ---------- Bonus nav dropdown ---------- */
.has-dd { position: relative; display:inline-flex; align-items:center; }
.has-dd > .dd-toggle { color:#c6d2e1; font-weight:600; font-size:14.5px; text-decoration:none; padding:6px 2px; border-bottom:2px solid transparent; cursor:pointer; display:inline-flex; align-items:center; gap:5px; }
.has-dd:hover > .dd-toggle, .has-dd > .dd-toggle.active { color:#fff; border-bottom-color:var(--green-500); }
.has-dd .caret { font-size:10px; opacity:.85; }
.has-dd .dd-menu { position:absolute; top:100%; left:50%; transform:translateX(-50%); margin-top:12px; min-width:280px; background:#fff; border:1px solid var(--line); border-radius:12px; box-shadow:var(--shadow-md); padding:8px; opacity:0; visibility:hidden; transition:opacity .16s ease, visibility .16s ease, margin-top .16s ease; z-index:60; }
.has-dd:hover .dd-menu { opacity:1; visibility:visible; margin-top:8px; }
.has-dd .dd-menu::before { content:""; position:absolute; top:-12px; left:0; right:0; height:12px; }
.has-dd .dd-menu a { display:block; color:var(--ink-700); font-weight:700; font-size:14px; text-decoration:none; padding:9px 12px; border-radius:8px; border-bottom:0; }
.has-dd .dd-menu a small { display:block; font-weight:400; font-size:12px; color:var(--ink-500); margin-top:1px; }
.has-dd .dd-menu a:hover { background:#f4f7fb; color:var(--navy-900); border-bottom:0; }
@media (max-width:720px){
  .has-dd { width:100%; display:block; }
  .has-dd > .dd-toggle { display:flex; width:100%; padding:10px 2px; border-bottom:1px solid rgba(255,255,255,.06); }
  .has-dd .dd-menu { position:static; transform:none; opacity:1; visibility:visible; margin:2px 0 6px; min-width:0; background:transparent; border:0; box-shadow:none; padding:0 0 0 14px; }
  .has-dd .dd-menu::before { display:none; }
  .has-dd .dd-menu a { color:#c6d2e1; padding:8px 2px; border-bottom:0; font-weight:600; }
  .has-dd .dd-menu a small { color:#8fa1b5; }
  .has-dd .dd-menu a:hover { background:transparent; color:#fff; }
}
