/* GPS and information inherit the map's navigation button appearance. */
.sk-map-section[data-map-viewer] .skmv-location-control,.sk-map-section[data-map-viewer] .skmv-location-info-control{position:relative;width:44px;pointer-events:auto}
.sk-map-section[data-map-viewer] .skmv-location-toggle>svg,.sk-map-section[data-map-viewer] .skmv-location-info>svg{width:20px;height:20px;stroke-width:1.4;fill:none;stroke:currentColor}
.sk-map-section[data-map-viewer] .skmv-location-accuracy{position:absolute;left:52px;top:50%;transform:translateY(-50%);width:max-content;max-width:calc(100vw - 130px);margin:0;padding:5px 8px;border:1px solid #d3dcd5;border-radius:5px;background:#ffffffed;color:#354b40;font-size:12px;font-weight:500;line-height:1.3;white-space:nowrap;box-shadow:0 1px 4px #21312812;pointer-events:none}
.sk-map-section[data-map-viewer] .skmv-location-info-panel{position:absolute;left:64px;bottom:12px;z-index:12;width:min(330px,calc(100% - 80px));max-height:calc(100% - 24px);overflow:auto;padding:16px;border:1px solid #c4cdc5;border-radius:9px;background:#fff;box-shadow:0 6px 24px #14291b26;color:#213128;overscroll-behavior:contain}
.sk-map-section[data-map-viewer] .skmv-location-info-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 0 8px}
.sk-map-section[data-map-viewer] .skmv-location-info-heading h3{margin:0;color:#234c3d;font:600 18px/1.25 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.sk-map-section[data-map-viewer] .skmv-location-info-heading button{flex:none;width:44px;padding:10px}
.sk-map-section[data-map-viewer] .skmv-location-details-status{margin:8px 0 12px;font-size:14px;line-height:1.45;color:#405447}
.sk-map-section[data-map-viewer] .skmv-location-details{display:grid;gap:9px;margin:12px 0;font-size:14px;line-height:1.35}
.sk-map-section[data-map-viewer] .skmv-location-details>div{display:grid;grid-template-columns:1fr;gap:2px}
.sk-map-section[data-map-viewer] .skmv-location-details dt{color:#596b5e;font-size:12px}
.sk-map-section[data-map-viewer] .skmv-location-details dd{margin:0;font-weight:500;color:#213128}
.sk-map-section[data-map-viewer] .skmv-location-info-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.sk-map-section[data-map-viewer] .skmv-location-info-actions button{flex:1;min-width:150px;font-size:14px;line-height:1.3}
.sk-map-section[data-map-viewer] .skmv-location-info-actions button:disabled{cursor:default}
@media(max-width:500px){.sk-map-section[data-map-viewer] .skmv-location-info-panel{left:60px;bottom:8px;width:calc(100% - 68px);max-height:calc(100% - 16px);padding:12px}}
@media(max-height:520px){.sk-map-section[data-map-viewer] .skmv-location-info-panel{bottom:8px;max-height:calc(100% - 16px);padding:12px}.sk-map-section[data-map-viewer] .skmv-location-info-heading{margin-bottom:4px}}

.sk-map-section[data-map-viewer] .skmv-location-clock-note{margin:10px 0 0;font-size:13px;line-height:1.4;color:#526258}
.sk-map-section[data-map-viewer] .skmv-location-diagnostic,.sk-map-section[data-map-viewer] .skmv-location-install{margin-top:12px;font-size:12px;line-height:1.45;color:#526258}
.sk-map-section[data-map-viewer] .skmv-location-diagnostic summary,.sk-map-section[data-map-viewer] .skmv-location-install summary{cursor:pointer}.sk-map-section[data-map-viewer] .skmv-location-diagnostic p,.sk-map-section[data-map-viewer] .skmv-location-install p{margin:7px 0 0;overflow-wrap:anywhere;max-height:120px;overflow:auto}
.sk-map-section[data-map-viewer] .skmv-location-compass{margin-top:14px;padding-top:14px;border-top:1px solid #dce3dd}
.sk-map-section[data-map-viewer] .skmv-location-compass button{width:100%;min-height:44px;padding:10px 12px;font-size:14px;line-height:1.3}
.sk-map-section[data-map-viewer] .skmv-location-compass button[aria-pressed="true"]{background:#eaf2ee;color:#234c3d;border-color:#a8bbb0}
.sk-map-section[data-map-viewer] .skmv-location-compass-status{margin:8px 0 0;font-size:13px;line-height:1.4;color:#526258}
