--xxxx--
/* ✅ Hide Older Post / Newer Post / Home navigation links */
.blog-pager,
.blog-pager-older-link,
.blog-pager-newer-link,
.home-link {
display: none !important;
}
/* ✅ Hide Footer Attribution */
.footer-outer,
.footer-inner,
.attribution,
#Attribution1 {
display: none !important;
}
/* ✅ Optional: Remove margin/padding from bottom of page */
body {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}