/* Tight gap between latest-updates cards and the footer, site-wide. */
section:has(.updates-section-cards),
section:has(.latest-updates),
section.latest-updates {
    padding-bottom: 20px !important;
}

body:has(.updates-section-cards) footer,
body:has(.latest-updates) footer {
    padding-top: 40px !important;
}
