
/* Integrates legal/operator information into the existing Elysium footer. */
footer.elysium_site_footer .elysium-footer-operator-info {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.10);
    max-width: 280px;
}

footer.elysium_site_footer .elysium-footer-operator-info strong {
    display: block;
    margin: 0 0 8px;
    color: inherit;
    font-size: 13px;
    line-height: 1.4;
}

footer.elysium_site_footer .elysium-footer-operator-info p {
    margin: 0 0 7px;
    color: inherit;
    opacity: .78;
    font-size: 12px;
    line-height: 1.5;
}

footer.elysium_site_footer .elysium-footer-extra-link {
    display: block;
    width: fit-content;
    margin: 0 0 9px;
    padding: 0;
    border: 0;
    background: none;
    color: inherit;
    font: inherit;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

footer.elysium_site_footer .elysium-footer-extra-link:hover,
footer.elysium_site_footer .elysium-footer-extra-link:focus {
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Defensive cleanup if old cached footer markup survives one request. */
footer.elysium-global-footer {
    display: none !important;
}
