/* Placeholder styles */
body {
    margin: 0;
    padding: 0;
}

footer.site-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 1030;
}

.page-content {
    padding-bottom: 70px; /* footer height + 10px spacing */
}
