/* Native details keeps keyboard support and its expanded/collapsed state. */
body details > summary{
  position:relative;display:block;box-sizing:border-box;list-style:none;
  min-height:52px;padding:14px 16px 14px 48px!important;
  color:#075ccf!important;font-size:1.125rem!important;font-weight:650;
  line-height:1.55;cursor:pointer;border-radius:8px;overflow-wrap:anywhere;
}
body details > summary::-webkit-details-marker{display:none}
body details > summary::marker{content:""}
body details > summary::before{
  content:"";position:absolute;left:20px;top:22px;
  width:9px;height:9px;border:solid currentColor;border-width:3px 3px 0 0;
  transform:rotate(45deg);pointer-events:none;
}
body details[open] > summary::before{transform:rotate(135deg);top:19px}
body details > summary:hover{background:#edf5ff}
body details > summary:focus-visible{outline:3px solid #075ccf;outline-offset:3px;background:#edf5ff}
body details > summary > b[aria-hidden="true"]{display:none}
body .account-market-saved > summary{
  font-size:1.25rem!important;font-weight:700;background:#eaf3ff;
  border:1px solid #8eb8ee;box-shadow:0 2px 6px rgb(12 65 125 / 6%);
}
body .account-market-saved > summary:hover{background:#dcecff}
body .account-market-saved .disclosure-hint{display:block;margin-top:4px;font-size:1rem;font-weight:400;color:#334a67}
body .account-market-saved > ul{margin:12px 0;padding-left:28px}
body .account-market-saved li{margin:8px 0}
body .account-market-saved li a{display:inline-block;padding:10px 6px;font-size:1.125rem;line-height:1.6;color:#075ccf;text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}
body .account-market-saved li a:focus-visible{outline:3px solid #075ccf;outline-offset:3px}
body details > summary .keyword-planner-preview{font-weight:400;color:#334a67}
/* Dashboard questions match body copy while retaining blue chevrons and touch targets. */
body .account-dashboard details > summary,
body .account-dashboard .account-market-saved > summary{font-size:16px!important;line-height:1.55;font-weight:600}
body .account-dashboard .account-market-saved li a{font-size:16px}
