/* =========================================================
   FOOTER (full-width bar + constrained inner) + STICKY FOOTER
========================================================= */
.site-footer{
  background: var(--rm-card) !important;
  border-top: 1px solid var(--rm-border) !important;
  width: 100% !important;
  max-width: none !important;
  position: relative !important;
  padding: 18px 0 !important;
  margin-top: auto !important;
}

.site-footer .rm-footer-inner{
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
}

.site-footer .rm-footer-meta.rm-footer-disclosure{
  flex: 0 0 100%;
  margin: 0 !important;
  text-align: center;
  font-weight: 400 !important;
  font-style: italic;
}

.site-footer .site-info{
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.site-footer .footer-navigation{ margin: 0 !important; padding: 0 !important; display: flex !important; align-items: center !important; }

.site-footer .site-info::before,
.site-footer .site-info::after,
.site-footer::before,
.site-footer::after{ content: none !important; display: none !important; }
.site-footer hr{ display: none !important; }

/* Footer logo */
.site-footer .site-logo,
.site-footer .custom-logo-link{ display: inline-flex !important; align-items: center !important; line-height: 0 !important; }
.site-footer img.custom-logo{
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px !important;
  object-fit: contain !important;
  display: block !important;
}

/* Hide WP auto footer bits */
.site-footer .privacy-policy-link,
.site-footer .powered-by,
.site-footer .powered-by-wordpress{ display: none !important; }

/* Footer menu */
.site-footer .footer-navigation-wrapper{
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

.site-footer .footer-navigation a{
  display: inline-flex !important;
  align-items: center !important;
  padding: 12px 18px !important;
  border-radius: 14px !important;
  background: #fff !important;
  border: 1px solid var(--rm-border-soft) !important;
  color: #111 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
}

.site-footer .site-name{ display: flex !important; align-items: center !important; gap: 12px !important; flex-wrap: wrap !important; }
.site-footer .rm-footer-home{ display: inline-flex !important; align-items: center !important; gap: 10px !important; text-decoration: none !important; color: inherit !important; }
.site-footer .rm-footer-title{ font-weight: 800 !important; font-size: 16px !important; line-height: 1.1 !important; }
.site-footer .rm-footer-meta{ font-size: 13px !important; font-weight: 600 !important; color: var(--rm-muted) !important; line-height: 1 !important; }

/* WP accessibility helper: hide visually, keep for screen readers */
.screen-reader-text{
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.screen-reader-text:focus{
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  position: static !important;
  padding: 10px 12px !important;
  background: #fff !important;
  border-radius: 8px !important;
}

/* Sticky footer layout */
#page{
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
}
#content{ flex: 1 0 auto !important; }







