/* TMT-Media production stylesheet — Stage 28.0 */

/* Source owner: tmt-clean-legal.css */
/* Stage 20.2: shared English legal-page owner */
.tmt-clean-legal-page { padding-block: clamp(48px, 6vw, 84px); }
.tmt-clean-legal-page__title { margin: 0 0 var(--tmt-heading-content-gap); text-align: left; }
.tmt-clean-legal-card {
  background: linear-gradient(145deg, var(--tmt-panel-a), var(--tmt-panel-b));
  border: 1px solid var(--tmt-panel-border);
  border-radius: var(--tmt-radius-lg, 18px);
  box-shadow: var(--tmt-panel-shadow);
  padding: clamp(24px, 4vw, 48px);
  transition: transform var(--tmt-transition, .18s ease), box-shadow var(--tmt-transition, .18s ease);
}
@media (hover: hover) {
  .tmt-clean-legal-card:hover {
    transform: translateY(calc(-1 * var(--tmt-hover-lift, 5px)));
    box-shadow: var(--tmt-shadow-hover, 0 10px 24px rgba(0, 0, 0, .14));
  }
}
.tmt-clean-legal-intro { margin: 0 0 32px; font-size: 1.08em; }
.tmt-clean-legal-section + .tmt-clean-legal-section { margin-top: 36px; }
.tmt-clean-legal-section h2 { margin: 0 0 var(--tmt-subheading-content-gap); }
.tmt-clean-legal-section h3 { margin: 24px 0 var(--tmt-subheading-content-gap); }
.tmt-clean-legal-section p, .tmt-clean-legal-section ul { margin: 0; }
.tmt-clean-legal-section ul { padding-left: 1.35em; }
.tmt-clean-legal-section li + li { margin-top: 8px; }
.tmt-clean-legal-section a { color: inherit; }
@media (max-width: 640px) {
  .tmt-clean-legal-page { padding-block: 40px 56px; }
  .tmt-clean-legal-section + .tmt-clean-legal-section { margin-top: 28px; }
}


/* Stage 28.12.0: multilingual competition terms */
.tmt-competition-terms__subtitle {
  margin: calc(-1 * var(--tmt-heading-content-gap) + .65rem) 0 var(--tmt-heading-content-gap);
  color: var(--tmt-text-muted, var(--muted));
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}
.tmt-competition-terms__key-facts {
  display: grid;
  gap: .65rem;
  margin: 0 0 2.2rem;
  padding: 1rem 1.15rem;
  border: 1px solid var(--tmt-panel-border);
  border-radius: calc(var(--tmt-radius-lg, 18px) - 6px);
  background: color-mix(in srgb, var(--tmt-panel-a) 72%, transparent);
}
.tmt-competition-terms__key-facts p { margin: 0; }
.tmt-competition-terms .tmt-clean-legal-section p + p,
.tmt-competition-terms .tmt-clean-legal-section p + ul,
.tmt-competition-terms .tmt-clean-legal-section p + ol,
.tmt-competition-terms .tmt-clean-legal-section ul + p,
.tmt-competition-terms .tmt-clean-legal-section ol + p { margin-top: .85rem; }
.tmt-competition-terms .tmt-clean-legal-section ol { margin: .7rem 0 0; padding-inline-start: 1.45rem; }
.tmt-competition-terms .tmt-clean-legal-section address { margin-top: .7rem; font-style: normal; line-height: 1.7; }
.tmt-competition-terms .tmt-clean-legal-section { scroll-margin-top: 120px; }


/* Competition terms use the shared 35 px spacing grid. */
body.tmt-static-site.tmt-competition-terms-body .entry-content > section.tmt-competition-terms > .tmt-clean-legal-page__container {
  width: min(var(--tmt-container, 1200px), calc(100% - 70px)) !important;
  max-width: var(--tmt-container, 1200px) !important;
  padding-inline: 0 !important;
}

body.tmt-static-site .tmt-competition-terms .tmt-clean-legal-card {
  padding: 35px;
}
