/* Zorg dat de hoofdcontainer als flex-kolom werkt en de volledige hoogte vult */
.fi-main-ctn {
    display: flex !important;
    flex-direction: column;
    min-height: 100dvh;
}

.fi-main {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.fi-page {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.fi-page > section.flex-col {
    flex: 1;
}
