.local-captcha {
    margin: 15px 0;
    text-align: left;
}

.local-captcha__label {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 14px;
}

.local-captcha__label--dark {
    color: #333;
}

.local-captcha__row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.local-captcha__input {
    flex: 1;
    max-width: 120px;
    margin: 0;
    margin-bottom: 0 !important;
}

.local-captcha__refresh {
    width: 38px;
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f5f5f5;
    color: #333;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

.local-captcha__refresh:hover {
    background: #e8e8e8;
}

.local-captcha-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
