
/* Hide only the native Superio Email label; Name and Phone use placeholders. */
.cab-hide-native-email-label {
    display: none !important;
}

/* Add breathing room below the theme's native Email input before Phone. */
.cab-native-email-field {
    margin-bottom: 18px !important;
}
/* Extra fields injected into the existing Superio apply popup. */
.cab-apply-field {
    margin-bottom: 18px;
}

.cab-apply-field label {
    display: block;
    margin: 0 0 8px;
    font-weight: 500;
    line-height: 1.4;
}

.cab-apply-field .cab-required {
    color: #e53935;
}

.cab-apply-field input[type="text"],
.cab-apply-field input[type="tel"] {
    width: 100%;
    min-height: 52px;
    padding: 10px 18px;
    border: 1px solid transparent;
    border-radius: 7px;
    background: #f4f7f9;
    box-sizing: border-box;
    font: inherit;
}

.cab-apply-field input[type="file"] {
    display: block;
    width: 100%;
    min-height: 46px;
    padding: 9px 10px;
    border: 1px solid #e1e6ea;
    border-radius: 7px;
    background: #fff;
    box-sizing: border-box;
    font: inherit;
}

.cab-apply-field .cab-file-help {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.4;
    opacity: .7;
}

.cab-apply-error {
    display: none;
    margin: 0 0 15px;
    padding: 10px 12px;
    border-radius: 6px;
    background: #fff0f0;
    color: #b42318;
    font-size: 13px;
    line-height: 1.45;
}

.cab-apply-error.is-visible {
    display: block;
}

.cab-apply-busy {
    opacity: .72;
    pointer-events: none;
}
