/* Refresh Button */
.um-captcha-refresh-button {
    padding: 4.5px 0px;
    width: 20%;
    background: #eee;
    color: #666;
    font-size: 25px;
    font-weight: bold;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: all 0.2s ease;
}
.um-captcha-refresh-button:hover {
    background-color: #ddd;
}

/* Input Error Border */
.um-field-error-border {
    border-color: red !important;
    box-shadow: 0 0 4px red;
}

/* Layout Adjustments */
.um-captcha-image-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.um-captcha-image-wrapper img {
    border: 1px solid #ccc;
    height: 40px;
    width: 50%;
    max-width: 100%;
}

#um_field_captcha {
    padding-top: 0px;
}
