.auth-consent-restored .auth-consent {
    display: none;
}

.auth-consent {
    margin-top: 20px;
    text-align: left;
}

.auth-consent_row {
    display: flex;
    align-items: flex-start;
}

.auth-consent_checkbox {
    flex: 0 0 44px;
    width: 44px;
    min-height: 44px;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;
}

.auth-consent_checkbox .g-checkbox_input {
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
}

.auth-consent--form {
    margin-top: 34px;
}

.auth-consent--form .auth-consent_row {
    align-items: flex-start;
    gap: 0.5rem;
}

.auth-consent--form .auth-consent_checkbox {
    flex-basis: 1.5rem;
    width: 1.5rem;
    align-items: flex-start;
}

.auth-consent--form .g-checkbox_input {
    inset: 0 auto auto 50%;
    width: 44px;
    height: 44px;
    transform: translateX(-50%);
}

.auth-consent_text {
    font-size: var(--typo-xs-fs);
    line-height: var(--typo-xs-lh-m);
    color: var(--color-ui-gray-900);
}

.auth-consent_text label {
    cursor: pointer;
}

.auth-consent_error {
    margin: 8px 0 0;
    color: var(--color-ui-red-600);
    font-size: var(--typo-xs-fs);
    line-height: var(--typo-xs-lh-m);
    text-align: center;
}

.auth-consent_error[hidden] {
    display: none;
}

.auth-consent_checkbox.is-alert .g-checkbox_skin {
    border-color: var(--color-ui-red-600);
}

.auth-consent_checkbox .g-checkbox_input:focus-visible + .g-checkbox_skin {
    outline: 3px solid var(--color-ui-yellow-400);
    outline-offset: 2px;
}

.auth-consent_resend {
    padding: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    background: none;
    font: inherit;
    cursor: pointer;
}

[data-auth-consent-required][aria-disabled="true"] {
    opacity: 0.5;
    cursor: not-allowed;
}

@media (prefers-reduced-motion: reduce) {
    .auth-consent .is-shake {
        animation: none;
    }
}
