#footer-container {
    bottom: 0;
    left: 50vw;
    row-gap: var(--size_s);
    transform: translateX(-50%);
    z-index: 200;
}


footer {
    column-gap: var(--size);
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    z-index: 20;
}
@media only screen and (min-width: 768px) {
    footer {column-gap: var(--size_m);}
}

footer a {min-width: max-content;}


/* 
CONTACT
*/
.footer-section {
    row-gap: .25rem;
}
.footer-section[data-status="close"] {display: none;}
.footer-section .--listing {column-gap: .25em;}

@media (hover: hover) {
    #footer-container a:hover,
    #footer-container button:hover {text-decoration: underline !important;} 
}