.ova-audio-podcast {
  background-color: #FFFFFF;
  border: 1px solid #e4e4e4;
  padding: 40px 35px;
}
@media (max-width: 500px) {
  .ova-audio-podcast {
    padding: 30px 25px;
  }
}
.ova-audio-podcast .ovau-podcast-play {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
}
.ova-audio-podcast .ovau-podcast-play .img-podcast {
  display: flex;
  flex: 35%;
  width: 30%;
  height: 100%;
  overflow: hidden;
}
.ova-audio-podcast .ovau-podcast-play .img-podcast img {
  display: flex;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ova-audio-podcast .ovau-podcast-play .ovau-container {
  flex: 65%;
  width: 70%;
}
.ova-audio-podcast .ovau-podcast-play .ovau-container .title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: var(--heading);
}
.ova-audio-podcast .ovau-podcast-play .ovau-container .title a {
  font-size: 20px;
  font-weight: bold;
  color: var(--heading);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-audio-podcast .ovau-podcast-play .ovau-container .title a:hover {
  color: var(--primary);
}
.ova-audio-podcast .ovau-podcast-play .ovau-container .episode a {
  font-size: 14px;
  color: var(--primary);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-audio-podcast .ovau-podcast-play .ovau-container .episode a:hover {
  color: var(--heading);
}
.ova-audio-podcast .ovau-podcast-play .ovau-container .seperate-host {
  font-size: 18px;
  font-weight: 600;
  color: var(--heading);
}
.ova-audio-podcast .ovau-podcast-play .ovau-container .episode {
  margin-bottom: 5px;
}
.ova-audio-podcast .ovau-podcast-play .ovau-container .episode .label {
  font-size: 14px;
  color: var(--text);
}
.ova-audio-podcast .ovau-podcast-play .ovau-container .ovau-podcast {
  display: flex;
  align-items: center;
  height: 25px;
}
.ova-audio-podcast .ovau-podcast-play .ovau-container .ovau-podcast .control-icon {
  display: flex;
  width: 25px;
  min-width: 25px;
  height: 25px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: #FFFFFF;
  font-size: 10px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-audio-podcast .ovau-podcast-play .ovau-container .ovau-podcast .control-icon:hover {
  background-color: var(--heading);
  color: #FFFFFF;
}
.ova-audio-podcast .ovau-podcast-play .ovau-container .ovau-podcast .ovau-podcast-player {
  overflow: hidden;
  width: 100%;
}
.ova-audio-podcast .ovau-podcast-play .ovau-container .ovau-podcast .ovau-podcast-player .ovamejs-container {
  height: 30px;
}
.ova-audio-podcast .ovau-podcast-play .ovau-container .ovau-podcast .ovau-podcast-player .ovamejs-container .ovamejs-controls .ovamejs-time-rail {
  height: 30px;
}
.ova-audio-podcast .ovau-podcast-play .ovau-container .ovau-podcast .ovau-podcast-player .ovamejs-container .ovamejs-controls .ovamejs-time-rail .ovamejs-time-total {
  background-color: #000000;
  height: 2px;
  border-radius: 2px;
}
.ova-audio-podcast .ovau-podcast-play .ovau-container .ovau-podcast .ovau-podcast-player .ovamejs-container .ovamejs-controls .ovamejs-time-rail .ovamejs-time-total .ovamejs-time-current {
  background-color: #e4e4e4;
}
.ova-audio-podcast .ovau-podcast-play .ovau-container .ovau-podcast .ovau-podcast-player .ovamejs-container .ovamejs-controls .ovamejs-time-rail .ovamejs-time-total .ovamejs-time-loaded, .ova-audio-podcast .ovau-podcast-play .ovau-container .ovau-podcast .ovau-podcast-player .ovamejs-container .ovamejs-controls .ovamejs-time-rail .ovamejs-time-total .ovamejs-time-current, .ova-audio-podcast .ovau-podcast-play .ovau-container .ovau-podcast .ovau-podcast-player .ovamejs-container .ovamejs-controls .ovamejs-time-rail .ovamejs-time-total .ovamejs-time-hovered {
  height: 2px;
  border-radius: 2px;
}
.ova-audio-podcast .ovau-podcast-play .ovau-container .ovau-podcast .ovau-podcast-player .ovamejs-container .ovamejs-controls .ovamejs-time-rail .ovamejs-time-total .ovamejs-time-handle {
  border: 4px solid var(--primary);
  border-left: 2px;
  top: -3px;
}
.ova-audio-podcast .ovau-podcast-play .ovau-container .ovau-podcast .ovau-podcast-player .ovamejs-container .ovamejs-controls .ovamejs-time-rail .ovamejs-time-total .ovamejs-time-handle .ovamejs-time-handle-content {
  display: none;
}
.ova-audio-podcast .ovau-podcast-play .ovau-container .ovau-podcast .ovau-podcast-player .ovamejs-container .ovamejs-controls .ovamejs-time-rail .ovamejs-time-total .ovamejs-time-float {
  display: none !important;
}
.ova-audio-podcast .ovau-podcast-play .ovau-container .ovau-podcast .ovau-podcast-player .ovamejs-container .ovamejs-controls .ovamejs-time {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  min-width: 90px;
}
.ova-audio-podcast .ovau-podcast-play .ovau-container .ovau-podcast .ovau-podcast-player .ovamejs-container .ovamejs-controls .ovamejs-time .seperate {
  margin: 0 3px;
}
@media screen and (max-width: 500px) {
  .ova-audio-podcast .ovau-podcast-play .ovau-container .ovau-podcast .ovau-podcast-player .ovamejs-container .ovamejs-controls .ovamejs-time {
    min-width: 40px;
  }
  .ova-audio-podcast .ovau-podcast-play .ovau-container .ovau-podcast .ovau-podcast-player .ovamejs-container .ovamejs-controls .ovamejs-time .ovamejs-duration {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .ova-audio-podcast .ovau-podcast-play {
    flex-direction: column;
  }
  .ova-audio-podcast .ovau-podcast-play .img-podcast {
    flex: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .ova-audio-podcast .ovau-podcast-play .ovau-container {
    flex: 100%;
    width: 100%;
  }
}
.ova-audio-podcast .ovau-podcast-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 25px;
}
.ova-audio-podcast .ovau-podcast-list .item-podcast {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  line-height: 1;
}
.ova-audio-podcast .ovau-podcast-list .item-podcast:not(:last-child) {
  margin-bottom: 20px;
}
.ova-audio-podcast .ovau-podcast-list .item-podcast .podcast-left {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.ova-audio-podcast .ovau-podcast-list .item-podcast .podcast-left .play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  font-size: 8px;
  background-color: var(--primary);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-audio-podcast .ovau-podcast-list .item-podcast .podcast-left .play-icon:hover {
  background-color: var(--heading);
  color: #FFFFFF;
}
.ova-audio-podcast .ovau-podcast-list .item-podcast .podcast-left .title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: var(--heading);
}
.ova-audio-podcast .ovau-podcast-list .item-podcast .podcast-left .title a {
  font-size: 16px;
  font-weight: bold;
  color: var(--heading);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-audio-podcast .ovau-podcast-list .item-podcast .podcast-left .title a:hover {
  color: var(--primary);
}
.ova-audio-podcast .ovau-podcast-list .item-podcast .podcast-right {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.ova-audio-podcast .ovau-podcast-list .item-podcast .podcast-right .duration {
  font-size: 14px;
  color: var(--text);
}
.ova-audio-podcast .ovau-podcast-list .item-podcast .podcast-right .podcast-download a i {
  font-size: 14px;
  color: var(--text);
}