.podcast__detail .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 #6c757d38;
    box-shadow: 5px 5px 5px 5px #6c757d38;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .podcast__detail .podcast__box {
      padding: 1.25em 1.25em 1.25em 1.25em;
    }
  }
  .podcast__detail .podcast__box-title {
    margin-top: 15px;
    margin-bottom: 0;
    color: #111;
    font-weight: 600;
    font-size: 26px;
    font-family: "Mukta", sans-serif !important;
    display: flex;
    line-height: 1.5;
  }
  @media (max-width: 767px) {
    .podcast__detail .podcast__box-title {
      font-size: 24px;
      line-height: 1.5;
    }
  }
  @media (max-width: 575px) {
    .podcast__detail .podcast__box-title {
      font-size: 22px;
      font-weight: 600;
    }
  }
  @media (max-width: 575px) {
    .podcast__detail .podcast__box-title {
      margin-top: 8px;
    }
  }
  .podcast__detail .podcast__box-para {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #1e1e1e !important;
    margin-bottom: 0;
  }
  @media (max-width: 575px) {
    .podcast__detail .podcast__box-para {
      font-size: 16px;
    }
  }
  .podcast__detail .podcast__audio {
    margin-bottom: 5px;
  }
  .podcast__detail .podcast__audio .audio__player .audioplayer {
    margin: 0;
    padding: 10px;
    height: auto;
    border: 0;
    background: rgba(2, 111, 127, 0.1);
  }
  .podcast__detail .podcast__audio .audio__player .audioplayer .audioplayer-time-current {
    margin-left: 10px;
  }
  .podcast__detail .podcast__audio .audio__player .audioplayer .audioplayer-time-duration {
    margin-right: 10px;
  }
  .podcast__detail .podcast__audio .audio__player .audioplayer .audioplayer-time {
    width: auto;
    min-width: 10px;
  }
  .podcast__detail .podcast__audio .audio__player .audioplayer .audioplayer-playpause {
    width: 38px;
    height: 38px;
    border-color: #aaa;
  }
  .podcast__detail .podcast__audio .audio__player .audioplayer .audioplayer-bar {
    margin: 0 8px;
  }
  .podcast__detail .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__detail .podcast__audio .audio__player .audioplayer .audioplayer-volume-adjust div div {
    background-color: var(--theme-color);
  }
  .podcast__detail .podcast__audio .audioplayer-mute .audioplayer-volume-button a {
    background-color: #dc3545;
  }
  .podcast__detail .podcast__audio .audioplayer-mute .audioplayer-volume-button a:before {
    border-right: 9px solid #dc3545;
  }
  .podcast__detail .podcast__audio .audioplayer-mute .audioplayer-volume-button a:after {
    content: "x";
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: -8px;
    color: #dc3545;
  }
  .podcast__detail .podcast__audio .audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
  }
  .podcast__detail .podcast__audio .audioplayer-volume-adjust {
    margin-left: 0;
  }
  .podcast__detail .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__detail .podcast__audio .audioplayer-playing .audioplayer-playpause a::before,
  .podcast__detail .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__detail .podcast__audio .audioplayer-playing .audioplayer-playpause a::before {
    left: 40%;
  }
  .podcast__detail .podcast__audio .audioplayer-playing .audioplayer-playpause a::after {
    right: 40%;
  }
  .podcast__detail .podcast__audio .audioplayer-playpause {
    position: relative;
  }
  .podcast__detail .podcast__audio .audioplayer-playing .audioplayer-playpause {
    border-color: var(--theme-color) !important;
  }
  .podcast__detail .podcast__audio .audioplayer-playing .audioplayer-playpause:hover {
    background: rgba(2, 111, 127, 0.1);
  }
  .podcast__detail .podcast__image {
    margin-bottom: 15px;
  }
  .podcast__detail .podcast__image a {
    height: auto;
    width: 100%;
  }
  .podcast__detail .podcast__image a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .podcast__detail .podcast__wrapper {
    display: inline-block;
    padding: 1.5em 1.5em 1.5em 1.5em !important;
    margin: 0 0 3rem 0 !important;
    border-radius: 8px !important;
    -webkit-box-shadow: 5px 5px 5px 5px #6c757d38;
    box-shadow: 5px 5px 5px 5px #6c757d38;
  }
  @media (max-width: 767px) {
    .podcast__detail .podcast__wrapper {
      margin: 0 0 1.5rem 0 !important;
    }
  }
  .podcast__detail .podcast__title {
    display: flex;
    justify-content: center;
  }
  .podcast__detail .podcast__title-flex {
    display: flex;
    gap: 10px;
  }
  .podcast__detail .podcast__title-flex .uk_info {
    min-width: 100px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
  }
  .podcast__detail .podcast__title-flex .uk_info h6,
  .podcast__detail .podcast__title-flex .uk_info p {
    margin-bottom: 0;
  }
  .podcast__detail .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__detail .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__detail .podcast__title img {
    width: 80px;
  }
  .podcast__detail-wrapper {
    width: 70%;
    margin: auto;
  }
  @media (max-width: 991px) {
    .podcast__detail-wrapper {
      width: 80%;
    }
  }
  @media (max-width: 767px) {
    .podcast__detail-wrapper {
      width: 90%;
    }
  }
  @media (max-width: 575px) {
    .podcast__detail-wrapper {
      width: 100%;
    }
  }
  .podcast__detail-wrapper .author-socialShare {
    display: flex;
    gap: 10px;
    margin-top: 5px;
  }
  .podcast__detail-wrapper .author-socialShare a {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: var(--theme-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
  }
  .podcast__detail-wrapper .author-socialShare a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .podcast__detail-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 30px;
    row-gap: 10px;
  }
  .podcast__detail-top .podcast__detail-date p {
    margin-bottom: 0;
    font-size: 16px;
    font-family: "Mukta", sans-serif;
    color: #111 !important;
    font-weight: 600;
  }
  .podcast__detail-top .podcast__detail-date p span {
    font-size: 16px;
    font-family: "Mukta", sans-serif;
    color: #111 !important;
    font-weight: 600;
  }
  
  .audio__player audio{
    width: 100%;
    height: 50px;
  }

  .podcast__detail-btn {
    display: flex;
    justify-content: end;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
  }
  .podcast__detail-btn .podcast__btn {
    color: #ffffff;
    background-color: var(--theme-color);
    padding: 6px 15px 4px;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
  }
  .podcast__detail-btn .podcast__btn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    transform: translateY(-1px);
  }
  
   .podcast__detail .podcast__title-flex .uk_info {
    gap: 0;
}

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

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

.podcast__detail-top .podcast__detail-date p,
.podcast__detail-top .podcast__detail-date p span {
    font-family: var(--nepali-font) !important;
    font-size: 24px;
    line-height: 1.1;
}

.audioplayer-time,
.podcast__detail-btn .podcast__btn {
    font-family: var(--mukta-font);
}

.podcast__detail .podcast__box-title {
    font-family: var(--nepali-font) !important;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
}
.podcast__detail .podcast__box-para{
    font-size: 28px;
    line-height: 1.2;
}