/* =========================================================
   AnteEnti Telugu QA UI
   Step 18: Footer Cleanup
   File: assets/css/footer.css
   Scope: Q&A UI pages only
   ========================================================= */


/* ---------------------------------------------------------
   1. Hide default Neve footer credit area on Q&A pages
--------------------------------------------------------- */

body.anteenti-qa-ui .site-footer,
body.anteenti-qa-ui #site-footer {
  display: none !important;
}


/* ---------------------------------------------------------
   2. Make sure page content has enough bottom spacing
   because mobile bottom nav is fixed
--------------------------------------------------------- */

@media (max-width: 768px) {
  body.anteenti-qa-ui #content,
  body.anteenti-qa-ui .neve-main {
    padding-bottom: 108px;
  }
}


/* ---------------------------------------------------------
   3. Desktop bottom spacing after removing footer
--------------------------------------------------------- */

@media (min-width: 769px) {
  body.anteenti-qa-ui #content,
  body.anteenti-qa-ui .neve-main {
    padding-bottom: 48px;
  }
}