.location-form label { margin-bottom: -.45rem; color: #344054; font-size: .82rem; font-weight: 700; }
.location-form select { width: 100%; min-height: 46px; border: 1px solid #d8dee5; border-radius: 6px; padding: 0 2.25rem 0 .85rem; background-color: #fff; color: #132a13; font: inherit; }
.location-form select:focus { border-color: #ff8a24; outline: 2px solid rgba(255,138,36,.16); }
.location-form select:disabled { cursor: not-allowed; background-color: #f4f6f5; color: #8a948e; }
.location-help { margin: 0; color: #667085; font-size: .78rem; line-height: 1.45; }
.location-error { margin: 0; color: #b42318; font-size: .82rem; font-weight: 700; }
@media (max-width: 576px) {
    .location-dialog { max-height: calc(100vh - 2rem); overflow-y: auto; }
    .location-form select { min-height: 44px; font-size: 16px; }
}
