/* =========================================================================
 * Ippocrate Security Guard - Login Captcha Styles
 * ========================================================================= */

.isg-captcha-wrap {
    margin: 16px 0 16px;
    padding: 16px;
    background: #f6f7f7;
    border: 1px solid #dcdcde;
    border-radius: 6px;
}

.isg-captcha-wrap label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1d2327;
    margin-bottom: 10px;
}

.isg-captcha-icon {
    margin-right: 5px;
    font-size: 16px;
    width: 16px;
    height: 16px;
}

.isg-captcha-question {
    background: #fff;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    padding: 12px 16px;
    margin-bottom: 10px;
    text-align: center;
}

.isg-captcha-expression {
    font-size: 22px;
    font-weight: 700;
    color: #2271b1;
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
}

.isg-captcha-input {
    width: 100% !important;
    text-align: center;
    font-size: 18px !important;
    padding: 8px !important;
    -moz-appearance: textfield;
}

.isg-captcha-input::-webkit-outer-spin-button,
.isg-captcha-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* WooCommerce form compatibility */
.woocommerce-form .isg-captcha-wrap {
    margin: 12px 0;
}

.woocommerce-form .isg-captcha-expression {
    font-size: 20px;
}
