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

.captcha-box {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    flex-wrap: wrap;
    margin: 22px 0;
}

.captcha-image-wrap,
.captcha-input-wrap {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.contact-captcha {
    display: block;
    width: 180px;
    height: 58px;
    border: 1px solid #d8cbb9;
    border-radius: 4px;
    background: #f7f2e9;
}

.captcha-input-wrap .input-text {
    width: 210px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.captcha-refresh {
    border: 0;
    background: none;
    color: #9a7337;
    padding: 0;
    text-align: left;
    cursor: pointer;
    font: inherit;
}

.contact-form-status {
    min-height: 24px;
    color: #a32b2b;
    margin: 8px 0;
}

.secure-contact-form button[disabled] {
    opacity: .55;
    cursor: wait;
}

@media (max-width: 575.98px) {
    .captcha-box,
    .captcha-input-wrap,
    .captcha-input-wrap .input-text {
        width: 100%;
    }
}
