.mail-alert {
    border-radius: 12px;
    margin: 0 0 24px;
    padding: 16px 18px;
    font-size: 15px;
    line-height: 1.6;
    border: 1px solid transparent;
}

.mail-alert p {
    margin: 0;
}

.mail-alert-success {
    background: #ecfdf3;
    border-color: #a7f3d0;
    color: #166534;
}

.mail-alert-error {
    background: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
}

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