/* web-crossing Form Protect Styles */

.wc-formprotect-honeypot {
    position: absolute !important;
    left: -99999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.wc-formprotect-altcha {
    margin: 1rem 0;
    padding: .75rem 1rem;
    border: 1px solid #d0d6de;
    border-radius: .25rem;
    background: #f8f9fb;
    font-size: .9rem;
}

.wc-formprotect-altcha__label {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin: 0;
    cursor: pointer;
}

.wc-formprotect-altcha__checkbox {
    width: 1.1rem;
    height: 1.1rem;
}

.wc-formprotect-altcha__noscript {
    margin: .5rem 0 0;
    color: #b00;
}
