.wpcaptcha26-comment {
    margin: 20px 0;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.wpcaptcha26-comment .wpcaptcha26-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.wpcaptcha26-comment .wpcaptcha26-label .required {
    color: #dc3232;
}

.wpcaptcha26-comment .wpcaptcha26-input {
    width: 100%;
    max-width: 250px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.wpcaptcha26-comment .wpcaptcha26-input:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 1px #0073aa;
}

