.highlights-container{
    padding: 20px 5px;
}

.highlights-imgBackContainer{
    position: relative;
}

.highlights-imgBack{
    width: 100%;
    height: 100%;
}

.highlights-innerContainer{
    position: absolute;
    top: 0;
    padding: 6% 4% 4% 3%;
    height: 96%;
    overflow-x: scroll;
}

.highlights-innerContainer::-webkit-scrollbar{
    display: none;
}

.highlights-title{
    margin: 0;
    margin-bottom: 3%;
    padding-left: 28px;
    font-size: 50px;
    font-weight: 700;
}

.highlights-belowTitle{
    font-size: 20px;
    margin: 22px 0;
}

.highlights-dataContainer{
    display: flex;
    justify-content: space-between;
}

.highlights-podcastContainer{
    width: 40%;
}

.highlights-podcastText{
    width: max-content;
    font-size: 40px;
    margin: 0;
    margin-bottom: 24px;
}

.highlights-podcastText-mobile{
    width: max-content;
    font-size: 25px;
    margin: 0;
    margin-bottom: 24px;
}

.highlights-audio{
    margin-bottom: 32px;
}

.highlights-podcastContainer-mobile{
    display: none;
}

.highlights-dataCardsContainer{
    margin: 0 auto;
    width: 100%;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.highlights-dataCardsContainer-mobile{
    margin: 0 auto;
    width: 100%;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.highlights-dataCard{
    background: #D9D9D9;
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    justify-content: center;
    flex: 0 0 100%;
}

.highlights-dataCard-mobile{
    background: #D9D9D9;
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    justify-content: center;
    flex: 0 0 100%;
}

.highlights-showSingleCard{
    overflow: hidden;
}

.highlights-mobile-podcastCard-view{
    display: flex;
    justify-content: center;
}

.highlights-showSingleCard-mobile{
    overflow: hidden;
    width: 85%;
}

.highlights-icon.active { 
    content: url('../assets/activeIcon.svg'); 
}
.highlights-icon.inactive { 
    content: url('../assets/inactiveIcon.svg'); 
}

.highlights-dataCardsTitle{
    font-size: 20px;
    margin: 20px 0;
}

.highlights-dataCardsTitle-mobile{
    font-size: 16px;
}

.highlights-dataCardsescription{
    font-size: 16px;
}

.highlights-dataCardsescription-mobile{
    font-size: 14px;
}

.highlights-postContainer{
    width: 50%;
    display: flex;
    gap: 30px;
    flex-direction: column;
    justify-content: space-evenly;
}

.highlights-postImg{
    width: 100%;
    height: 100%;
    max-height: 400px;
}

.highlights-functionalBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3%;
    padding-bottom: 5%;
}

.highlights-functionalBtn-mobile{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3%;
    padding-bottom: 5%;
}

.highlights-CardSlideCount{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 18px;
    gap: 5px;
}

.highlights-CardSlideCount-mobile{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 18px;
    gap: 5px;
}

.highlights-slidePrevIcon{
    cursor: pointer;
}

.highlights-slideNextIcon{
    cursor: pointer;
}

.highlights-viewBtnContainer{
    text-align: center;
}

.highlights-viewBtn{
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 12px;
    padding: 15px 20px;
    outline: none;
    border: none;
    background-color: #D9D9D9;
    cursor: pointer;
}

.image-container {
    display: inline-block;
    overflow: hidden;
    position: relative;
  }
  
.image-container img {
    transition: transform 0.3s ease-in-out;
    display: block;
}

.image-container:hover img {
    transform: scale(1.1);
}

.highlights-tagContainer{
    display: flex;
    flex-direction: column;
}

.highlights-tagBtn{
    padding: 15px 20px;
    outline: none;
    border: none;
    border-radius: 12px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.highlights-tagPosition{
    display: flex;
    justify-content: center;
}

.highlights-tagText{
    font-size: 25px;
    margin: 16px 0;
}

.highlights-tagBtnContainer{
    display: flex;
    gap: 50px;
}

.firstTag{
    background-color: #D9D9D9;
}

.secondTag{
    background-color: rgb(137 132 132);
    color: white;
}

.highlights-iconContainer{
    display: flex;
    gap: 12px;
}

.highlights-clockIcon{
    font-size: 16px;
}

.highlights-dateTime{
    font-size: 12px;
}

.highlights-bothIcon{
    display: flex;
    max-width: 18px;
    gap: 10px;
}

.highlights-heartIcon{
    display: flex;
    gap: 8px;
    align-items: center;
}

.highlights-heartCount{
    font-size: 12px;
}

.highlights-messageIcon{
    display: flex;
    gap: 8px;
    align-items: center;
}

.highlights-messageCount{
    font-size: 12px;
}

@media screen and (min-width: 2000px) and (max-width: 2600px) {
    .highlights-container{
        background: #E9E9E9;
    }
    .highlights-imgBack{
        display: none;
    }
    .highlights-imgBackContainer {
        position: unset;
    }
    .highlights-innerContainer{
        position: unset;
        height: unset;
        overflow-x: unset;
    }
}

@media screen and (max-width: 800px) {
    .highlights-podcastContainer-mobile{
        display: block;
        margin-top: 5%;
      }
    .highlights-podcastContainer{
        display: none;
    }
    .highlights-imgBack{
        display: none;
    }
    .highlights-innerContainer{
        position: unset;
        overflow-x: unset;
        height: unset; 
        background: #E9E9E9;
    }
    .highlights-container{
        padding: unset;
    }
    .highlights-imgBackContainer{
        position: unset;
    }
    .highlights-title{
        font-size: 35px;
        padding-left: unset;
    }
    .highlights-postContainer {
        gap: 16px;
        width: 90%;
    }
}
  
@media screen and (max-width: 426px) {
    .highlights-dataContainer{
        display: unset;
    }
    .highlights-title{
        font-size: 26px;
        padding-left: unset;
    }
    .highlights-podcastContainer {
        width: 55%;
    }
    .highlights-podcastText{
        font-size: 18px;
    }
    .highlights-dataCard{
        height: unset;
    }
    .highlights-dataCardsTitle {
        font-size: 12px;
    }
    .highlights-dataCardsescription {
        font-size: 10px;
    }
    .highlights-viewBtn {
        padding: 10px 20px;
    }
    .highlights-tagText {
        font-size: 18px;
    }
    .highlights-tagBtnContainer {
        gap: 22px;
    }
    .highlights-tagBtn {
        padding: 10px 20px;
    }
    .highlights-belowDescription{
        font-size: 12px;
    }
}