/* ============================================
   LAYER 1: CONTENT WRAPPER
   Faithfullight Theme
   Version: 1.1 | Status: Production
   Last Updated: 2026-02-26
   ============================================ */

.ftl-content-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 71vh;   /* Ensures footer stays at bottom */
    display: flex;
    flex-direction: column;
    transition: opacity 0.3s ease;  /* For dimmer effect */
}

.ftl-content-wrap main {
    flex: 1 0 auto;
    width: 100%;
}

.ftl-content-spacer {
    display: block;
    height: 20px;
    width: 100%;
    flex-shrink: 0;
}