/**
 * Legal / security notice shown beside or below footer copyright (all layouts).
 */
.footer-access-notice {
    font-size: 0.75rem;
    line-height: 1.45;
    margin: 0;
    max-width: 52rem;
}

.footer-access-notice--on-dark {
    color: rgba(224, 231, 241, 0.72);
}

.footer-access-notice--on-dark strong {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 600;
}

.footer-access-notice--on-light {
    color: #5c636a;
}

.footer-access-notice--on-light strong {
    color: #343a40;
    font-weight: 600;
}

.footer-access-notice--admin {
    color: #6c757d;
    margin-top: 0.35rem;
    padding-top: 0.35rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    width: 100%;
    clear: both;
}

.dark-mode .footer-access-notice--admin {
    color: #adb5bd;
    border-top-color: rgba(255, 255, 255, 0.08);
}

.footer-access-notice--auth {
    color: #6c757d;
    text-align: center;
    padding: 0.75rem 1rem 1.25rem;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

.api-docs-footer .footer-access-notice {
    margin-top: 0.75rem;
    text-align: center;
    max-width: none;
}

.wl-footer-access {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.reseller-footer-wrapper .footer-access-notice--on-light {
    color: #64748b;
    margin-top: 0.75rem;
    text-align: center;
    max-width: none;
}

@media (max-width: 767px) {
    .footer-access-notice {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}
