/* IV7 Game — Astra Footer Builder styling (site-wide, dark). Colors from the
   Astra global palette (--ast-global-color-*), so it stays dynamic.
   !important + scoped selectors used to win over Astra's inline footer CSS. */

.site-footer#colophon,
.site-footer .site-primary-footer-wrap,
.site-footer .site-below-footer-wrap {
  background: var(--ast-global-color-7, #171514) !important;
}
.site-footer#colophon,
.site-footer p, .site-footer span, .site-footer li {
  color: #A7A19B;
}

/* Primary row: brand left, footer nav right */
.site-footer .site-primary-footer-wrap { padding-block: 44px; }
.site-footer .site-primary-footer-wrap .ast-builder-grid-row {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 20px 40px;
  flex-wrap: wrap;
}
.site-footer .site-primary-footer-wrap .site-footer-section { min-width: 0; }

/* Below row: single centered/space-between copyright line with a top divider */
.site-footer .site-below-footer-wrap {
  border-top: 1px solid rgba(255,255,255,.10);
  padding-block: 18px;
}

/* Two-tone brand on dark (scoped to beat .site-footer a) */
.site-footer a.iv7-brand--footer {
  display: inline-block;
  font-family: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
}
.site-footer a.iv7-brand--footer:hover { color: #fff; }
.site-footer a.iv7-brand--footer b { color: var(--ast-global-color-0, #D62828); }
.site-footer .iv7-foot-desc { color: #A7A19B; font-size: 15px; line-height: 1.6; max-width: 42ch; margin: 12px 0 0; }

/* Footer nav (HTML component) — right-aligned on desktop */
.site-footer .iv7-foot-nav {
  display: flex; flex-wrap: wrap; gap: 6px 24px; justify-content: flex-end;
}
.site-footer a.iv7-foot-nav, .site-footer .iv7-foot-nav a {
  font-family: 'Manrope', system-ui, sans-serif; font-weight: 600; font-size: 15px;
  color: #A7A19B; text-decoration: none;
}
.site-footer .iv7-foot-nav a:hover { color: #fff; }

/* Copyright row: copyright left, 18+ note right */
.site-footer .ast-footer-copyright { width: 100%; }
.site-footer .ast-footer-copyright p {
  display: flex; align-items: center; justify-content: space-between;
  gap: 8px 20px; flex-wrap: wrap; width: 100%; margin: 0;
  color: #7d7873; font-size: 13px;
}
.site-footer .iv7-copy-line { color: #7d7873; }
.site-footer .iv7-foot-note { color: #7d7873; font-size: 13px; }

@media (max-width: 768px) {
  .site-footer .site-primary-footer-wrap .ast-builder-grid-row { flex-direction: column; align-items: flex-start; }
  .site-footer .iv7-foot-nav { justify-content: center; }
  .site-footer .ast-footer-copyright p { justify-content: flex-start; }
}
