.location-consent-modal{position:fixed;z-index:200;inset:0;display:grid;place-items:center;padding:20px;background:rgba(10,37,29,.68);backdrop-filter:blur(5px)}
.location-consent-modal[hidden]{display:none}.location-consent-open{overflow:hidden}
.location-consent-card{width:min(430px,100%);max-height:calc(100vh - 40px);overflow-y:auto;padding:25px 22px 21px;border-radius:22px;background:#fff;box-shadow:0 24px 80px rgba(7,32,24,.3)}
.location-consent-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#e8f3ed;color:#175f55;font-size:27px;font-weight:900}
.location-consent-card h2{margin:0;color:#103e32;font-size:24px;letter-spacing:-.04em}.location-consent-card>p:not(.app-kicker){margin:12px 0;color:#566a60;font-size:13px;line-height:1.65}
.location-consent-card ul{margin:0;padding:14px 14px 14px 31px;border-radius:12px;background:#f2f6f3;color:#3d554a;font-size:12px;line-height:1.8}
.location-consent-vehicle{display:grid;gap:7px;margin-top:13px;color:#315348;font-size:12px;font-weight:900}.location-consent-vehicle select{width:100%;height:46px;border:1px solid #bfcfc5;border-radius:10px;background:#fff;padding:0 12px;color:#20342c;font:inherit;outline:none}.location-consent-vehicle select:focus{border-color:#175f55;box-shadow:0 0 0 3px rgba(23,95,85,.11)}
.location-consent-card .location-consent-status{min-height:21px;margin-bottom:14px;color:#315f50;font-size:11px;font-weight:700}.location-consent-card .location-consent-status.is-error{color:#a34135}
.location-consent-actions{display:grid;grid-template-columns:1fr 1.45fr;gap:8px}.location-consent-actions button{min-height:48px;border:1px solid #cbd8d0;border-radius:10px;background:#fff;color:#496057;font-size:12px;font-weight:900}.location-consent-actions button:last-child{border-color:#175f55;background:#175f55;color:#fff}.location-consent-actions button:disabled{opacity:.62}
@media(max-width:360px){.location-consent-modal{padding:12px}.location-consent-card{padding:21px 17px 17px}.location-consent-actions{grid-template-columns:1fr}}
