  .node--type-podcast.node--view-mode-full {
  background-color: #f2f4f7;
}
.node--type-podcast.node--view-mode-full .node__header {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.node--type-podcast.node--view-mode-full .node__header > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.node--type-podcast.node--view-mode-full .node__header > .container h1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-weight: 700;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.node--type-podcast.node--view-mode-full .node__header > .container h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 75px;
  background-color: #007190;
}
.node--type-podcast.node--view-mode-full .node__content > .container {
  padding-bottom: 1.5rem;
}
.node--type-podcast.node--view-mode-full .node__content > .container .btn {
  margin-top: 1.5rem;
  margin-left: 0;
}
.node--type-podcast.node--view-mode-full .node__content .episodes {
  background-color: #FFFFFF;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.node--type-podcast.node--view-mode-full .node__content .episodes .viewsreference--view-title {
  font-weight: 700;
  margin-bottom: 1rem;
}
.node--type-podcast.node--view-mode-full .node__content > div:last-child {
  margin-bottom: 0;
  padding-bottom: 6rem;
}