/* The Mika Channel Talkshow */

.talkshow-page,
.talkshow-page * {
  font-family: Avenir;
}

.talkshow-main {
  width: 980px;
  margin: 0 auto;
  padding-top: 21px;
  padding-bottom: 48px;
}

.talkshow-page-heading {
  margin-left: 30px;
}

.talkshow-page-heading h1 {
  margin: 0 0 2px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.talkshow-page-rule {
  width: 918px;
  height: 1px;
  margin-bottom: 17px;
  background: #c9c9c9;
}

.talkshow-overview {
  display: grid;
  grid-template-columns: 577px 308px;
  column-gap: 32px;
  align-items: start;
  margin-left: 31px;
}

.talkshow-left-column {
  min-width: 0;
}

.talkshow-synopsis-row {
  display: grid;
  grid-template-columns: 304px 274px;
  align-items: center;
}

.talkshow-synopsis h2,
.talkshow-production h2,
.talkshow-technical-sheet h2,
.talkshow-episodes-heading h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.talkshow-section-rule {
  height: 1px;
  background: #c9c9c9;
}

.talkshow-synopsis {
  width: 304px;
}

.talkshow-synopsis .talkshow-section-rule {
  width: 286px;
  margin: 2px 0 7px;
}

.talkshow-synopsis p,
.talkshow-production p {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.42;
  text-align: justify;
}

.talkshow-logo-image {
  width: 274px;
  height: 54px;
  margin-top: 34px;
  object-fit: contain;
}

.talkshow-production {
  margin-top: 18px;
}

.talkshow-production .talkshow-section-rule {
  width: 566px;
  margin: 2px 0 10px;
}

.talkshow-production p {
  width: 577px;
}

.talkshow-technical-sheet {
  align-self: start;
  box-sizing: border-box;
  width: 308px;
  min-height: 410px;
  padding: 10px 10px 24px;
  color: #fff;
  background: #8d1700;
  border-radius: 0 60px 0 60px;
}

.talkshow-technical-sheet h2 {
  padding-left: 1px;
}

.talkshow-technical-rule {
  width: 286px;
  height: 1px;
  margin: 1px 0 8px;
  background: rgb(255 255 255 / 72%);
}

.talkshow-technical-sheet dl {
  margin: 0;
}

.talkshow-technical-sheet dl > div {
  display: grid;
  grid-template-columns: 128px 1fr;
  align-items: center;
  min-height: 42px;
}

.talkshow-technical-sheet dl > div.talkshow-participants {
  min-height: 63px;
}

.talkshow-technical-sheet dt,
.talkshow-technical-sheet dd {
  margin: 0;
  font-size: 17px;
  line-height: 1.3;
}

.talkshow-technical-sheet dt {
  font-weight: 700;
}

.talkshow-technical-sheet dd {
  text-align: center;
}

.talkshow-participants dd {
  display: grid;
  row-gap: 2px;
}

.talkshow-episodes-section {
  margin-top: 16px;
  margin-left: 30px;
}

.talkshow-episodes-rule {
  width: 865px;
  height: 1px;
  margin-top: 3px;
  background: #c9c9c9;
}

.talkshow-episodes-grid {
  display: grid;
  grid-template-columns: repeat(2, 414px);
  column-gap: 41px;
  row-gap: 36px;
  width: 869px;
  margin-top: 25px;
  margin-left: 3px;
}

.talkshow-episode {
  width: 414px;
}

.talkshow-episode-centered {
  grid-column: 1 / -1;
  justify-self: center;
}

.talkshow-video {
  width: 414px;
  height: 224px;
  background: #000;
}

.talkshow-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.talkshow-episode h3 {
  margin: 0;
  padding-top: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.talkshow-episode-rule {
  width: 414px;
  height: 3px;
  margin-top: 3px;
  background: #000;
}

@media (max-width: 980px) {
  .talkshow-main {
    width: calc(100% - 32px);
  }

  .talkshow-page-heading,
  .talkshow-overview,
  .talkshow-episodes-section {
    margin-left: 0;
  }

  .talkshow-page-rule,
  .talkshow-episodes-rule {
    width: 100%;
  }

  .talkshow-overview {
    grid-template-columns: minmax(0, 1fr) 308px;
    column-gap: 28px;
  }

  .talkshow-synopsis-row {
    grid-template-columns: 1fr;
  }

  .talkshow-synopsis,
  .talkshow-production,
  .talkshow-production p {
    width: 100%;
  }

  .talkshow-synopsis .talkshow-section-rule,
  .talkshow-production .talkshow-section-rule {
    width: 100%;
  }

  .talkshow-logo-image {
    margin: 24px auto 0;
  }

  .talkshow-episodes-grid {
    width: 100%;
    margin-left: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;
  }

  .talkshow-episode,
  .talkshow-video,
  .talkshow-episode-rule {
    width: 100%;
  }

  .talkshow-video {
    height: auto;
    aspect-ratio: 414 / 224;
  }
}

@media (max-width: 720px) {
  .talkshow-page-heading h1 {
    font-size: 33px;
  }

  .talkshow-overview {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .talkshow-technical-sheet {
    width: 100%;
    min-height: 0;
    border-radius: 0 45px 0 45px;
  }

  .talkshow-technical-rule {
    width: 100%;
  }

  .talkshow-episodes-grid {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .talkshow-episode-centered {
    grid-column: auto;
  }
}
