/**
 * Module Ciblocaptacha Front CSS
 */

.ciblocaptacha-container {
    margin: 15px 0;
    clear: both;
}

.ciblocaptacha-smart-box {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 12px 16px;
    max-width: 340px;
}

.ciblocaptacha-smart-label {
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    color: #333;
    font-size: 14px;
}

.ciblocaptacha-smart-input {
    width: 100px;
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
}

.ciblocaptacha-hp-field {
    display: none !important;
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
}

/* Adjustments for login / contact forms */
#login-form .ciblocaptacha-container,
#customer-form .ciblocaptacha-container,
.contact-form .ciblocaptacha-container {
    margin-top: 15px;
    margin-bottom: 15px;
}
