.print-footer {
font-size: 14px;
visibility: visible;
display: block;
position: fixed;
width: 100%;
bottom: 0;
left: 0;
}
@media print {
.print-footer {
position: absolute; /* Change from fixed to absolute for print */
bottom: 0;
}
}