body.hipopo-site-v3 {
  --hp-blue: #058ee8;
  --hp-blue-dark: #063f90;
  --hp-cyan: #00d8ff;
  --hp-pink: #ff2f99;
  --hp-ink: #061c45;
  --hp-soft: #eafaff;
  font-family: "Assistant", "Heebo", Arial, sans-serif;
  color: var(--hp-ink);
  background:
    radial-gradient(circle at 88% 4%, rgba(5, 142, 232, 0.06), transparent 28%),
    radial-gradient(circle at 8% 18%, rgba(0, 216, 255, 0.05), transparent 24%),
    linear-gradient(180deg, #f7fcff 0%, #eef7ff 100%);
}

body.hipopo-site-v3 .site,
body.hipopo-site-v3 .site-main,
body.hipopo-site-v3 .entry-content,
body.hipopo-site-v3 .elementor {
  max-width: none;
}

body.hipopo-site-v3 .site-main {
  padding-top: 0;
}

body.hipopo-site-v3 .entry-title,
body.hipopo-site-v3 .page-title,
body.hipopo-site-v3 .elementor-heading-title {
  color: var(--hp-ink);
  font-weight: 950;
  line-height: 1.15;
}

body.hipopo-site-v3 .entry-content a,
body.hipopo-site-v3 .elementor-widget-text-editor a {
  color: var(--hp-blue);
  font-weight: 700;
}

body.hipopo-site-v3 .entry-content a:hover,
body.hipopo-site-v3 .elementor-widget-text-editor a:hover {
  color: var(--hp-blue-dark);
}

body.hipopo-site-v3 .woocommerce-breadcrumb,
body.hipopo-site-v3 .woocommerce-breadcrumb a {
  color: #4a6284;
  font-weight: 700;
}

body.hipopo-site-v3 .site-footer:not(.hp-footer),
body.hipopo-site-v3 footer.site-footer:not(.hp-footer) {
  background: #061c45;
  color: #d8e8f8;
}

body.hipopo-site-v3 .site-footer:not(.hp-footer) a,
body.hipopo-site-v3 footer.site-footer:not(.hp-footer) a {
  color: #fff;
}

body.hipopo-site-v3.hipopo-thursday-live {
  color: #e6f0fa;
  background:
    radial-gradient(circle at 88% 4%, rgba(255, 77, 174, 0.07), transparent 28%),
    radial-gradient(circle at 8% 18%, rgba(93, 216, 255, 0.06), transparent 24%),
    linear-gradient(180deg, #101d33 0%, #0b1526 100%);
}

body.hipopo-site-v3.hipopo-thursday-live .entry-title,
body.hipopo-site-v3.hipopo-thursday-live .page-title,
body.hipopo-site-v3.hipopo-thursday-live .elementor-heading-title {
  color: #e6f0fa;
}

body.hipopo-site-v3.hipopo-thursday-live .entry-content,
body.hipopo-site-v3.hipopo-thursday-live .elementor-widget-text-editor {
  color: #9eb8d4;
}

body.hipopo-site-v3.hipopo-thursday-live .entry-content a,
body.hipopo-site-v3.hipopo-thursday-live .elementor-widget-text-editor a {
  color: #5dd8ff;
}

/* Legacy theme footer hidden site-wide — see hipopo-codex-footer.css */

/* Sale badges — dark navy theme (shop + catalog) */
body.hipopo-site-v3 span.onsale,
body.hipopo-hp-v3 span.onsale {
  background: linear-gradient(155deg, #061c45 0%, #063f90 58%, #058ee8 100%) !important;
  color: #fff !important;
  border: 1px solid rgba(0, 216, 255, 0.35) !important;
  box-shadow: 0 8px 18px rgba(6, 28, 69, 0.28) !important;
  border-radius: 999px !important;
  min-height: 28px !important;
  line-height: 1.2 !important;
  padding: 5px 12px !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}
