/* Scoped to the two reviewed guides; native disclosure controls need no JavaScript. */
.lsv5 { --guide-ink:#182c40; --guide-muted:#536477; --guide-line:#dfe6ed; color:var(--guide-ink); }
.lsv5 * { box-sizing:border-box; }
.lsv5 [id] { scroll-margin-top:110px; }
.lsv5 p { font-size:16px; line-height:1.7; color:var(--guide-muted); margin:0 0 16px; }
.lsv5 h2 { margin:0 0 14px; font-size:clamp(25px,3vw,36px); line-height:1.18; letter-spacing:-.025em; }
.lsv5 h3 { margin:0 0 10px; font-size:20px; line-height:1.3; letter-spacing:-.012em; }
.lsv5 .modern-marketing-eyebrow { margin-bottom:10px; font-size:12px; color:#835113; }
.lsv5-jump { display:flex; flex-wrap:wrap; gap:10px 26px; padding:22px 0 6px; }
.lsv5-jump a { color:#264e6b; font-size:14px; font-weight:700; text-decoration:none; padding:8px 0; }
.lsv5 a:hover { text-decoration:underline; text-underline-offset:4px; }
.lsv5 a:focus-visible,.lsv5 summary:focus-visible { outline:3px solid #2d77ad; outline-offset:5px; border-radius:4px; }
.lsv5-section { padding:36px 0; }
.lsv5-heading { max-width:790px; margin-bottom:24px; }
.lsv5-heading p:last-child { margin-bottom:0; }
.lsv5-loading-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.lsv5-card { border:1px solid var(--guide-line); border-radius:20px; background:#fff; padding:28px; }
.lsv5-card p:last-child { margin-bottom:0; }
.lsv5-icon { width:44px; height:44px; display:grid; place-items:center; background:#fff4df; color:#8c581c; border-radius:12px; margin-bottom:20px; }
.lsv5-source { display:inline-block; color:#245570; font-size:14px; line-height:1.5; font-weight:700; text-decoration:underline; text-underline-offset:4px; padding:5px 0; overflow-wrap:anywhere; }
.lsv5-details { margin-top:22px; border:1px solid var(--guide-line); border-radius:16px; background:#fff; }
.lsv5-details summary { cursor:pointer; padding:21px 24px; font-size:17px; line-height:1.45; font-weight:750; }
.lsv5-details summary::marker { color:#9d671d; }
.lsv5-details-body { padding:0 24px 22px; max-width:850px; }
.lsv5-details-body p:last-child { margin-bottom:0; }
.lsv5 .lsv5-reviewed { margin:15px 0 0; font-size:12px; line-height:1.6; color:#627184; }
.lsv5 .lsv5-small { font-size:14px; }
.lsv5-access { border-top:1px solid var(--guide-line); }
.lsv5-steps { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.lsv5-steps li>span { display:block; font-size:13px; color:#946121; font-weight:800; letter-spacing:.1em; margin-bottom:14px; }
.lsv5-example { border-left:3px solid #dba548; padding:19px 24px; margin-top:24px; background:#fff8eb; border-radius:0 12px 12px 0; }
.lsv5-example>strong { display:block; margin-bottom:8px; font-size:17px; }
.lsv5-example p { margin-bottom:8px; }
.lsv5-example>span { color:#716249; font-size:12px; }
.lsv5-quote { background:#edf4f8; border:1px solid #d8e5ed; border-radius:22px; padding:32px; margin:12px 0 42px; display:flex; align-items:center; gap:36px; }
.lsv5-quote>div { flex:1; min-width:0; }
.lsv5-quote h2 { font-size:28px; }
.lsv5-quote p:last-child { margin-bottom:0; }
.lsv5-quote>a { flex-shrink:0; }
.lsv5-building-steps { display:grid; gap:0; list-style:none; margin:0; padding:0; border:1px solid var(--guide-line); border-radius:20px; background:#fff; overflow:hidden; }
.lsv5-building-steps li { display:flex; align-items:flex-start; gap:24px; padding:27px 30px; }
.lsv5-building-steps li+li { border-top:1px solid var(--guide-line); }
.lsv5-number { flex:0 0 42px; height:42px; display:grid; place-items:center; background:#edf4f8; color:#285975; border-radius:50%; font-size:14px; font-weight:800; }
.lsv5-building-steps li>div { max-width:890px; min-width:0; }
.lsv5-building-steps p { margin-bottom:10px; }
.lsv5 .lsv5-tip { margin-bottom:0; font-size:14px; color:#49627a; }
.lsv5-city { padding-top:16px; }
.lsv5-city .lsv5-details { margin-bottom:18px; }
.lsv5-sr-only { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; }
@media(max-width:800px) {
 .lsv5-steps { grid-template-columns:1fr; gap:18px; }
 .lsv5-steps li { display:flex; gap:18px; }
 .lsv5-steps li>span { margin-top:5px; }
 .lsv5-steps p { margin-bottom:0; }
 .lsv5-quote { display:block; }
 .lsv5-quote>a { margin-top:22px; }
}
@media(max-width:600px) {
 .lsv5-jump { gap:2px 18px; padding-top:12px; }
 .lsv5-jump a { font-size:13px; }
 .lsv5-section { padding:26px 0; }
 .lsv5-loading-grid { grid-template-columns:1fr; gap:16px; }
 .lsv5-card { padding:23px; }
 .lsv5-details summary { padding:18px; }
 .lsv5-details-body { padding:0 18px 18px; }
 .lsv5-quote { padding:24px 20px; margin-bottom:30px; }
 .lsv5-quote h2 { font-size:25px; }
 .lsv5-quote>a { width:100%; justify-content:center; white-space:normal; text-align:center; }
 .lsv5-building-steps li { padding:22px 18px; gap:14px; }
 .lsv5-number { flex-basis:32px; height:32px; font-size:12px; }
 .lsv5-example { padding:18px; }
}

.lsv5-record { border:1px solid var(--guide-line); border-radius:20px; padding:0 28px; background:#fff; }
.lsv5-record>div { display:grid; grid-template-columns:250px 1fr; gap:30px; padding:25px 0; }
.lsv5-record>div+div { border-top:1px solid var(--guide-line); }
.lsv5-record p { margin:0; }
.lsv5-related { padding:22px 26px; background:#f4f6f8; border-radius:16px; margin:22px 0; }
.lsv5-related strong { display:block; margin-bottom:7px; }
.lsv5-related p { margin:0; font-size:15px; }
.lsv5-related a { color:#245570; text-decoration:underline; text-underline-offset:3px; }
@media(max-width:700px) { .lsv5-record { padding:0 20px; } .lsv5-record>div { display:block; padding:22px 0; } }
