/* Scoped extension of the established mobile-service visual system. */
.remote-studio .rs-hero-notes{display:flex;flex-wrap:wrap;gap:8px 20px;margin-top:25px;color:var(--ms-muted);font-size:11px}
.remote-studio .rs-hero-notes span{border-left:1px solid var(--ms-line);padding-left:10px}
.remote-studio .rs-markets{padding:70px 0;background:color-mix(in srgb,var(--ms-fg) 4%,var(--ms-bg));scroll-margin-top:100px}
.remote-studio .rs-section-copy{max-width:360px;color:var(--ms-muted);font-size:15px;line-height:1.7}
.remote-studio .rs-market-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:start}
.remote-studio .rs-market{padding:26px;border:1px solid var(--ms-line);border-radius:16px;background:var(--ms-bg);min-width:0}
.remote-studio .rs-market-top{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-bottom:30px;border-bottom:1px solid var(--ms-line)}
.remote-studio .rs-market-top>span:first-child{color:var(--ms-muted);font-size:11px}
.remote-studio .rs-market-top>span:last-child{font-size:23px;letter-spacing:-.035em}
.remote-studio .rs-market h3{font-size:28px;line-height:1.15;margin:28px 0 18px;min-height:65px}
.remote-studio .rs-market>p{font-size:14px;line-height:1.7;color:var(--ms-muted);min-height:95px}
.remote-studio .rs-market small{display:block;font-size:9px;letter-spacing:.055em;line-height:1.6;margin:25px 0 18px;min-height:28px;color:var(--ms-muted)}
.remote-studio .rs-market details{border-top:1px solid var(--ms-line);padding-top:16px}
.remote-studio .rs-market summary{display:flex;justify-content:space-between;align-items:center;gap:20px;list-style:none;cursor:pointer;font-size:14px;min-height:32px}
.remote-studio .rs-market summary::-webkit-details-marker{display:none}
.remote-studio .rs-market summary span{font-size:22px;line-height:1}
.remote-studio .rs-market details[open] summary span{transform:rotate(45deg)}
.remote-studio .rs-market-detail{padding-top:24px}
.remote-studio .rs-market details:not([open])>.rs-market-detail{display:none}
.remote-studio .rs-market-detail h4{font-size:16px;font-weight:500;line-height:1.5;margin-bottom:14px}
.remote-studio .rs-market-detail p{font-size:14px;line-height:1.75;color:var(--ms-muted);margin:14px 0}
.remote-studio .rs-start{padding-top:70px}
.remote-studio a:focus-visible,.remote-studio summary:focus-visible{outline:2px solid currentColor;outline-offset:5px}
@media(min-width:768px) and (max-width:1050px){.remote-studio .rs-market-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.remote-studio .rs-markets{padding:45px 0}.remote-studio .rs-market-grid{grid-template-columns:1fr;gap:16px}.remote-studio .rs-market{padding:23px}.remote-studio .rs-market h3{min-height:0;font-size:27px}.remote-studio .rs-market>p,.remote-studio .rs-market small{min-height:0}.remote-studio .rs-market-top{padding-bottom:18px}.remote-studio .rs-section-copy{margin-top:20px}.remote-studio .rs-start{padding-top:45px}.remote-studio .ms-hero-caption{flex-wrap:wrap;gap:8px}.remote-studio .ms-hero-caption>span:last-child{text-align:left}}
