.media-player {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 450px;
  position: relative;
  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 80%);
}

.media-player .flex-md-row {
  height: 100%;
  width: 80%;
  margin: auto;
}

.media-player img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.media-player .media-player-content {
  flex: 2;
}

.media-player .media-player-content img {
  max-width: 40px;
  max-height: 40px;
  border-radius: 100%;
}

.media-player .media-player-content h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 160%;
}

.media-player .progress {
  height: 5px;
}

.media-player .progress-bar {
  background-color: #fff;
}

.media-player .progress {
  background-color: rgba(255, 255, 255, 0.3);
}

/* Tùy chỉnh tiêu đề "OTHER EPISODES" */
.section-title-uppercase {
  letter-spacing: 1.5px;
}

/* Hover effect cho danh sách tập khác */
.episode-list-item a {
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s ease-in-out;
}

.episode-list-item a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.podcast-detail-content {
  text-align: justify;
}
.podcast-detail-content p {
  line-height: 160% !important;
  text-rendering: optimizeSpeed;
  font: 400 18px arial;
}

li.episode-list-item {
  color: #000;
  margin-left: 0;
  margin-bottom: 30px;
}

li.episode-list-item img {
  width: 105px;
  height: 105px;
  object-fit: cover;
}

li.episode-list-item p {
  font-size: 20px;
  margin-bottom: 16px;
}

li.episode-list-item p.small {
  font-size: 14px;
  color: #888888;
}
