:root {
  --tv-sky: #7EC8E3;
  --tv-sky-deep: #5BAFD4;
  --tv-sun: #FFC857;
  --tv-coral: #FF7E67;
  --tv-cream: #FFF8E7;
  --tv-ink: #2D4059;
  --tv-muted: #5C6B7A;
  --tv-white: #FFFFFF;
  --tv-shadow: 0 8px 32px rgba(45, 64, 89, 0.12);
  --tv-radius: 20px;
  --tv-font-display: 'Fredoka', system-ui, sans-serif;
  --tv-font-body: 'Nunito', system-ui, sans-serif;
}

body.tv-legal-page {
  margin: 0;
  font-family: var(--tv-font-body);
  color: var(--tv-ink);
  background: linear-gradient(180deg, var(--tv-sky) 0%, #A8DCE8 35%, var(--tv-cream) 100%);
  min-height: 100vh;
}

body.tv-legal-page .entry-content,
body.tv-legal-page .wp-block-post-content {
  max-width: min(820px, 92vw);
  margin: 0 auto;
  padding: 2.5rem 1.25rem 4rem;
}

.tv-legal-doc {
  background: rgba(255, 255, 255, 0.94);
  border: 3px solid var(--tv-ink);
  border-radius: var(--tv-radius);
  box-shadow: var(--tv-shadow);
  padding: 2rem 2.25rem;
}

.tv-legal-doc-head h1 {
  font-family: var(--tv-font-display);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  margin: 0 0 0.35rem;
}

.tv-legal-meta {
  color: var(--tv-muted);
  font-size: 0.92rem;
  margin: 0 0 1.75rem;
}

.tv-legal-doc-body h2 {
  font-family: var(--tv-font-display);
  font-size: 1.15rem;
  margin: 1.75rem 0 0.65rem;
}

.tv-legal-doc-body p,
.tv-legal-doc-body li {
  line-height: 1.65;
  color: var(--tv-ink);
}

.tv-legal-doc-body ul {
  padding-left: 1.25rem;
}

.tv-legal-doc-body a {
  color: var(--tv-sky-deep);
  font-weight: 600;
}

@media (max-width: 600px) {
  .tv-legal-doc {
    padding: 1.5rem 1.25rem;
  }
}

.tv-reconsent-wrap {
  display: flex;
  justify-content: center;
  padding: 1rem 0 2rem;
}

.tv-reconsent-card {
  width: min(520px, 100%);
  background: rgba(255, 255, 255, 0.94);
  border: 3px solid var(--tv-ink);
  border-radius: var(--tv-radius);
  box-shadow: var(--tv-shadow);
  padding: 2rem 1.75rem;
}

.tv-reconsent-title {
  font-family: var(--tv-font-display);
  font-size: clamp(1.5rem, 4vw, 1.9rem);
  margin: 0 0 0.75rem;
  text-align: center;
}

.tv-reconsent-intro,
.tv-reconsent-message {
  color: var(--tv-muted);
  line-height: 1.6;
  text-align: center;
  margin: 0 0 1.25rem;
}

.tv-reconsent-error {
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  border: 2px solid #ff6b6b;
  border-radius: var(--tv-radius-sm);
  background: rgba(255, 107, 107, 0.08);
  color: var(--tv-ink);
  text-align: center;
}

.tv-reconsent-form .submit {
  margin: 0.5rem 0 0;
  text-align: center;
}

.tv-reconsent-submit {
  min-height: 48px;
  padding: 0.85rem 1.75rem !important;
  border: 3px solid var(--tv-ink) !important;
  border-radius: 999px !important;
  background: var(--tv-coral) !important;
  color: var(--tv-white) !important;
  font-family: var(--tv-font-display) !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 0 var(--tv-ink) !important;
  cursor: pointer;
}

.tv-reconsent-submit:disabled,
.tv-reconsent-submit[aria-disabled="true"] {
  opacity: 0.55;
  cursor: not-allowed;
}

.tv-reconsent-alt {
  margin: 1.25rem 0 0;
  text-align: center;
  font-size: 0.92rem;
}

.tv-reconsent-alt a {
  color: var(--tv-sky-deep);
  font-weight: 700;
}
