*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #1a1a1a;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
}

.page {
  max-width: 720px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
}

.page__title {
  margin: 0 0 0.5rem;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.page__subtitle {
  margin: 0 0 2.5rem;
  font-size: 1rem;
  color: #666666;
  font-style: italic;
}

.section {
  margin-bottom: 2rem;
}

.section__heading {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.35rem;
}

.section__text {
  margin: 0 0 0.75rem;
  font-size: 1rem;
}

.cast-list,
.season-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cast-list__item,
.season-list__item {
  padding: 0.35rem 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.975rem;
}

.cast-list__item:last-child,
.season-list__item:last-child {
  border-bottom: none;
}

.cast-list__role {
  color: #666666;
}
