/**
 * Creates sticky footer layout
 * 
 * Version: 1.1
 * Mod: Yes
 */

 .cc-body {
    display: flex!important;
    flex-direction: column;
    min-height: 100vh!important;
}

.cc-body__main,
.cc-body .page-content {
    flex-grow: 1!important; /* Fills screen, pushes footer (or makes it sticky if content area is short) */
}

