.captcha-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap; /* mobil için */
}

.captcha-box img {
    height: 50px;
    width: 180px;
    object-fit: cover;
}

.captcha-reload {
    height: 50px;
    width: 50px;
    padding: 0;
    line-height: 48px;
}

.captcha-input {
    height: 50px;
    flex: 1;
    min-width: 150px;
}

.captcha-submit {
    height: 50px;
    padding: 0 20px;
    white-space: nowrap;
}

.block {
    margin-bottom: 20px;
}




