.contact-form__honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

.contact-form__success,
.contact-form__errors {
    border-radius: 14px;
    margin-bottom: 18px;
    padding: 14px 18px;
    line-height: 1.7;
}

.contact-form__success {
    background: rgba(27, 155, 91, 0.12);
    border: 1px solid rgba(27, 155, 91, 0.35);
    color: #0b7140;
}

.contact-form__errors {
    background: rgba(190, 35, 35, 0.09);
    border: 1px solid rgba(190, 35, 35, 0.28);
    color: #9b1c1c;
}

.contact-form__errors ul {
    margin: 0;
    padding-inline-start: 20px;
}
