.ova-audio-featured .item-featured {
  position: relative;
  display: flex;
  gap: 30px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 1024px) {
  .ova-audio-featured .item-featured {
    flex-direction: column;
  }
}
.ova-audio-featured .item-featured:not(:last-child) {
  margin-bottom: 30px;
}
.ova-audio-featured .item-featured:hover .host-img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.ova-audio-featured .item-featured .image {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ova-audio-featured .item-featured .image .audio-img {
    height: auto;
  }
}
.ova-audio-featured .item-featured .image.no-thumbnail {
  width: auto;
}
.ova-audio-featured .item-featured .image.no-thumbnail .host-img {
  position: static;
}
.ova-audio-featured .item-featured .image .audio-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ova-audio-featured .item-featured .image .host-img {
  position: absolute;
  left: 30px;
  top: 30px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 50px;
  min-width: 50px;
  height: 50px;
  object-fit: cover;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary);
  border: 2px solid var(--primary);
}
.ova-audio-featured .item-featured .item-content .episode-category {
  margin-bottom: 4px;
}
.ova-audio-featured .item-featured .item-content .episode-category .episode {
  font-size: 16px;
  color: var(--text);
}
.ova-audio-featured .item-featured .item-content .episode-category .seperate {
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
}
.ova-audio-featured .item-featured .item-content .episode-category .category a {
  font-size: 16px;
  color: var(--text);
  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-featured .item-featured .item-content .episode-category .category a:hover {
  color: var(--primary);
}
.ova-audio-featured .item-featured .item-content .title {
  margin: 0 0 16px 0;
  font-size: 36px;
}
@media (max-width: 767px) {
  .ova-audio-featured .item-featured .item-content .title {
    font-size: 30px;
  }
}
.ova-audio-featured .item-featured .item-content .title a {
  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-featured .item-featured .item-content .title a:hover {
  color: var(--primary);
}
.ova-audio-featured .item-featured .item-content .item-player {
  display: flex;
  align-items: center;
  column-gap: 20px;
  width: 100%;
  margin: 30px 0;
}
.ova-audio-featured .item-featured .item-content .item-player .ovau-btn-play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--primary);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  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-featured .item-featured .item-content .item-player .ovau-btn-play i {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1;
}
.ova-audio-featured .item-featured .item-content .item-player .ovau-btn-play:hover {
  background-color: var(--heading);
}
.ova-audio-featured .item-featured .item-content .item-player .ovau-player-featured {
  width: 100%;
}
.ova-audio-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container {
  height: 40px;
}
.ova-audio-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container .ovamejs-controls .ovamejs-skip-back-button, .ova-audio-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container .ovamejs-controls .ovamejs-jump-forward-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.ova-audio-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container .ovamejs-controls .ovamejs-skip-back-button:first-child, .ova-audio-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container .ovamejs-controls .ovamejs-jump-forward-button:first-child {
  margin-right: 10px;
}
.ova-audio-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container .ovamejs-controls .ovamejs-skip-back-button > button, .ova-audio-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container .ovamejs-controls .ovamejs-jump-forward-button > button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  border-radius: 50%;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  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-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container .ovamejs-controls .ovamejs-skip-back-button > button:hover, .ova-audio-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container .ovamejs-controls .ovamejs-jump-forward-button > button:hover {
  background-color: var(--primary);
  color: #FFFFFF;
}
.ova-audio-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container .ovamejs-controls .ovamejs-time-rail .ovamejs-time-total {
  background-color: #000000;
  height: 2px;
  border-radius: 2px;
}
.ova-audio-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container .ovamejs-controls .ovamejs-time-rail .ovamejs-time-total .ovamejs-time-current {
  background-color: var(--primary);
}
.ova-audio-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container .ovamejs-controls .ovamejs-time-rail .ovamejs-time-total .ovamejs-time-loaded, .ova-audio-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container .ovamejs-controls .ovamejs-time-rail .ovamejs-time-total .ovamejs-time-current, .ova-audio-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container .ovamejs-controls .ovamejs-time-rail .ovamejs-time-total .ovamejs-time-hovered {
  height: 2px;
  border-radius: 2px;
}
.ova-audio-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container .ovamejs-controls .ovamejs-time-rail .ovamejs-time-total .ovamejs-time-handle .ovamejs-time-handle-content {
  top: -9px;
  border-color: var(--primary);
}
.ova-audio-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container .ovamejs-controls .ovamejs-time {
  display: flex;
  align-items: center;
  padding: 0;
  min-width: 42px;
}
.ova-audio-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container .ovamejs-controls .ovamejs-time .seperate {
  margin: 0 10px;
}
@media screen and (max-width: 500px) {
  .ova-audio-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container .ovamejs-controls .ovamejs-time .ovamejs-duration {
    display: block;
  }
}
.ova-audio-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container .ovamejs-controls .ovamejs-volume-button {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .ova-audio-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container .ovamejs-controls .ovamejs-volume-button {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .ova-audio-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container .ovamejs-controls .ovamejs-volume-button {
    display: none;
  }
}
.ova-audio-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container .ovamejs-controls .ovamejs-volume-button.ovamejs-mute {
  width: 50px;
  min-width: 50px;
  height: 50px;
}
.ova-audio-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container .ovamejs-controls .ovamejs-volume-button > button {
  width: 50px;
  min-width: 50px;
  height: 50px;
  background-color: #f5f5f5;
  border-radius: 50%;
  color: #000000;
  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-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container .ovamejs-controls .ovamejs-volume-button > button:before {
  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-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container .ovamejs-controls .ovamejs-volume-button > button:hover {
  background-color: var(--primary);
  color: #FFFFFF;
}
.ova-audio-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container .ovamejs-controls .ovamejs-volume-button > button:hover:before {
  color: #FFFFFF;
}
.ova-audio-featured .item-featured .item-content .excerpt {
  margin: 0 0 30px 0;
  font-size: 16px;
  color: var(--text);
}
.ova-audio-featured .item-featured .item-content .btn-view-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.ova-audio-featured .item-featured .item-content .btn-view-detail a {
  display: inline-flex;
  column-gap: 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--text);
  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-featured .item-featured .item-content .btn-view-detail a i {
  display: inline-flex;
  line-height: 1;
  vertical-align: middle;
}
.ova-audio-featured .item-featured .item-content .btn-view-detail a:hover {
  color: var(--primary);
}
.ova-audio-featured .item-featured .item-content .btn-view-detail .audio-date {
  color: var(--heading);
}

.rtl .ova-audio-featured .item-featured .item-content .item-player .ovau-player-featured .ovamejs-container .ovamejs-controls .ovamejs-volume-button {
  margin-right: 20px;
  margin-left: 0;
}
.rtl .ova-audio-featured .item-featured .item-content .btn-view-detail i {
  transform: rotateY(180deg);
}