  /* archive podcasts */
  
  .mot-archive-header .bread-crumbs {
    font-size: 16px;
    font-weight: 540;
  }
  
  .mot-archive-header {
    border-bottom: 1px solid #8c8c8c65;
    padding-bottom: 15px !important;
  }

   .mot-archive-header h1{
    margin-bottom: 0 !important;
  }
  
  .mot-archive-header .mot-archive-bgimage:has(img) {
    width: 80px;
    height: 80px;
    margin: 10px 0px;
  }
  
  .mot-archive-header .mot-archive-bgimage img:has(img) {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  
  .mot-archive-header .title {
    font-size: 20px;
    font-weight: 600;
  }
  
  .mot-archive-header .des {
    font-size: 14px;
    font-weight: 400;
  }
  
  .mot-archive-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  
  .mot-archive-items:has(.item-wraper.image-status, .item-wraper.text-status) .item {
    width: 100%;
    border-radius: 10px;
  }
  
  .mot-archive-items .item-wraper.video-status {
    position: relative;
  }
  
  .mot-archive-items .item-wraper.video-status .item {
    width: 100%;
    border-radius: 10px;
  }
  
  .mot-archive-items .item-wraper.video-status .mot-play {
    position: absolute;
    font-size: 60px;
    color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .mot-archive-items .item-wraper {
    padding: 5px;
    cursor: pointer;
    width: 100%;
  }
  .mot-podcasts .wrapper {
    padding: 10px;
    width: 100%;
  }
  
  .mot-podcasts .wrapper .podcast-item {
    transition: 0.3s;
    padding: 12px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
  }
  
  .podcast-item .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  
  .podcast-item .podcast-cat {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
  }
   .podcast-item .podcast-cat .aticon{
    color: #c80bee;
  }
  .podcast-item .info .title *{
    margin-bottom: 0;
  }

  
.podcast-item .info {
  padding: 10px 0px;
  width: 100%;
}

.podcast-item .info .title {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row-reverse;
  font-size: 16px;
  font-weight: 700;
  color: black;
  
}

.podcast-item .title-image {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 10px;
  border: 1px solid #ff004c;
}

.podcast-item .title-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid white;
}

.podcast-item .info .des {
  font-weight: 400;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0;
  text-align: right !important;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.podcast-item .link {
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #6e6d6d40;
}

.podcast-item .link a {
  display: flex;
  justify-content: start;
  align-items: center;
}

.podcast-item .link .text {
  color: rgb(51, 50, 50);
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px;
}

.podcast-item .link .aticon {
  color: #ff004c;
  transition: 0.3s;
}
.podcast-item .link .aticon::before{
  font-size: 26px;
}
.mot-podcasts .wrapper:hover .link .aticon {
  transform: translateX(-40px);
}

@media screen and (min-width: 1024px) {
  .mot-podcasts .wrapper {
    width: calc(100% / 3);
  }

  .podcast-item .info .title h2 {
    font-size: 20px;
  }


  .podcast-item .title-image {
    width: 60px;
    height: 60px;
  }
}



  .mot-podcasts {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  

  
  .podcast-cat .svg {
    fill: #ff004c;
    width: 24px;
  }

  .podcast-intro {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .podcast-intro .icon {
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    border-radius: 5px;
    max-height: 28px;
  }
  
  .podcast-intro .icon .aticon {
    padding-left: 2px;
    color:#dc0909fe ;
  }
  .podcast-intro .icon .aticon::before{
    font-size: 22px;
    line-height: normal;
  }
  .podcast-intro .num {
    font-weight: 400;
    font-size: 12px;
  }
  .podcast-intro .aticon::before{
    font-size: 29px;

  }
  .podcast-intro .likes {
    background-color: #dc090914;
  }
  .podcast-intro .likes .aticon ,
  .podcast-intro .time .aticon {
color: #dc0909fe;
  }

  
  .podcast-intro .likes .num {
    color: #dc0909fe;
  }
  
  .podcast-intro .comments {
    background-color: #a9a9a91c;
  }
 
  .podcast-intro .comments .aticon {
    color: #6e6d6d;
  }
  
  .podcast-intro .comments .num {
    color: #6e6d6d;
  }
  
  .podcast-intro .time {
    background-color: #ee0b0b12;
  }
  
  .podcast-intro .time svg {
    fill: #ff004c;
  }
  
  .podcast-intro .time .num {
    color: #ff004c;
  }
 
