.captcha-field__row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 10px;
}

.captcha-field__image {
    display: block;
    border: 1px solid #DEE2E8;
    border-radius: 5px;
    background: #fff;
}

.captcha-field__refresh {
    border: none;
    background: none;
    padding: 0;
    color: #2575a6;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    text-decoration: underline;
    cursor: pointer;
}

.captcha-field input[name="CAPTCHA"] {
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #DEE2E8;
    border-radius: 5px;
    font-size: 14px;
}

.quote-section__cargo-final .captcha-field {
    min-width: 0;
}

.mobile-calculator__captcha .captcha-field input[name="CAPTCHA"] {
    height: 48px;
    border-radius: 12px;
}
