.episode-page {
  padding: 0 2.778vw 2.778vw;
  font-family: "Abolition";
}

.episode-content {
  display: flex;
}

.episode-main {
  width: 62.5vw;
}

.episode-sidebar {
  width: 34.722vw;
  display: flex;
  flex-direction: column;
  padding: 2.778vw;
}

.sidebar-inner {
  position: sticky;
  top: 2.778vw;
}

.episode-meta {
  display: flex;
  align-items: center;
  gap: 1.389vw;
  margin-bottom: 0.556vw;
}

.episode-meta span {
  background: #91ea00;
  color: #000;
  padding: 0.417vw 0.694vw 0.694vw 0.694vw;
  font-size: 0.972vw;
  line-height: 100%;
  text-transform: uppercase;
}

.episode-meta p {
  font-family: "Neue Machina";
  font-size: 0.972vw;
  line-height: 1.25vw;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.episode-title {
  font-size: 6.944vw;
  line-height: 6.944vw;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 1.667vw;
}

.episode-video {
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}

.episode-video iframe {
  width: 100%;
  display: block;
  height: 34vw;
}

.episode-actions {
  display: flex;
  align-items: center;
  gap: 1.389vw;
  margin-top: 1.667vw;
}

.episode-actions span {
  font-family: "Neue Machina";
  font-weight: 500;
  font-size: 1.389vw;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0;
}

.episode-actions a {
  display: flex;
  align-items: center;
  gap: 0.556vw;
  background: #fff;
  color: #000;
  padding: 0.694vw 0.833vw 0.972vw;
  font-size: 1.389vw;
  line-height: 100%;
  text-transform: uppercase;
  transition: 0.4s;
  font-weight: 400;
  letter-spacing: 2%;
}
.episode-actions a::after {
  content: "";
  display: inline-block;
  width: 0.972vw;
  height: 0.972vw;
  background: url("./images/headphones.svg") center / contain no-repeat;
  transition: 0.4s;
}

.episode-actions a:hover::after {
  background: url("./images/headphones-orange.svg") center / contain no-repeat;
}
.episode-actions a:hover {
  color: #ff3b1f;
}

.episode-actions a img {
  width: 1.389vw;
}

.guest-block h2,
.related-block h2 {
  font-family: "Neue Machina";
  font-size: 1.389vw;
  line-height: 100%;
  font-weight: 500;
  text-transform: uppercase;
  color: #5d5d5d;
  margin-bottom: 0.833vw;
}

.guest-card {
  display: flex;
  align-items: center;
  background: #292929;
  position: relative;
  gap: 0.972vw;
  margin-bottom: 2.778vw;
}

.guest-card::after {
  content: "";
  position: absolute;
  right: 1.389vw;
  top: 50%;
  width: 1vw;
  height: 1vw;
  background: url("./images/white-vector.svg") center / contain no-repeat;
  transform: translateY(-50%);
}

.guest-card img {
  width: 5.556vw;
  height: 5.556vw;
  object-fit: cover;
  display: block;
}

.guest-card-info p.title {
  font-size: 1.667vw;
  line-height: 2.083vw;
  font-weight: 400;
  letter-spacing: 3%;
  text-transform: uppercase;
}

.guest-card-info p {
  font-size: 1.111vw;
  line-height: 1.111vw;
  text-transform: uppercase;
}

.related-list {
  display: flex;
  flex-direction: column;
  gap: 1.667vw;
}

.related-card {
  width: 100%;
  margin-bottom: 2vw;
}

.related-img-box {
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}

.related-img-box:hover {
  transform: scale(1.02);
}

.related-card:hover h1 {
  color: #fe4622;
}

.related-img-box img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.related-card .news-title {
  font-size: 2.778vw;
  line-height: 2.778vw;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0.833vw 0 0.556vw;
  transition: 0.4s;
}

.date-span {
  font-family: "Neue Machina";
  font-size: 0.972vw;
  font-weight: 500;
  line-height: 1.25vw;
  text-transform: uppercase;
  letter-spacing: 0;
}

/* Episode Details */

.episode-details {
  padding: 2.778vw 0;
  width: 62.5vw;
  font-family: "Abolition";
}

.episode-details > div:nth-child(even) {
  margin: 4.167vw 0;
}

.episode-summary p.block-title,
.episode-takeaways p.block-title,
.episode-quotes p.block-title,
.episode-transcript p.block-title {
  font-size: 4.167vw;
  line-height: 4.167vw;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 1.25vw;
  font-family: 'Abolition', sans-serif;
}

.episode-summary p {
  width: 54.514vw;
  font-family: "Neue Machina";
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 1.806vw;
  letter-spacing: 0;
}

.takeaways-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.833vw;
}

.takeaways-list span {
  background: #91ea00;
  color: #000;
  padding: 0.556vw 0.833vw 0.833vw;
  font-size: 1.389vw;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 2%;
  text-transform: uppercase;
}

.episode-quotes-row {
  display: flex;
  justify-content: space-between;
  gap: 1.389vw;
}

.episode-quotes {
  width: 59.722vw;
}

/* .episode-quotes-row a { */
.episode-quotes-row .quote-block {
  display: flex;
  width: 30.56vw;
}

.quote-card {
  background: #292929;
  padding: 2.083vw;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quote-card:hover {
  background: #fe4622;
}

.quote-card h2 {
  font-size: 2.778vw;
  line-height: 2.778vw;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
}

.quote-author {
  display: flex;
  align-items: center;
  gap: 0.833vw;
  margin-top: 2.222vw;
}

.quote-author img {
  width: 4.028vw;
  height: 4.028vw;
  object-fit: cover;
  display: block;
}

.quote-author h3 {
  font-size: 1.667vw;
  line-height: 2.083vw;
  font-weight: 400;
  text-transform: uppercase;
}

.quote-author p {
  margin-top: 0.417vw;
  font-family: "Neue Machina";
  font-weight: 500;
  font-size: 0.972vw;
  line-height: 1.25vw;
  text-transform: uppercase;
}

.episode-transcript {
  margin-bottom: 0 !important;
}

.episode-transcript h1 {
  font-size: 3.611vw;
}

.transcript-text {
  width: 52.083vw;
}
.transcript-text b,
.transcript-text p b{
  font-weight: 600;
}

.transcript-text p {
  font-family: "Neue Machina";
  font-size: 1.111vw;
  line-height: 1.806vw;
  font-weight: 500;
  margin-bottom: 0.833vw;
  letter-spacing: 0;
}

.transcript-box {
  position: relative;
  width: 54.514vw;
  max-height: 23.653vw;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.transcript-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 9.028vw;
  pointer-events: none;
  transition: opacity 0.3s;
  background: linear-gradient(
    180deg,
    rgba(9, 11, 10, 0) -19.43%,
    #090b0a 105.67%
  );
}

.transcript-box.active {
  max-height: 1000vw;
}

.transcript-box.active::after {
  opacity: 0;
}

.read-more-btn {
  display: inline-block;
  border: none;
  background: #fff;
  color: #090b0a;
  padding: 0.694vw 0.833vw 0.972vw;
  font-size: 1.389vw;
  font-weight: 400;
  font-family: "Abolition";
  letter-spacing: 2%;
  line-height: 100%;
  text-transform: uppercase;
  transition: 0.4s;
  cursor: pointer;
  margin-top: 2.153vw;
}

.read-more-btn:hover {
  color: #ff3b1f;
}

@media (max-width: 960px) {

  .episode-page {
    padding: 0 5.333vw 5.333vw;
  }

  .episode-content {
    display: flex;
    flex-direction: column;
  }

  .episode-main {
    width: 100%;
  }

  .episode-sidebar {
    width: 100%;
    padding: 0;
    margin-top: 8.533vw;
  }

  .sidebar-inner {
    position: static;
  }

  .episode-meta {
    gap: 3.2vw;
    margin-bottom: 0.533vw;
  }

  .episode-meta span {
    font-size: 3.733vw;
    padding: 1.6vw 2.667vw 2.667vw;
  }

  .episode-meta p {
    font-size: 3.2vw;
    line-height: 3.733vw;
  }

  .episode-title {
    font-size: 16vw;
    line-height: 16vw;
    margin-bottom: 5.333vw;
  }

  .episode-video:hover {
    transform: none;
  }

  .episode-actions {
    gap: 4.267vw;
    margin-top: 5.333vw;
  }

  .episode-actions a {
    display: flex;
    align-items: center;
    gap: 2.133vw;
    font-size: 5.333vw;
    padding: 2.667vw 3.2vw 3.733vw;
  }

  .episode-actions a::after {
    transform: translateY(0.4vw);
    width: 4vw;
    height: 4vw;
  }

  .episode-actions span {
    font-size: 3.2vw;
    line-height: 3.733vw;
  }

  .episode-details {
    width: 100%;
    padding: 8.533vw 0 0;
  }

  .episode-details > div:nth-child(even) {
    margin: 8.533vw 0;
  }

  .episode-summary h1,
  .episode-takeaways h1,
  .episode-quotes h1,
  .episode-transcript h1 {
    font-size: 10.667vw;
    line-height: 10.667vw;
    margin-bottom: 5.333vw;
  }

  .episode-summary p {
    width: 100%;
    font-size: 4.267vw;
    line-height: 6.933vw;
  }

  .takeaways-list {
    flex-direction: column;
    gap: 3.2vw;
  }

  .takeaways-list span {
    width: fit-content;
    font-size: 5.333vw;
    padding: 2.133vw 3.2vw 3.2vw;
  }

  .episode-quotes {
    width: 100%;
  }

  .episode-quotes-row {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 4.267vw;
  }

  .episode-quotes-row a {
    flex: 0 0 80vw;
  }

  .episode-quotes-row::-webkit-scrollbar {
    display: none;
  }

  .quote-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5.333vw;
  }

  .quote-card h2 {
    font-size: 8.533vw;
    line-height: 8.533vw;
  }

  .quote-author {
    gap: 3.2vw;
    margin-top: 5.333vw;
  }

  .quote-author img {
    width: 12.8vw;
    height: 12.8vw;
  }

  .quote-author h3 {
    font-size: 6.4vw;
    line-height: 8vw;
  }

  .quote-author p {
    margin-top: 2.133vw;
    font-size: 3.2vw;
    line-height: 3.733vw;
  }

  .episode-transcript {
    margin-bottom: 0;
  }

  .episode-transcript h1 {
    font-size: 10.667vw;
    line-height: 10.667vw;
  }

  .transcript-box {
    width: 100%;
    max-height: 58.667vw;
  }

  .transcript-text {
    width: 100%;
  }

  .transcript-text p {
    font-size: 4.267vw;
    line-height: 6.933vw;
  }

  .transcript-box::after {
    height: 21.333vw;
  }

  .read-more-btn {
    font-size: 5.333vw;
    padding: 2.667vw 3.2vw 3.733vw;
    margin-top: 4.267vw;
  }

  .guest-block h2,
  .related-block h2 {
    font-size: 3.733vw;
    line-height: 4.8vw;
    margin-bottom: 2.133vw;
  }

  .guest-card {
    gap: 3.2vw;
    margin-bottom: 6.4vw;
  }

  .guest-card img {
    width: 16vw;
    height: 16vw;
  }

  .guest-card-info p.title {
    font-size: 6.4vw;
    line-height: 8vw;
    margin-bottom: 1.067vw;
  }

  .guest-card-info p {
    font-size: 3.2vw;
    line-height: 3.733vw;
    font-family: "Neue Machina";
  }

  .guest-card::after {
    right: 4.267vw;
    width: 3.2vw;
    height: 3.2vw;
  }

  .related-list {
    gap: 3.2vw;
  }

  .related-img-box:hover {
    transform: none;
  }

  .related-card .date-span {
    display: none;
  }

  .related-card .news-title {
    display: none;
  }
  .episode-video iframe { 
    height: 50vw;
  }
  .episode-summary p.block-title, .episode-takeaways p.block-title, .episode-quotes p.block-title, .episode-transcript p.block-title {
    font-size: 9.167vw;
    line-height: 150%;
  }
  .episode-quotes-row {
    flex-direction: column;
  }
  .episode-quotes-row .quote-block {
    width: 100%;
  }
}
