.os-page{padding-bottom:70px}.os-page *{box-sizing:border-box}.os-page a{color:#73d5ff}.os-page h2,.os-page h3{color:#f3faff}.os-hero{grid-template-columns:1.4fr .6fr}.os-art{aspect-ratio:1;position:relative;background:radial-gradient(ellipse,#25536570,transparent 65%);display:grid;place-items:center;color:#ffd598;font-size:clamp(65px,9vw,120px)}.os-art span{position:absolute;font-size:19px;color:#78dbff;top:20%;right:20%}.os-prose{max-width:850px;font-size:1.08rem;line-height:1.85;padding:28px 0}.os-prose h2{margin-top:32px}.os-tool{padding:25px;border:1px solid #34566b;border-radius:20px;background:#0b1c2a;scroll-margin-top:100px}.os-controls{border:0;padding:0;margin:0;min-width:0}.os-row{display:flex;gap:16px;align-items:end;flex-wrap:wrap;margin:18px 0}.os-row label{display:flex;flex:1;min-width:140px;flex-direction:column;gap:8px}.os-tool select,.os-tool input{width:100%;background:#153245;color:#eef8ff;border:1px solid #507082;border-radius:7px;min-height:42px;padding:8px;color-scheme:dark;font:inherit}.os-tool input[type=range]{padding:0;accent-color:#ffd18a}.os-tool button{background:#153448;color:#eff9ff;border:1px solid #4e788b;padding:10px 15px;border-radius:8px;cursor:pointer;font:inherit}.os-tool button:hover,.os-tool button[aria-pressed=true]{border-color:#ffd18a}.os-tool :focus-visible{outline:3px solid #ffd18a;outline-offset:3px}.os-row .os-check{flex-direction:row;align-items:center;min-width:180px}.os-check input{width:18px;min-height:18px;accent-color:#ffd18a}.os-note{font-size:.86rem;color:#adc5d4;line-height:1.65}.os-maps{display:grid;grid-template-columns:1fr 1fr;gap:15px}.os-maps figure{margin:0;min-width:0}.os-maps figcaption{font-weight:700;color:#ffe1ac;padding:10px 0}.os-maps canvas{width:100%;height:370px;background:#050e19;border:1px solid #294558;border-radius:12px;display:block;touch-action:none;cursor:grab}.os-detail{padding:18px;background:#142f40;border-left:3px solid #68d4ff;line-height:1.8;margin:18px 0}.os-stars{display:flex;flex-wrap:wrap;gap:8px}.os-stars button{font-size:.86rem}#os-where{color:#ffd598}#os-loading{color:#adcddd}@media(max-width:760px){.os-hero{grid-template-columns:1fr}.os-art{display:none}.os-tool{padding:14px}.os-maps{grid-template-columns:1fr}.os-maps canvas{height:280px}.os-hero h1{font-size:2.7rem}.os-row{gap:9px}}


/* CENTRED ARTICLE PROSE V1 */
.bl-page .bl-prose,
.os-page .os-prose {
    width:100%;
    max-width:820px;
    margin-left:auto;
    margin-right:auto;
}


/* BLOG 23 BODY LAYOUT V1 */
.bl-page .bl-prose,
.os-page .os-prose {
    width:100%;
    max-width:1120px;
    margin-left:auto;
    margin-right:auto;
    padding:40px 0;
    font-size:1.08rem;
    line-height:1.85;
    color:#bfd0df;
}
.bl-page .bl-prose h2,
.os-page .os-prose h2 {
    margin:38px 0 18px;
    font-size:clamp(1.8rem,3vw,2.4rem);
    line-height:1.2;
    color:#fff;
}
.bl-page .bl-prose h2:first-child,
.os-page .os-prose h2:first-child {
    margin-top:0;
}
.bl-page .bl-prose p,
.os-page .os-prose p {
    margin:0 0 20px;
}
.bl-page .bl-prose li,
.os-page .os-prose li {
    margin-bottom:14px;
}
@media(max-width:700px){
    .bl-page .bl-prose,
    .os-page .os-prose {
        padding:28px 0;
        font-size:1rem;
    }
}
