.lte-auth-consent {
    color: #343a40;
}

.lte-auth-consent a,
.lte-auth-consent a:visited {
    color: #0056b3 !important;
    font-weight: 600;
    text-decoration: underline;
}

.lte-auth-consent a:hover,
.lte-auth-consent a:focus {
    color: #003d80 !important;
    text-decoration: underline;
}

.lte-auth-social-links {
    transition: opacity .15s ease;
}

.lte-auth-social-links.is-locked {
    opacity: .42;
}

.lte-auth-social-links.is-locked a {
    cursor: not-allowed;
}

.button-submit.is-consent-locked {
    cursor: not-allowed;
    opacity: .65;
}

.lte-consent-hint {
    display: none;
}

.lte-consent-hint.is-visible {
    display: block;
}

.lte-auth-consent.is-consent-required {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .15);
}

.lte-auth-social-block .zauth a:last-child {
    margin-right: 0;
}

.dark-mode .lte-auth-consent {
    background-color: #343a40 !important;
    border-color: #4b545c !important;
    color: #f8f9fa;
}

.dark-mode .lte-auth-consent a,
.dark-mode .lte-auth-consent a:visited {
    color: #7cc4ff !important;
}

.dark-mode .lte-auth-consent a:hover,
.dark-mode .lte-auth-consent a:focus {
    color: #b8ddff !important;
}
