.dreamview-captcha {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    font-family: Arial, sans-serif;
}

.dreamview-captcha input[type="text"] {
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 150px;
    height:40px;
    box-sizing: border-box;
}

.dreamview-captcha img.captcha-image {
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.dreamview-captcha img.captcha-refresh {
    width: 18px;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.dreamview-captcha img.captcha-refresh:hover {
    opacity: 1;
}
