.image-captcha-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: flex-start;
}

.image-captcha-box {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.image-captcha-img {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    background: #f8f9fa;
    display: block;
    max-width: 100%;
    height: auto;
}

.image-captcha-refresh {
    padding: 0.4rem 0.55rem;
    line-height: 1;
}

.image-captcha-input {
    min-width: 140px;
    flex: 1;
}

.image-captcha-text {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
