  /*
Using this file as the current build system with `node-sass` no longer compiles on newer Apple M2 Pro machines.
*/

.container:has(> .fullwidth-container) {
    max-width: none;
    width: 100%;
}

.content-wrapper > .sticky_placeholder:last-child,
.content-wrapper > div:last-child {
    padding-bottom: 0 !important;
}
