/* Custom CSS fixes for Tsalachmt-SAS website */

/* Fix footer white space issue */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.wrapper {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.footer-area {
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.footer-bottom {
    margin-bottom: 0 !important;
    padding-bottom: 20px;
}

/* Remove any extra spacing after footer */
.footer-area::after,
.footer-bottom::after {
    display: none;
}

/* Ensure no extra space at bottom of page */
body::after,
.wrapper::after {
    content: none;
}
