main section {
  padding-bottom: 8rem;
}

main section > div {
  padding: 0 1rem;
}

main section p {
  margin-bottom: 2rem;
}

h1 {
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-family: Futura-Dem, sans-serif;
}

time {
  font-size: 1rem;
}

time:first-of-type::after {
  content: '●';
  font-size: 0.75rem;
  margin: 0 0.5rem;
}

#episode-section ul {
  padding-left: 1rem;
}

#episode-section ul li {
  max-width: 30em;
  list-style-type: disc;
}

#episode-section ul > * + * {
  margin-top: .5rem;
}

#episode-banner > div, #episode-content, #episode-actions {
  max-width: 848px;
  margin: 0 auto;
}

#episode-banner {
  background-image: url('/static/res/img/bg_beige_small.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 2rem;
  padding: 1rem 1rem 2rem 1rem;
}

#episode-banner p {
  margin-bottom: 0.5rem;
}

#episode-content > * + * {
  margin: 0 auto 2rem 0;
}

#episode-actions {
  margin-top: 4rem;
}

.listen-links  img {
  width: 2rem;
  height: 2rem;
}

.listen-links .itunes-logo {
  width: 31px;
  height: 2rem;
}

.episode-number {
  font-size: 1rem;
  color: rgb(127, 112, 116);
}

.feed-link {
  display: inline-flex;
  align-items: center;
  color: rgb(93, 82, 84);
  margin-bottom: 2rem;
  border-bottom: 0;
}

.feed-link:hover {
  border-bottom: 0;
}

.feed-link > img {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 1rem 0 0;
}

.feed-link > span {
  font-size: 1rem;
}

.listen-links {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}

.listen-links a {
  border-bottom: 0;
}

.listen-links > * + * {
  margin-left: 22px;
}

.download-link {
  display: flex;
  align-items: center;
  background: #231f20;
  color: white;
  border-radius: 0.25rem;
  padding: 0.5rem;
}

.download-link > img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}

.review-link {
  display: inline-flex;
  align-items: center;
  border-bottom: 0;
}

.review-link:hover {
  border-bottom: 0;
}

.review-link > p {
  color: rgb(72, 121, 98);
  margin-right: 1rem;
  margin-bottom: 0;
}

.review-link > img {
  height: 1.5rem;
  width: 1.5rem;
}

.error-msg {
  padding-top: 2rem;
}

.error-msg p {
  text-align: center;
}

@media(min-width: 30em) {
  h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 1.25;
    max-width: 15em;
  }

  h2 {
    font-size: 1.5rem;
  }

  main section {
    padding: 0 1rem 8rem 1rem;
  }

  main section > div {
    padding: 0;
  }

  time {
    font-size: 1.25rem;
  }

  #episode-banner {
    padding: 1rem 1rem 4rem;
    margin-bottom: 4rem;
  }

  .listen-links  img {
    width: 44px;
    height: 44px;
  }

  .listen-links .itunes-logo {
    width: 42px;
    height: 44px;
  }

  .episode-number {
    font-size: 1.25rem;
  }

  .feed-link {
    margin-bottom: 4rem;
  }

  .feed-link > span {
    font-size: 1.25rem;
  }

  .download-link {
    padding: 0.75rem 1rem;
  }

  .download-link:hover {
    opacity: 0.95;
    transition: opacity .15s ease-in;
  }

  .download-link > img {
    margin-right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
  }

  .error-msg {
    padding-top: 4rem;
    margin: 0 auto;
    max-width: 848px;
  }
}

@media(min-width: 60em) {
  #episode-banner {
    padding: 1rem 0 4rem 0;
  }
}
