.captcha-container {
    padding: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.captcha-image {
    border: 2px solid #dee2e6;
    border-radius: 5px;
    background: white;
    padding: 5px;
}

.captcha-operator {
    font-size: 20px;
    color: #6c757d;
    font-weight: bold;
}

#captcha_result {
    padding-right: 10px !important;
}