/* Footer fix to remove white space at bottom */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#page {
    min-height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

#u16229-bw {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#u16229 {
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
}

#u9267 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Ensure no extra spacing after body */
body::after {
    display: none;
}

/* Remove any extra spacing from the last element */
body > *:last-child {
    margin-bottom: 0 !important;
}
