.location-form-dialog{display:flex;flex-direction:column;gap:12px;width:100%}.location-form-dialog__section-title{margin:0;color:var(--slate-700);font-size:var(--font-size-sm,16px);font-weight:var(--font-weight-semibold);line-height:24px;text-transform:capitalize}.location-form-dialog__section-title--required:after{content:"*";margin-left:2px}.location-form-dialog__label{color:var(--slate-700);font-size:var(--font-size-xxs,12px);font-weight:var(--font-weight-medium);line-height:18px;margin-bottom:var(--space-1)!important}.location-form-dialog__label--required:after{content:"*"}.location-form-dialog__field{width:100%}.location-form-dialog__row{display:flex;gap:8px;width:100%}.location-form-dialog__row-item{flex:1 1 0;min-width:0}.location-form-dialog__threshold{display:flex;flex-direction:column;gap:6px;width:100%}.location-form-dialog__threshold-header{display:flex;align-items:center;gap:12px;width:100%}.location-form-dialog__threshold-copy{flex:1 1 auto;min-width:0}.location-form-dialog__threshold-title{color:var(--grey-black);font-size:var(--font-size-xs,14px);font-weight:var(--font-weight-semibold);line-height:20px;text-transform:capitalize}.location-form-dialog__threshold-desc{margin-top:2px!important;color:var(--grey-500);font-size:var(--font-size-xxs,12px);font-weight:var(--font-weight-regular);line-height:18px}.location-form-dialog__threshold-switch{flex-shrink:0;margin-left:auto}.location-form-dialog__field--threshold .location-form-dialog__label{color:var(--grey-500);font-weight:var(--font-weight-semibold)}.location-form-dialog__save-btn{letter-spacing:normal!important;min-width:72px}