/* Additional footer fixes for edge cases */
.footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
}
