.podcast-1 .grid__box {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 15px;
}
@media (max-width: 991px) {
 .podcast-1 .grid__box {
   grid-template-columns: repeat(2, 1fr);
 }
}
@media (max-width: 575px) {
 .podcast-1 .grid__box {
   grid-template-columns: repeat(1, 1fr);
 }
}
.podcast-1 .podcast__box {
 border: 3px solid #026f7f;
 padding: 1.5em 1.5em 1.5em 1.5em;
 border-radius: 8px;
 -webkit-box-shadow: 5px 5px 5px 5px rgba(108, 117, 125, 0.2196078431);
 box-shadow: 5px 5px 5px 5px rgba(108, 117, 125, 0.2196078431);
 display: flex;
 flex-direction: column;
 height: 100%;
}
@media (min-width: 576px) and (max-width: 767px) {
 .podcast-1 .podcast__box {
   padding: 1.25em 1.25em 1.25em 1.25em;
 }
}
.podcast-1 .podcast__box-title {
 margin-top: 5px;
 margin-bottom: 0;
}
@media (max-width: 575px) {
 .podcast-1 .podcast__box-title {
   margin-top: 8px;
 }
}
.podcast-1 .podcast__box-title a {
 color: #111;
 font-weight: 500;
 font-size: 20px;
 font-family: "Mukta", sans-serif !important;
 display: flex;
 line-height: 1.5;
}
@media (max-width: 767px) {
 .podcast-1 .podcast__box-title a {
   font-size: 18px;
   line-height: 1.5;
 }
}
@media (max-width: 575px) {
 .podcast-1 .podcast__box-title a {
   font-weight: 600;
 }
}
.podcast-1 .podcast__audio {
 margin-bottom: 5px;
}
.podcast-1 .podcast__audio .audio__player .audioplayer {
 margin: 0;
 padding: 10px;
 height: auto;
 border: 0;
 background: rgba(2, 111, 127, 0.1);
}
.podcast-1 .podcast__audio .audio__player .audioplayer .audioplayer-time-current {
 margin-left: 10px;
}
.podcast-1 .podcast__audio .audio__player .audioplayer .audioplayer-time-duration {
 margin-right: 10px;
}
.podcast-1 .podcast__audio .audio__player .audioplayer .audioplayer-time {
 width: auto;
 min-width: 10px;
}
.podcast-1 .podcast__audio .audio__player .audioplayer .audioplayer-playpause {
 width: 38px;
 height: 38px;
 border-color: #aaa;
}
.podcast-1 .podcast__audio .audio__player .audioplayer .audioplayer-bar {
 margin: 0 8px;
}
.podcast-1 .podcast__audio .audio__player .audioplayer .audioplayer-bar-played {
 background: -webkit-linear-gradient(left, rgba(2, 111, 127, 0.9), rgba(2, 111, 127, 0.5));
}
.podcast-1 .podcast__audio .audio__player .audioplayer .audioplayer-volume-adjust div div {
 background-color: var(--theme-color);
}
.podcast-1 .podcast__audio .audioplayer-mute .audioplayer-volume-button a {
 background-color: #dc3545;
}
.podcast-1 .podcast__audio .audioplayer-mute .audioplayer-volume-button a:before {
 border-right: 9px solid #dc3545;
}
.podcast-1 .podcast__audio .audioplayer-mute .audioplayer-volume-button a:after {
 content: "x";
 top: 50%;
 transform: translateY(-50%) rotate(90deg);
 right: -8px;
 color: #dc3545;
}
.podcast-1 .podcast__audio .audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
 top: 50%;
 transform: translateY(-50%) rotate(45deg);
 width: 8px;
 height: 8px;
}
.podcast-1 .podcast__audio .audioplayer-volume-adjust {
 margin-left: 0;
}
.podcast-1 .podcast__audio .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
 border-top: 6px solid transparent;
 border-right: none;
 border-bottom: 6px solid transparent;
 border-left: 10px solid #000;
}
.podcast-1 .podcast__audio .audioplayer-playing .audioplayer-playpause a::before,
.podcast-1 .podcast__audio .audioplayer-playing .audioplayer-playpause a::after {
 content: "";
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 width: 3px;
 height: 10px;
 background-color: var(--theme-color);
}
.podcast-1 .podcast__audio .audioplayer-playing .audioplayer-playpause a::before {
 left: 40%;
}
.podcast-1 .podcast__audio .audioplayer-playing .audioplayer-playpause a::after {
 right: 40%;
}
.podcast-1 .podcast__audio .audioplayer-playpause {
 position: relative;
}
.podcast-1 .podcast__audio .audioplayer-playing .audioplayer-playpause {
 border-color: var(--theme-color) !important;
}
.podcast-1 .podcast__audio .audioplayer-playing .audioplayer-playpause:hover {
 background: rgba(2, 111, 127, 0.1);
}
.podcast-1 .podcast__image {
 margin-bottom: 15px;
}
.podcast-1 .podcast__image a {
 width: 100%;
 height: auto;
}
.podcast-1 .podcast__image a img {

 object-fit: cover;
 width: 100%;
 height: 100%;
}
.podcast-1 .podcast__title {
 display: flex;
 justify-content: center;
}
.podcast-1 .podcast__title-flex {
 display: flex;
 gap: 10px;
}
.podcast-1 .podcast__title-flex .uk_info {
 min-width: 100px;
 display: flex;
 flex-direction: column;
 gap: 12px;
 justify-content: center;
}
.podcast-1 .podcast__title-flex .uk_info h6,
.podcast-1 .podcast__title-flex .uk_info p {
 margin-bottom: 0;
}
.podcast-1 .podcast__title-flex .uk_info h6 a {
 font-size: 18px;
 color: #026f7f;
 margin-bottom: 1.5rem;
 padding-top: 15px;
 font-weight: 600;
 font-family: mukta, sans-serif !important;
}
.podcast-1 .podcast__title-flex .uk_info p {
 font-size: 16px;
 font-family: noto sans devanagari, sans-serif;
 color: #111;
 font-weight: 400;
 line-height: 1.4;
 margin-top: 0px;
 margin-bottom: 0px;
}
.podcast-1 .podcast__title img {
 width: 80px;
}
.podcast-1 .podcast__wrapper {
 display: inline-block;
 padding: 1.5em 1.5em 1.5em 1.5em !important;
 margin: 0 0 1.5em 0 !important;
 border-radius: 8px !important;
 -webkit-box-shadow: 5px 5px 5px 5px rgba(108, 117, 125, 0.2196078431);
 box-shadow: 5px 5px 5px 5px rgba(108, 117, 125, 0.2196078431);
}

 .podcast-1 .podcast__title-flex .uk_info {
      gap: 0;
  }

  .podcast-1 .podcast__title-flex .uk_info h6 a {
      font-family: var(--nepali-font) !important;
      font-size: 30px;
      line-height: 1;
      font-weight: 700;
  }

  .podcast-1 .podcast__title-flex .uk_info p {
      font-size: 18px;
      line-height: 1.2;
  }

  .podcast-1 .podcast__box-title a {
      font-family: var(--nepali-font) !important;
      font-size: 26px;
      line-height: 1.1;
      font-weight: 700;
  }

  .audioplayer-time {
      font-family: var(--mukta-font);
  }