/* Small visual separation between page content and the full-width footer. */
.al-site-footer.art-footer {
    margin-top: 18px !important;
}

@media (max-width: 720px) {
    .al-site-footer.art-footer {
        margin-top: 12px !important;
    }
}
