/**
 * UNHCR phone validation universal styles.
 * Coupled with js/phone-validation.js, loaded on every page that exposes
 * Form 16 (#input_16_8) or Form 20 (#input_20_17) regardless of the
 * landing-semplificata flag.
 *
 * The same .unhcr-phone-format-error rule lives also in landing-semplificata.css
 * (with the extra !important escapes for the legacy .description_above wrapper).
 * Keeping a copy here so the inline error message is visible and styled
 * consistently on the classic landing too.
 */
.unhcr-phone-format-error {
    display: block !important;
    color: #c02b0a;
    font-size: 12px !important;
    font-weight: 500;
    margin-top: 4px !important;
    line-height: 1.1 !important;
    padding-bottom: 0 !important;
}
