.airix-altcha-field {
    clear: both;
    width: 100%;
    margin: 18px 0;
}

.airix-altcha-field--automatic {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

form.airix-altcha-is-verifying button[type="submit"],
form.airix-altcha-is-verifying input[type="submit"] {
    cursor: wait !important;
    opacity: 0.72;
}

.airix-altcha-label {
    display: block;
    margin-bottom: 8px;
    color: #766d5f;
    font-family: "Spline Sans Mono", ui-monospace, monospace;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.airix-altcha-field altcha-widget {
    display: block;
    width: 100%;
    --altcha-color-base: #fffaf1;
    --altcha-color-border: rgba(59, 36, 28, 0.24);
    --altcha-color-text: #3b241c;
    --altcha-color-border-focus: #f26a2e;
    --altcha-color-error: #b84f35;
    --altcha-border-radius: 3px;
    --altcha-max-width: none;
}

html[data-theme="dark"] .airix-altcha-label,
body.login_admin.tw-dark .airix-altcha-label {
    color: #b9b2a7;
}

html[data-theme="dark"] .airix-altcha-field altcha-widget,
body.login_admin.tw-dark .airix-altcha-field altcha-widget {
    --altcha-color-base: #18241f;
    --altcha-color-border: rgba(232, 227, 215, 0.2);
    --altcha-color-text: #f1ece1;
    --altcha-color-border-focus: #f26a2e;
}

body.customers_login .airix-altcha-field,
body.register .airix-altcha-field,
body.login_admin .airix-altcha-field {
    margin: 22px 0;
}

body.register .airix-altcha-field {
    padding: 18px 20px;
    border: 1px solid rgba(59, 36, 28, 0.16);
    border-radius: 3px;
    background: rgba(255, 252, 245, 0.52);
}

html[data-theme="dark"] body.register .airix-altcha-field {
    border-color: rgba(232, 227, 215, 0.16);
    background: rgba(24, 36, 31, 0.52);
}

body.admin .airix-altcha-field,
body[class*="admin"] .airix-altcha-field {
    max-width: 680px;
}

.modal .airix-altcha-field {
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 767px) {
    .airix-altcha-field {
        margin: 16px 0;
    }
}
