/* HEMPCITY Frontend 5.1.0 — Footer and content */
/* =========================================================
   13 FOOTER
========================================================= */
.site-footer,
#colophon,
.site-primary-footer-wrap,
.site-below-footer-wrap,
.site-below-footer-inner-wrap {
  background: var(--hc-footer) !important;
  color: var(--hc-footer-text) !important;
}

.site-primary-footer-wrap {
  padding-top: 64px !important;
  padding-bottom: 54px !important;
  border-top: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .12) !important;
}

.site-below-footer-wrap {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer .widget-title {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 650 !important;
  letter-spacing: -.01em !important;
}

.site-footer p,
.site-footer li,
.site-footer a,
.site-footer .widget,
.site-below-footer-wrap p,
.site-below-footer-wrap span,
.site-below-footer-wrap a {
  color: var(--hc-footer-text) !important;
}

.site-footer a:hover,
.site-below-footer-wrap a:hover {
  color: #fff !important;
}

.site-footer ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.site-footer li {
  margin-bottom: 10px !important;
}
/* =========================================================
   14 LEGAL / CONTENT PAGES
========================================================= */
body.page .entry-content:not(.elementor),
body.privacy-policy .entry-content,
body.woocommerce-terms-and-conditions .entry-content {
  color: var(--hc-ink-soft);
}

body.page .entry-content:not(.elementor) h1,
body.page .entry-content:not(.elementor) h2,
body.page .entry-content:not(.elementor) h3 {
  color: var(--hc-ink) !important;
}

body.page .entry-content:not(.elementor) a {
  color: var(--hc-accent);
}

/* =========================================================
   15 ACCOUNT OWNERSHIP BOUNDARY
   HEMPCITY CX owns everything inside the account area.
   These rules only prevent legacy floats; no visual styling.
========================================================= */
.hc-account-page .woocommerce-MyAccount-navigation,
.hc-account-page .woocommerce-MyAccount-content {
  float: none !important;
}

.site-footer { border-top:0!important; }
.site-footer .widget-title { text-transform:none!important; }
