/* v1.0: all studies use the selected left magnifier and a distinct title row. */
html[data-title-style] .v6-hero{grid-template-columns:48px minmax(0,1fr);gap:14px 10px;padding:12px 0 18px}
html[data-title-style] .brand-drawing{width:48px;height:48px;grid-column:1;grid-row:1}
html[data-title-style] .v6-hero h1{font-family:system-ui,sans-serif;font-size:28px;font-weight:600;letter-spacing:-.4px;line-height:1.15;grid-column:2;grid-row:1;position:relative}
html[data-title-style] .v6-hero-copy{grid-column:1/-1;grid-row:2;text-align:left}
html[data-title-style="2"] .v6-hero h1{font-family:Arial,sans-serif;font-size:28px;font-weight:700;letter-spacing:-.7px;border-bottom:3px solid #8eafc5;padding-bottom:6px}
html[data-title-style="3"] .v6-hero{background:#e0ecf5;border-radius:12px;padding:14px 12px}
html[data-title-style="3"] .v6-hero h1{font-family:Verdana,sans-serif;font-size:25px;font-weight:700;letter-spacing:-.7px}
html[data-title-style="3"] .brand-drawing{color:#245875}
html[data-title-style="4"] .v6-hero{border-left:4px solid #517f9d;padding-left:12px}
html[data-title-style="4"] .v6-hero h1{font-family:"Trebuchet MS",sans-serif;font-size:28px;font-weight:700;letter-spacing:-.6px}
html[data-title-style="5"] .v6-hero h1{font-family:Georgia,serif;font-size:28px;font-weight:700;letter-spacing:-.5px}
html[data-title-style="5"] .v6-hero{border-bottom:2px solid #b9cbd8;padding-bottom:14px}
html[data-title-style="6"] .v6-hero h1{font-family:system-ui,sans-serif;font-size:27px;font-weight:750;letter-spacing:-.6px;color:white;background:#245572;border-radius:6px;padding:8px 10px}
@media(min-width:900px){html[data-title-style] .v6-hero{width:100%;max-width:none;grid-template-columns:48px max-content minmax(0,1fr);align-items:center;column-gap:14px}html[data-title-style] .v6-hero h1{grid-column:2;grid-row:1;font-size:32px;white-space:nowrap}html[data-title-style] .v6-hero-copy{grid-column:3;grid-row:1;align-self:center;margin:0;gap:2px}}
