.blocks__hero {
  &.single__podcast-post {
    .hero__links-block {
      ul {
        li {
          &:first-child {
            border-bottom: none;
            a {
              font-weight: 400;
            }
          }
          &:nth-child(2) {
            border-bottom: 4px solid #b5d556;
            a {
              font-weight: 500;
            }
          }
        }
      }
    }
  }
}
.blocks__latest-episode {
  &.single__podcast-post {
    .grid {
      .grid__item {
        .date__block {
          .post__date {
            font-family: "Roboto Slab";
            font-size: 14px;
            line-height: normal;
            color: #666666;
          }
          .categories a {
            font-family: "Roboto";
            font-size: 14px;
            font-weight: 500;
            line-height: normal;
            color: #006482;
            text-decoration: underline;
            &:hover {
              text-decoration-thickness: 2px;
            }
          }
        }
      }
    }
  }
}
.stream_and_share {
  display: flex;
  padding-top: 30px;
  .share__links {
    display: flex;
    align-items: center;
    margin: 0 0 0 30px;
    span {
      font-family: "Roboto";
      font-size: 14px;
      font-weight: normal;
      line-height: normal;
      letter-spacing: 0.15px;
      color: #111111;
      margin-right: 10px;
    }
    a {
      color: #a1a1a1;
      margin-right: 10px;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      &:hover {
        color: #111111;
      }
      i {
        font-size: 25px;
      }
    }
  }
  .stream__on-platform {
    display: flex;
    align-items: center;
    span {
      font-family: "Roboto";
      font-size: 14px;
      font-weight: normal;
      line-height: normal;
      letter-spacing: 0.15px;
      color: #111111;
      margin-right: 10px;
    }
    .platforms {
      display: flex;
      align-items: center;
      .stream__platform {
        margin-right: 15px;
        a {
          &:hover {
            img {
              filter: grayscale(0);
              opacity: 1;
            }
          }
          img {
            width: 25px;
            max-height: 25px;
            box-shadow: none !important;
            filter: grayscale(1);
            opacity: 0.7;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
          }
        }
      }
    }
  }
}

.podcast__content {
  max-width: 585px;
  margin: 0 auto;
  margin-bottom: 40px;
  .container {
    width: 100%;
    padding: 0;
    .podcast__description {
      font-family: "Roboto";
      font-size: 20px;
      font-weight: normal;
      line-height: 1.5;
      color: #444444;
      white-space: pre-line;
      a {
        color: #006482;
        text-decoration: underline;
        text-decoration-thickness: 1px;
        &:hover {
          text-decoration-thickness: 2px;
        }
      }
      b {
        font-weight: 500 !important;
      }
      ul {
        padding: 0 0 0 20px;
        line-height: 1em;
        li {
          line-height: normal;
        }
      }
    }
  }
}

.podcast__transcript {
  position: relative;
  max-width: 947px;
  margin: 40px auto;
  border: 1px solid #eee;

  &::before {
    position: absolute;
    content: "";
    width: calc(100% - 30px);
    height: 30px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 999;
  }

  &::after {
    position: absolute;
    content: "";
    width: calc(100% - 30px);
    height: 30px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 999;
  }
  .podcast__transcript-wrapper {
    position: relative;
    max-width: 947px;
    height: 400px;
    overflow-y: scroll;
    margin: 0 auto;
    padding: 32px 0 30px 0;

    &::-webkit-scrollbar-track {
      border-radius: 3px;
      background-color: #fff;
      right: 10px;
    }

    &::-webkit-scrollbar {
      width: 5px;
      background-color: #fff;
      right: 10px;
    }

    &::-webkit-scrollbar-thumb {
      border-radius: 3px;
      background-color: #d8d8d8;
      right: 10px;
    }
    .container {
      width: 100%;
      padding: 0;
      .podcast__transcript-text {
        max-width: 585px;
        margin: 0 auto;
        h4 {
          font-family: "Roboto";
          font-size: 21px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.22px;
          color: #111111;
          margin: 0 0 21px 0;
        }
        p {
          font-family: "Roboto";
          font-size: 20px;
          font-weight: normal;
          line-height: normal;
          color: #111111;
          margin: 0 0 20px 0;
        }
      }
    }
  }
}

.podcast__guests {
  padding: 40px 0;
  background-color: #fafafa;
  .container {
    .podcast__guests-wrapper {
      max-width: 752px;
      margin: 0 auto;
      .contributor__grid {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        margin-top: 32px;
        &:first-child {
          margin-top: 0 !important;
        }
        .contributor__grid-item {
          &:first-child {
            flex-basis: 206px;
          }
          &:last-child {
            flex-basis: calc(100% - 236px);
          }
          img {
            width: 100%;
            height: auto;
            border-radius: 0;
          }
          .author_name {
            font-family: "Roboto";
            font-size: 24px;
            font-weight: 300;
            line-height: normal;
            letter-spacing: 0.33px;
            color: #111111;
            margin: 0 0 5px 0;
            &:hover {
              text-decoration: underline;
            }
          }
          .author__title,
          .author__title p {
            font-family: "Roboto";
            font-size: 16px;
            font-weight: normal;
            line-height: normal;
            letter-spacing: 0.22px;
            color: #939393;
            margin: 0 0 10px 0;
          }
          .author__connect {
            margin: 0 0 20px 0;
            .author__media-icons {
              a {
                color: #a1a1a1;
                font-size: 25px;
                -o-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
                &:hover {
                  color: #111111;
                }
              }
            }
          }
          .author__description {
            font-family: "Roboto";
            font-size: 16px;
            font-weight: normal;
            line-height: normal;
            color: #111111;
            &.hiddenHeight {
              height: 80px;
              overflow: hidden;
            }
          }
          .read__more-button {
            display: block;
            font-family: "Roboto";
            font-size: 16px;
            font-weight: 500;
            line-height: normal;
            color: #006482;
            text-decoration: underline;
            background-color: transparent;
            border: none;
            padding: 0;
            margin-top: 15px;
            &:hover,
            &:focus,
            &:active {
              outline: none;
            }
            &:hover {
              text-decoration-thickness: 2px;
            }
          }
        }
      }
    }
  }
}
.podcasts__tags-wrapper {
  position: relative;
  max-width: 947px;
  margin: 0 auto;
  .container {
    width: 100%;
    padding: 0;
    .single__post-tags {
      border-bottom: none;
    }
  }
}
