/**
 * Monogo_UnilayerNativeChrome - native-Luma chrome overrides.
 *
 * Loaded globally via view/frontend/layout/default.xml <head>. Drops Luma's
 * default footer padding so the `monogo_auth_bottombar` CMS block sits flush
 * against the bottom of the page.
 */
.page-footer {
    padding-bottom: 0 !important;
}
