body.page--topic.topic-theme--entertainment .ent-alt-sheet {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding: clamp(1.5rem, 2.4vw, 2.1rem);
  background:
    radial-gradient(circle at 84% 14%, rgba(var(--topic-secondary-rgb), 0.08), transparent 28%),
    linear-gradient(145deg, rgba(var(--topic-primary-rgb), 0.06), transparent 38%),
    linear-gradient(180deg, rgba(251, 245, 236, 0.96), rgba(244, 237, 226, 0.96));
  border: 1px solid rgba(var(--topic-ink-rgb), 0.06);
  border-radius: 1.5rem;
  box-shadow:
    0 18px 42px rgba(var(--topic-primary-rgb), 0.07),
    inset 0 0 0 1px rgba(255, 255, 255, 0.34);
}

body.page--topic.topic-theme--entertainment .ent-alt-notes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1rem;
  margin-bottom: 1.55rem;
}

body.page--topic.topic-theme--entertainment .ent-alt-nucleus {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(280px, 0.94fr);
  gap: 1.25rem;
  align-items: start;
  margin-bottom: 1.45rem;
}

body.page--topic.topic-theme--entertainment .ent-alt-column {
  display: grid;
  gap: 1rem;
  align-content: start;
}

body.page--topic.topic-theme--entertainment .ent-alt-followup {
  display: grid;
  gap: 1rem;
}

body.page--topic.topic-theme--entertainment .ent-alt-followup + .ent-alt-followup {
  margin-top: 1rem;
}

body.page--topic.topic-theme--entertainment .ent-alt-followup--primaries {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page--topic.topic-theme--entertainment .ent-alt-followup--secondaries {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

body.page--topic.topic-theme--entertainment .ent-alt-card {
  padding: 1.05rem 1.1rem 1.2rem;
  background: rgba(249, 244, 236, 0.52);
  border-radius: 1.4rem;
  box-shadow: 0 6px 18px rgba(var(--topic-primary-rgb), 0.03);
}

body.page--topic.topic-theme--entertainment .ent-alt-card-shell {
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.page--topic.topic-theme--entertainment .ent-alt-card-kicker {
  margin: 0;
  font-size: 0.64rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-500);
}

body.page--topic.topic-theme--entertainment .ent-alt-card-title {
  margin: 0.42rem 0 0;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  line-height: 0.94;
  letter-spacing: -0.02em;
  color: var(--ink-900);
  text-wrap: balance;
}

body.page--topic.topic-theme--entertainment .ent-alt-card-text {
  margin: 0.72rem 0 0;
  font-size: 0.92rem;
  line-height: 1.78;
  color: var(--ink-700);
}

body.page--topic.topic-theme--entertainment .ent-alt-card-media {
  display: flex;
  margin: 0.82rem 0 0;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.34;
  border-radius: 1.05rem;
}

body.page--topic.topic-theme--entertainment .ent-alt-card-media img {
  display: block;
  flex: 1;
  min-width: 0;
  height: 100%;
  object-fit: cover;
}

body.page--topic.topic-theme--entertainment .ent-alt-card--lead .ent-alt-card-title {
  font-size: clamp(2.35rem, 3.4vw, 4rem);
}

body.page--topic.topic-theme--entertainment .ent-alt-card--lead .ent-alt-card-text {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.08rem, 1.55vw, 1.34rem);
  line-height: 1.62;
  color: var(--ink-900);
}

body.page--topic.topic-theme--entertainment .ent-alt-card--support.ent-alt-card--primary .ent-alt-card-title,
body.page--topic.topic-theme--entertainment .ent-alt-followup--primaries .ent-alt-card-title {
  font-size: clamp(1.65rem, 2.25vw, 2.45rem);
}

body.page--topic.topic-theme--entertainment .ent-alt-card--support.ent-alt-card--secondary .ent-alt-card-title,
body.page--topic.topic-theme--entertainment .ent-alt-followup--secondaries .ent-alt-card-title {
  font-size: clamp(1.22rem, 1.6vw, 1.6rem);
}

body.page--topic.topic-theme--entertainment .ent-alt-card--more .ent-alt-card-title {
  font-size: clamp(1.02rem, 1.35vw, 1.2rem);
  line-height: 1.08;
}

body.page--topic.topic-theme--entertainment .ent-alt-card--more .ent-alt-card-text {
  font-size: 0.82rem;
  line-height: 1.66;
}

body.page--topic.topic-theme--entertainment .ent-alt-card--lead.ent-alt-card--with-media .ent-alt-card-media {
  max-height: 18rem;
}

body.page--topic.topic-theme--entertainment .ent-alt-card--support.ent-alt-card--with-media .ent-alt-card-media,
body.page--topic.topic-theme--entertainment .ent-alt-followup .ent-alt-card--with-media .ent-alt-card-media {
  max-height: 12.5rem;
}

@media (max-width: 1024px) {
  body.page--topic.topic-theme--entertainment .ent-alt-nucleus {
    grid-template-columns: 1fr;
  }

  body.page--topic.topic-theme--entertainment .ent-alt-followup--primaries,
  body.page--topic.topic-theme--entertainment .ent-alt-followup--secondaries {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.page--topic.topic-theme--entertainment .ent-alt-sheet {
    padding: 1.12rem;
  }

  body.page--topic.topic-theme--entertainment .ent-alt-notes {
    grid-template-columns: 1fr;
  }
}
