.contact-form-mount {
    min-height: 180px;
}

.contact-form-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    padding: 1.5rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(14, 42, 59, 0.08);
    box-shadow: 0 18px 40px rgba(8, 27, 41, 0.08);
    color: #475569;
    text-align: center;
}

.contact-inline-msg {
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 14px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.contact-inline-msg.success {
    background: #e8f7ee;
    color: #17633f;
    border: 1px solid #bce5cb;
}

.contact-inline-msg.error {
    background: #fff0ee;
    color: #a43b2f;
    border: 1px solid #f2c5be;
}

.contact-field-error {
    margin-top: 0.45rem;
    color: #b42318;
    font-size: 0.86rem;
    line-height: 1.4;
}

.form-group.formerror .form-control {
    border-color: #d94f3d;
    box-shadow: 0 0 0 0.15rem rgba(217, 79, 61, 0.12);
}

.contact-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.contact-form-mount.is-loading {
    opacity: 0.92;
}
