/* ========================================
   FOOTER BOŞLUK TAMAMEN KALDIR
   ======================================== */
   
/* Footer sonrası her şeyi gizle */
body::after,
html::after {
    display: none !important;
}

/* Sayfa sonundaki boşlukları zorla sıfırla */
body {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

html {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    min-height: 100% !important;
}

footer,
#footer,
.site-footer {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* RUNO metnini gizle */
footer p:last-of-type,
footer > *:last-child {
    display: none !important;
}

/* Sayfa başlıklarını gizle */
.page-title,
.title-container {
    display: none !important;
}