/*
 * Final layout alignment shared by Magento and Hyva page types.
 * Loaded after component CSS so legacy container padding cannot return.
 */
main#maincontent > .columns {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body.cms-index-index main#maincontent {
    margin-top: 0 !important;
}
