.captcha-container {
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.captcha-label {
    font-weight: bold;
    font-size: 18px;
    color: #b33939;
    background: #f8f9fa;
    padding: 5px 10px;
    border: 1px dashed #ccc;
    border-radius: 4px;
}

.refresh-btn {
    background: none;
    border: none;
    color: #d9534f;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}