#page-footer {
    min-height: var(--footer-height);
    padding: 0.25rem 1rem;
    background-color: var(--footer-background);
    display: flex;
    justify-content: space-between;
    color: white;
    font-size: 0.8rem;

    .brand, .legal {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem 1.5rem;
    }

    a:hover, a:focus-visible { text-decoration: underline; }
}
