/* REPACK23 FIX16 — Connections by Locations period selector only; existing card/map visuals preserved. */
.sc-location-head-actions{display:inline-flex;align-items:center;gap:10px;margin-left:auto;min-width:0}
.sc-location-periods{display:inline-flex;align-items:center;padding:2px;border:1px solid rgba(111,145,190,.22);border-radius:8px;background:rgba(7,18,34,.34);overflow:hidden}
.sc-location-periods button{min-width:45px;height:28px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:#8fa5c2;font:800 10px/1 system-ui,-apple-system,Segoe UI,sans-serif;cursor:pointer;box-shadow:none!important;transform:none!important;filter:none!important}
.sc-location-periods button:hover{background:rgba(var(--theme-accent-rgb,47,130,255),.07);color:#dce9f8;box-shadow:none!important}
.sc-location-periods button.active{background:var(--theme-accent,#2f82ff);color:#fff}
.sc-location-live.is-history{opacity:.45}
.theme-light .sc-location-periods{background:#f2f6fb;border-color:rgba(47,78,118,.18)}
.theme-light .sc-location-periods button{color:#627893}
.theme-light .sc-location-periods button:hover{color:#20354f}
.theme-light .sc-location-periods button.active{color:#fff}
@media(max-width:720px){.sc-location-head{align-items:flex-start!important;gap:9px!important}.sc-location-head-actions{width:100%;justify-content:space-between;flex-wrap:wrap}.sc-location-periods{max-width:100%;overflow-x:auto}.sc-location-periods button{min-width:44px;padding:0 8px}}
