
.section-category-spotlight {
    padding-top: 32px;
    margin-bottom: 48px;
}
/* news-category */
.news-finance.news-category-page {
    padding-top: 0;
    padding-bottom: 32px;
}

@media (min-width:992px) and (max-width:1199.98px) {
    .news-category-page .layout-news-spotlight {
        flex-direction: row;
    }
    .news-category-page .layout-news-spotlight__content {
        width: calc(100% - 300px - 32px);
        margin: 0;
        margin-right: 32px;
    }
    .news-category-page .layout-news-spotlight__sidebar {
        width: 300px;
        display: block;
    }
    .news-category-page .grid-new-spotlight_item {
        grid-template-columns: 240px 1fr;
        align-items: flex-start;
    }
    .news-category-page .grid-new-spotlight_item .new-item_vertical.new-item_highlight {
        order: 2;
    }
}
@media (max-width:991.98px) {
    .news-category-page .layout-news-spotlight__sidebar {
        display: none;
    }
}
@media (min-width: 768px) and (max-width:991.98px) {
    .news-category-page .layout-news-spotlight__content {
        width: 100%;
        margin: 0;
    }
    .news-category-page .grid-new-spotlight_item {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }
    .news-category-page .new-item_vertical.new-item_highlight .new-item__image {width: calc(100% + 32px);margin: 0 -16px;margin-bottom: 12px;}
    .news-category-page .new-item_vertical.new-item_highlight .new-item__image .image-container img {
        border-radius: 0;
    }
    .news-category-page .group-flex-finance-featured {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
    .news-category-page .group-flex-finance-featured .new-item_vertical {
        min-width: 0;
        margin: 0;
    }
}
@media (max-width:767.98px) {
    .news-category-page .group-flex-finance-featured .new-item_vertical {
        border-bottom: 1px solid #E5E5E5;
        padding-bottom: var(--space-6);
        margin-bottom: var(--space-6);
    }
    .news-category-page .group-flex-finance-featured .new-item_vertical:last-child {
        margin: 0;
        padding: 0;
        border: none;
    }
    .news-category-page .layout-news-spotlight__content {
        margin: 0;
    }
}





/* Layout */

.layout-news-category-spotlight {
    display: grid;
    grid-template-columns: 1fr 334px;
    gap: 32px;
}
.news-category-spotlight__content {
    min-width: 0;
}
.news-category-spotlight__sidebar {
    min-width: 0;
}
@media (min-width: 992px) and (max-width:1399.98px) {
    .layout-news-category-spotlight {
        display: grid;
        grid-template-columns: 1fr 300px;
        gap: 32px;
    }   
}

@media  (max-width:991.98px) {
    .layout-news-category-spotlight {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    } 
    .news-category-spotlight__sidebar {
        display: none;
    }
}

/* ============================================================
   SPOTLIGHT BLOCK (1 Main + 3 Aside)
   ============================================================ */
.spotlight-block {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: var(--space-8);
}

.spotlight-block__header {                                                          
    background-color: #EFEFE5;
    padding: var(--space-4);
    text-align: center;
}

.spotlight-block__title {
    font-size: 28px;
    font-weight: 700;
    color: #222222;
    margin: 0;
}

.spotlight-block__body {
    display: grid;
    grid-template-columns: 460px 1fr;
        align-items: flex-start;
    padding: var(--space-6);
    gap: 32px;
}
.spotlight-block__main {
    min-width: 0;
}
.spotlight-block__aside {
    min-width: 0;
}
.spotlight-aside-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.spotlight-aside-list .new-item_horizontal icon-play {width: 10px;display: inline-block;}

.spotlight-aside-list .new-item_horizontal .new-item__image {
    height: auto;
    width: 160px;
}
.spotlight-aside-list article.new-item_horizontal {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E5E5E5;
}
.spotlight-aside-list article.new-item_horizontal:last-child {
    padding: 0;
    margin: 0;
    border: none;
}
@media (min-width: 1200px) and (max-width:1399.98px) {
    .spotlight-block__body {
        grid-template-columns: 1fr 1fr;
    }
    .spotlight-aside-list .new-item_horizontal .new-item__image {
        width: 120px;
    }
}
@media (min-width: 992px) and (max-width:1199.98px) {
    .spotlight-block__body {
        grid-template-columns: 240px 1fr;
    }
    .spotlight-aside-list .new-item_horizontal .new-item__image {
        width: 120px;
    }
    .spotlight-aside-list article.new-item_horizontal {
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .spotlight-block__body {
        grid-template-columns: 1fr 1fr;
    }
    .spotlight-aside-list .new-item_horizontal .new-item__image {
        width: 120px;
    }
    .spotlight-aside-list article.new-item_horizontal {
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
}

@media (min-width:767px) and (max-width: 991.98px){
    .spotlight-block {
        border-right: 0;
        border-top: 0;
        border-left: 0;
        margin: 0 -16px;
        margin-bottom: 48px;
        overflow: visible;
        border-radius: 0;
        position: relative;
    }
}
@media (max-width: 767.98px) {
    .spotlight-block:before {
        content: '';
        position: absolute;
        bottom: -24px;
        width: calc(100% + 32px);
        height: 1px;
        background: #E5E5E5;
        left: 50%;
        transform: translateX(-50%);
        margin: auto;
    }
     .spotlight-block {
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-bottom: 0;
        margin-bottom: 48px;
        overflow: visible;
        border-radius: 0;
        position: relative;
    }
    .spotlight-aside-list article.new-item_horizontal:last-child {
        padding: 0 !important;
        margin: 0 !important;
    }
    .spotlight-block__body {
        grid-template-columns: 1fr;
        padding: 0;
        gap: 0;
    }
    .spotlight-aside-list .new-item_horizontal .new-item__image {
        width: 110px;
        height: 110px;
    }
    .spotlight-aside-list article.new-item_horizontal {
        margin-bottom: 16px !important;
        padding-bottom: 16px !important;
    }
    .spotlight-block__title {
        font-size: 24px;
    }
    .spotlight-block__main .new-item__content {
        padding: 0 16px;
    }
    .spotlight-block__main .image-container img {
        border-radius: 0;
    }
    .spotlight-block__main .new-item_vertical .new-item__image {width: calc(100% + 32px);margin-left: -16px;margin-right: -16px;}

    .spotlight-block__header {
        width: calc(100% + 32px);
        margin: 0 -16px;
    }
    .spotlight-block__main .new-item_vertical  .new-item__content {
        padding: 0;
    }
    .spotlight-block__main .new-item_vertical {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
    .spotlight-aside-list .new-item_horizontal .new-item__image .image-container--10x6 {
        aspect-ratio: 1/1;
    }
}

/* ============================================================
   ARTICLE FEED LAYOUT (new-item_horizontal)
   ============================================================ */
.block-news-feed .new-item_horizontal {
    margin-bottom: var(--space-6);
    padding-bottom: var(--space-6);
    border-bottom: 1px solid #E5E5E5;
    gap: 24px;
}
.block-news-feed .new-item_horizontal:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.block-news-feed .new-item_horizontal .new-item__image {
    height: auto;
    width: 334px;
}
.block-news-feed .new-item_horizontal .new-item__content .text-description {
    color: #4E4E4E;
}
@media (min-width:1200px) and (max-width:1399.98px){
     .block-news-feed .new-item_horizontal .new-item__image {
        width: 300px;
    }
}
@media (min-width:992px) and (max-width:1199.98px){
     .block-news-feed .new-item_horizontal .new-item__image {
        width: 240px;
    }
}
@media (min-width:768px) and (max-width:991.98px){
     .block-news-feed .new-item_horizontal .new-item__image {
        width: 300px;
    }
}
@media (max-width:767.98px) {
    .block-news-feed .new-item_horizontal .new-item__image {
        width: 100%;
    }
    .block-news-feed .new-item_horizontal {
        flex-direction: column;
        gap: 12px;
    }
}



/* Sidebar */
.news-category-spotlight__sidebar .title-section {
    font-size: 24px;
}
.spotlight-feed--highlight {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
}
.box-spotlight-feed .new-item_horizontal {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
}
.box-spotlight-feed .new-item_horizontal:last-child {
    padding: 0;
    margin: 0;
    border: none;
}
.box-spotlight-feed .new-item_horizontal .new-item__image {
    width: 100px;
    height: 100px;
}
.box-interactive-media .new-item_vertical {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
}
.box-interactive-media .new-item_vertical:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

/* widget-featured-news */
.widget-featured-news .mb-3 {
    text-align: center;
}
.widget-featured-news {
    background: #EFEFE5;
    position: relative;
    border-radius: 4px;
    padding: 0 16px 62px 16px;
}
.widget-featured-news:before {
    content: '';
    position: absolute;
    width: calc(100% - 32px);
    height: calc(100% + 24px);
    border: 1px solid #222222;
    background: transparent;
    top: -12px;
    right: 16px;
    z-index: -1;
    border-radius: 4px;
}
.slide-order-news-category {
    padding: 0 12px;
}
.slide-order-news-category .swiper {
    padding-top: 20px;
}
.widget-featured-news:after {
    content: '';
    position: absolute;
    top: 0;
    right: 16px;
    height: 100%;
    width: 1px;
    background: #222222;
}
.slide-order-news-category .order-now-column {
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 3.5px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}
.slide-order-news-category .order-now-column .order-now_item__title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 12px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.slide-order-news-category .swiper-slide {
    transition: all 0.3s ease;
    transform: scale(0.8);
    position: relative;
    z-index: 1;
    width: 80%;
    transform-origin: center center;
}
.slide-order-news-category .swiper-slide-prev {
    transform-origin: right center;
}
.slide-order-news-category .swiper-slide-next {
    transform-origin: left center;
}
.slide-order-news-category .swiper-slide-active {
    transform: scale(1.0);
    opacity: 1;
    z-index: 3;
}
.slide-order-news-category .order-now_item__image--fix img {
    height: auto;
    max-height: none;
}
.slide-order-news-category .group-pagination {
    width: 270px;
    margin: 0 auto;
    margin-top: 20px;
}
.news-category-spotlight__mobile {
    display: none;
    padding-bottom: 48px;
}
@media (min-width:992px) and (max-width:1399.98px) {
    .slide-order-news-category .group-pagination {
        width: 100%;
    }
}
@media (max-width:991.98px) {
    .news-category-spotlight__mobile {
        display: block;
    }
}
@media (min-width:768px) and (max-width:991.98px) {
    .slide-order-news-category .group-pagination {
        width: 400px;
    }
    .slide-order-news-category .swiper {
        width: 540px;
    }
    .box-spotlight-feed {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
    .spotlight-feed--highlight {
        border: none;
        padding: 0;
        margin: 0;
    }
    .box-interactive-media {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
    .box-interactive-media .new-item_vertical {
        padding: 0;
        margin: 0;
        border: none;
    }
}
@media (max-width:767.98px) {
    .box-spotlight-feed .new-item_horizontal .new-item__image {
        width: 110px;
        height: 110px;
    }
     .slide-order-news-category .group-pagination {
        width: 100%;
    }
    .spotlight-feed--highlight {
        padding: 0;
        margin: 0;
        border: none;
    }
}



/* Section mới nhất trên VnEconomy */
.section-newest {
    padding-bottom: 32px;
}
.grid-newest {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}
.section-newest .card-newest {
    border: 1px solid #E5E5E5;
}
.card-newest {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: var(--space-2);
    padding: var(--space-6);
    overflow: hidden;
}
.card-newest__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--space-4);
}
.card-newest__cat {
    font-size: 14px;
    color: var(--text-red);
    font-family: 'VNE2';
    flex:1;
}
.card-newest__cat:hover {
    text-decoration: underline;
    color: var(--text-red);
}
.card-newest__time {
    font-family: 'VNE2';
    font-size: 13px;
    color: #7A7A7A;
}
.card-newest__thumb {
    display: block;
    border-radius: 8px;
    overflow: hidden;
}
.card-newest__title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    flex: 1;
    text-align: center;
    margin-top: var(--space-3);
}
.card-newest__title a {
    color: #222222;
}
.card-newest__title a:hover {
    color: var(--text-red);
}
.card-newest__readmore {
    margin-top: var(--space-4);
    text-align: center;
}
.card-newest__readmore a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 16px;
    color: var(--text-red);
    transition: all .3s;
    height: var(--space-7);
}
.card-newest__readmore a img {
    transition: all .3s;
     transform: translateX(0);
     position: relative;
     top: 2px;
}
.card-newest__readmore a:hover img {
    transform: translateX(4px);
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .grid-newest {
        grid-template-columns: repeat(2, 1fr);
    }
    .card-newest {
        padding: var(--space-4);
    }
}
@media (max-width: 767.98px) {
    .grid-newest {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .card-newest {
        padding: var(--space-4);
    }
    .card-newest__title {
    font-size: 22px;
}
}


/* Section zone event */
.section-zone-event .title-section {
    text-align: center;
    display: block;
}
.section-zone-event .title-section:before {
    left: 0;
    right: 0;
    margin: auto;
}
.section-zone-event .mb-3 {
    display: flex;
    align-items: center;
    gap: 16px;
}
.section-zone-event .mb-3::before,
.section-zone-event .mb-3::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #E5E5E5;
    position: relative;
    top: 12px;
}
.section-zone-event .story.story--event {
     border: 1px solid #E5E5E5;
}
.swiper-zone-event {
    overflow: hidden;
}
.grid-story--event {
    gap: 32px;
}
.grid-story--event .story {
    min-width: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}
.grid-story--event .story .news-item__thumb {
    margin: 0;
    border-radius: 8px;
    display: block;
    width: 100%;
}
.grid-story--event .story .story__content {
    flex: 1;
    padding: 12px 24px;
    display: flex;
    flex-direction: column;
}
.grid-story--event .story .story__content .story__desc {
    opacity: 1;
    color: rgba(78, 78, 78, 1);
    margin-top: 8px;
}
.grid-story--event .story .story__content .zone-event__footer {
    padding: 0;
    padding-top: 16px;
    height: auto;
}
.group-pagination--zone-event {
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
@media (min-width:768px) and (max-width:1199.98px){
    .swiper-zone-event {
        overflow: visible;
    }
    .grid-story--event {
        display: grid !important;
        grid-template-columns: repeat(2,1fr);
        transform: none !important;
        flex-wrap: unset;
    }
    .grid-story--event .swiper-slide {
        width: auto !important;
        margin-right: 0 !important;
    }
}
@media (min-width:1200px){
    .swiper-zone-event {
        overflow: visible;
    }
    .grid-story--event {
        display: grid !important;
        grid-template-columns: repeat(4,1fr);
        transform: none !important;
        
        flex-wrap: unset;
    }
    .grid-story--event .swiper-slide {
        width: auto !important;
        margin-right: 0 !important;
    }
}
@media (max-width:767.98px){
    .group-pagination--zone-event {
        display: flex;
    }
    .grid-story--event {
        display: flex;
        gap: 0;
    }
    .grid-story--event .swiper-slide {
        height: auto;
    }
    .swiper-zone-event {
        margin: 0 -16px;
        padding: 0 16px;
    }
    .group-pagination--zone-event .ct-pagination-number {
        position: relative;
        left: 0;
        transform: none;
        bottom: 2px;
        background: #FFFFFF;
        border: 1px solid #e5e5e5;
    }
    .group-pagination--zone-event .ct-pagination-number span {
        color: #222222;
        font-size: 18px;
    }
    .grid-story--event .story .story__content {
        padding: 12px 16px 24px 16px;
    }
}



/* trang chi tiết */
.news-detail__layout {
    display: grid;
    grid-template-columns: 1fr 334px;
    gap: 32px;
}
.news-detail__main {
    min-width: 0;
}
.news-detail__sidebar {
    min-width: 0;
}
.news-detail .title-section {
    font-size: 24px;
}
.news-detail {
    margin-bottom: 48px;
}

.news-detail__sidebar .mb-12 {
    margin-bottom: 32px;
}

.block-readmore-news {
    background: #fff;
    border-radius: var(--space-2);
    padding: 0 24px 24px 24px;
    margin-bottom:32px;
    border: 1px solid #E5E5E5;
}
.block-read-more-mobile {
    display: none;
}
.block-order-news-mobile {
    display: none;
}
.news-detail__main .block-interactive--mobile {
    display: none;
}
.news-detail__main .block-ai-new--mobile {
    display: none;
}
@media (min-width:992px) and (max-width:1199.98px) {
    .news-detail__layout {
        grid-template-columns: 1fr 300px;
    }
}
@media (max-width:991.98px){
    .news-detail__layout {
        grid-template-columns: 1fr;
    }
}
@media (max-width:767.98px) {
    .news-detail__layout {
        gap: 0;
    }
    .block-readmore-news {
        padding: 0 16px 16px 16px;
    }
    .block-news-feed .new-item_horizontal .new-item__content .text-description {
        display: none;
    }
    .news-detail__sidebar {
        display: none;
    }
    .block-read-more-mobile {
        display: block;
    }
    .block-read-more-mobile .widget-read-more {
        padding: 0 16px 16px 16px;
    }
    .block-read-more-mobile .widget-read-more .general-wapper_item+.general-wapper_item {
        border-top: 1px solid rgba(229, 229, 229, 1);
        margin-top: var(--space-4);
        padding-top: var(--space-4);
    }
    .block-order-news-mobile .widget-featured-news {
        background: transparent;
        padding: 0 0 32px 0px;
    }
    .block-order-news-mobile .title-border-center .title-section a {
        padding: 0 12px;
        background: rgba(240, 240, 240, 1);
        position: relative;
        z-index: 1;
    }
    .block-order-news-mobile .title-border-center .title-section:before {
        top: 28px;
    }
    .block-order-news-mobile .widget-featured-news::before {
        display: none;
    }
    .block-order-news-mobile .widget-featured-news::after {
        display: none;
    }
    .block-order-news-mobile {
        display: block;
    }
    .news-detail__main .block-interactive--mobile {
        display: block;
         margin-bottom: 32px;
    }
    .news-detail__main .block-ai-new--mobile {
        display: block;
        margin-bottom: 32px;
    }
    .news-detail__main .block-interactive--mobile .title-section a {
        background: #f0f0f0;
        position: relative;
        padding: 0 16px;
    }
    .news-detail__main .block-ai-new--mobile .block-ai-new {
        margin: 0 -16px;
        padding: 0 16px 24px 16px;
    }
}
/* widget-interactive-media */
.news-detail__sidebar .widget-interactive-media .box-interactive-media {
    background: #fff;
    padding: var(--space-6);
    border-radius: var(--space-2);
    position: relative;
     border: 1px solid #E5E5E5;
}

.news-detail__sidebar .widget-interactive-media .title-section {
    text-align: center;
    display: block;
    padding: 0;
}
.news-detail__sidebar .title-border-center .title-section a {
    background: #F0F0F0;
    padding: 0 16px;
    position: relative;
}
.widget-interactive-media .box-interactive-media .new-item_vertical {
    border: none;
}
@media (max-width:991.98px) {
    .news-detail__sidebar .widget-interactive-media .box-interactive-media {
        padding: var(--space-4);
    }
    .widget-interactive-media .title-border-center .title-section:before {
        width: calc(100% - 32px);
    }
}
/*  widget-featured */
.news-detail__sidebar .widget-featured-news .title-section {
    padding-top: 0;
}
.news-detail__sidebar .widget-featured-news {
    background: transparent;
    padding: 0;
    border-radius: 0;
}
.group-widget-order-news {
    background: #fff;
    position: relative;
    border-radius: 4px;
    padding: 0 16px 62px 16px;
    border: 1px solid #E5E5E5;
}
.news-detail__sidebar .widget-featured-news:before,.news-detail__sidebar .widget-featured-news:after {
    display: none;
}
.group-widget-order-news .btn-order-now {
    bottom: 0;
}
/* widget read  more */
 .widget-read-more {
    background: rgba(255, 255, 255, 1);
    padding: 0 24px 24px 24px;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
}
@media (min-width:768.99px) and (max-width:991.98px) {
    .widget-read-more .general-wapper_item+.general-wapper_item {
        border-top: 1px solid #e5e5e5;
        padding-top: var(--space-4);
        margin-top: var(--space-4);
    }
}
/* widget-ai-news */
.widget-ai-news .ai-news_items {
    grid-template-columns: 1fr;
    gap: 24px;
}




/* Block see more */
.block-see-more {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-top: 24px;
}
.block-see-more__label {
    font-size: 16px;
    font-weight: 400;
    color: rgba(122, 122, 122, 1);
    white-space: nowrap;
    width: 86px;
    margin-top: 5px;
}
.block-see-more__plus {
    color: var(--text-red, #ed1d26);
}
.block-see-more__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    flex: 1;
}
.block-see-more__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 2px 16px;
    border: 1px solid rgba(250, 198, 201, 1);
    border-radius: 4px;
    font-size: 16px;
    color: rgba(122, 122, 122, 1);
    transition: border-color 0.2s, color 0.2s;
}
.block-see-more__tag:hover svg path {
    transition: all .3s;
}
.block-see-more__tag:hover {
    /* border-color: var(--text-red); */
    color: var(--text-red);
}
/* .block-see-more__tag:hover svg path {
    fill:var(--text-red);
} */
 .block-see-more__tag.is-active {
    color: rgba(237, 29, 38, 1);
}
@media (max-width:767.98px) {
    .block-see-more {
        flex-direction: column;
        gap: 12px;
    }
    .block-see-more__tags {
        gap: 12px;
    }
}

/* multimedia */
.multimedia--detail__layout {
    display: grid;
    grid-template-columns: 1fr 334px;
    gap: 32px;
}

.multimedia--detail__main .news-general_multimedia {
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    border: none;
    padding: 0 24px 24px 24px;
    border: 1px solid #E5E5E5;
}

.multimedia--detail__main .news-general_multimedia .title-section {
    font-size: 24px;
}

.news-general_multimedia__header {
    display: flex;
    align-items: center;
    gap: 0 16px;
    margin-bottom: 16px;
}

.news-general_multimedia__header .flex-title-news-general {
    margin: 0;
    width: 200px;
}

.news-general_multimedia__header .nav-multimedia {
    margin: 8px 0 0 0;
    justify-content: flex-end;
    flex: 1;
    gap: 16px;
    padding: 0;
}
.multimedia--detail__main {
    min-width: 0;
}
.multimedia--detail__sidebar {
    min-width: 0;
}
.multimedia--detail__sidebar .block-ai-new {
    border: none;
    padding: 0;
}
.multimedia--detail__sidebar .block-ai-new .ai-news_items {
    gap: 24px;
    grid-template-columns: 1fr;
}
.multimedia--detail__sidebar .block-ai-new .title-section {
    font-size: 24px;
}
.news-general_multimedia__header .nav-multimedia li a {
    color: rgba(78, 78, 78, 1);
    font-size: 16px;
}
.news-general_multimedia__header .nav-multimedia li a:hover {
    color: rgba(237, 29, 38, 1);
}
.multimedia--detail__main .news-general_multimedia .new-item_vertical.new-item_vertical--multimedia {
    grid-column: auto;
    grid-row: 1/3;
}
.multimedia--detail__main .news-general_multimedia .general-wapper_items {
    grid-template-columns: 1fr 294px;
    align-items: flex-start;
    gap: var(--space-6);
}
.multimedia--detail__main .news-general_multimedia .new-item_vertical.new-item_vertical--multimedia .text-description {
    color: rgba(78, 78, 78, 1);
    padding: 0 16px;
}
.multimedia.multimedia--detail {
    padding-bottom: 48px;
}
.new-item-multimedia--group {
    position: relative;
}
.multimedia--detail__main .news-general_multimedia .new-item_vertical.new-item_vertical--multimedia .title-size-20,.multimedia--detail__main .news-general_multimedia .new-item_vertical.new-item_vertical--multimedia .title-size-20 a {
    color: #fff;
}

@media (max-width:1199.98px) {
    .multimedia--detail__layout {
        grid-template-columns: 1fr;
    }
}
@media (min-width:768px) and (max-width:991.98px) {
    .multimedia--detail__main .news-general_multimedia .general-wapper_items {
        grid-template-columns: 1fr 1fr;
    }
    .multimedia--detail__main .news-general_multimedia .new-item_vertical.new-item_vertical--multimedia .text-description {
        display: none;
    }
    .multimedia--detail__main .news-general_multimedia .new-item_vertical.new-item_vertical--multimedia {
        grid-column: 1/3;
        grid-row: auto;
    }
}
@media (max-width:767.98px) {
    .news-general_multimedia__header {
        display: block ;
    }
     .multimedia--detail__main .news-general_multimedia .new-item_vertical.new-item_vertical--multimedia .text-description {
        display: none;
    }
    .news-general_multimedia__header .nav-multimedia {
        justify-content: flex-start;
        flex: none;
        margin: 8px -16px 0 -16px;
        padding: 0 16px;
    }
    .multimedia--detail__main .news-general_multimedia {
        margin: 0;
        padding: 0 16px 16px 16px;
    }
    .news-general_multimedia__header .flex-title-news-general {
        width: 100%;
    }
    .multimedia--detail__main .news-general_multimedia .new-item_vertical.new-item_vertical--multimedia {
        width: 100%;
        margin: 0;
    }
    .multimedia--detail__main .new-item_vertical.new-item_vertical--multimedia .new-item__image img {
        border-radius: 4px;
    }
    .multimedia--detail__main .general-wapper_items .new-item_vertical.new-item_vertical--multimedia .new-item__content .title-size-18,.multimedia--detail__main .general-wapper_items .new-item_vertical.new-item_vertical--multimedia .new-item__content .title-size-18 a {
        font-size: 20px;
    }
    .multimedia--detail__main .news-general_multimedia .general-wapper_items .new-item__image {
        margin: 0;
    }
    .multimedia--detail__main .news-general_multimedia .general-wapper_items article.new-item_vertical {
        margin: 0;
        padding: 0;
        border: none;
    }
    .multimedia--detail__main .news-general_multimedia .new-item__content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 16px;
        z-index: 1;
    }

    .multimedia--detail__main .news-general_multimedia .general-wapper_items {
        gap: var(--space-4);
    }

    .multimedia--detail__main .news-general_multimedia .new-item_vertical--multimedia .title-size-20, .multimedia--detail__main .news-general_multimedia .new-item_vertical .title-size-20 a {
        color: #fff;
    }

    .multimedia--detail__main .news-general_multimedia .general-wapper_items article.new-item_vertical .new-item__image:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.99%, rgba(0, 0, 0, 0.7) 84.49%);
        border-radius: 4px;
        z-index: 1;
        pointer-events: none;
    }
    .multimedia--detail__sidebar {
        display: none;
    }
}



/* Section dont miss */
.section-dont-miss {
    background: #fff;
    border-radius: 8px;
    padding: 0 24px 24px 24px;
    border: 1px solid #E5E5E5;
}
.slider-dont-miss .card-newest {
    margin: 0;
    border: 1px solid rgba(229, 229, 229, 1);
    padding: var(--space-2);
    height: 100%;
    border-bottom: 5px solid rgba(229, 229, 229, 1);
}
.section-dont-miss .slider-dont-miss:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 74px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    z-index: 2;
    pointer-events: none;
}
.slider-dont-miss .card-newest .news-item__thumb {
    margin-bottom: 12px;
}
.slider-dont-miss .card-newest .card-newest__meta {
    text-align: center;
    margin-bottom: 4px;
    height: auto;
        padding: 0 12px;
}
.slider-dont-miss .card-newest  .card-newest__title {
    margin: 0;
        padding: 0 12px;
}
.slider-dont-miss .swiper-slide {
    height: auto;
}
.group-pagination.group-pagination--dont-miss {
    width: 400px;
    margin: 0 auto;
    margin-top: var(--space-6);
}
.slider-dont-miss {
    margin: 0 -24px;
    padding: 0 24px;
}
.box--dont-miss--highlight {
    display: none;
}
@media (min-width:768px) and (max-width:991.98px) {
    .slider-dont-miss:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 74px;
        height: 100%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
        z-index: 2;
        pointer-events: none;
    }
}

@media (max-width:767.98px) {
    .section-dont-miss {
        padding: 0 16px 16px 16px;
    }
    .slider-dont-miss {
        margin: 0 -16px;
        padding: 0 16px;
    }
    .box--dont-miss--highlight {
        display: block;
        margin-bottom: 12px;
    }
    .group-pagination.group-pagination--dont-miss {
        width: 100%;
    }
    .box--dont-miss--highlight .card-newest {
        margin: 0;
        border: 1px solid rgba(229, 229, 229, 1);
        padding: var(--space-2);
        height: 100%;
        border-bottom: 5px solid rgba(229, 229, 229, 1);
    }
    .slider-dont-miss .card-newest .card-newest__title {
        font-size: 20px;
    }
    .box--dont-miss--highlight .card-newest__title {
        font-size: 20px;
        margin: 0;
    }
    .box--dont-miss--highlight .card-newest__meta {
        margin-bottom: 4px;
        text-align: center;
        margin-top: 12px;
    }
    
}



/* eMagazine-danh-sách */
.section-media {
    margin-bottom: var(--space-12);
}

.media-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 48px 32px;
}

.media-grid .new-item_vertical.new-item_highlight {
    grid-row: auto;
    grid-column: 1/4;
    display: grid;
    gap: 32px;
    grid-template-columns: 900px 1fr;
}

.media-grid .new-item_vertical.new-item_highlight .new-item__image {
    margin: 0;
}
.media-grid .new-item_vertical.new-item_highlight .title-size-20, .media-grid .new-item_vertical.new-item_highlight .title-size-20 a {
    font-size: 28px;
}
.media-grid .new-item_vertical.new-item_highlight .icon-title-new {
    top: 1px;
}
.section-media .button-view-more {
    text-align: center;
    margin-top: 48px;
}
.section-media .button-view-more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E5E5E5;
    background: #F5F5F5;
    height: 48px;
    border-radius: 100px;
    width: 700px;
    padding: 0 16px;
    color: rgba(144, 144, 144, 1);
    font-size: 17px;
    font-weight: 400;
    transition: all .3s;
}
.section-media .button-view-more a:hover {
    border-color: rgba(237, 29, 38, 1);
    color: rgba(237, 29, 38, 1);
}
.section-media.section-picture {
    margin-bottom: 76px;
}
.section-media.section-picture .title-section:before {
    width: 100%;
}

@media (min-width: 992px) and (max-width:1399.98px) {
    .media-grid .new-item_vertical.new-item_highlight {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
}
@media (min-width: 768px) and (max-width:991.98px) {
    .media-grid .new-item_vertical.new-item_highlight {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
}

@media (max-width:767.98px) {
    .section-media.section--category .new-item_vertical {
        border: none;
        padding: 0;
    }
    .media-grid .new-item_vertical.new-item_highlight {
        grid-template-columns: 1fr;
        gap: 12px;
        grid-column: auto;
    }
    .media-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .section-media .button-view-more a {
        width: 100%;
    }
    .media-grid .new-item_vertical.new-item_highlight .new-item__image {
        width: 100%;
    }
    .media-grid .new-item_vertical:last-child {
        margin: 0;
        padding: 0;
        border: none;
    }
    .section-media {
        margin-bottom: 32px;
    }
}



/* Chi tiết có lớp background ngoài */
.bg-detail-news .section-newest .card-newest {
    border:none;
}
.bg-detail-news .news-detail__sidebar .widget-interactive-media .box-interactive-media {
    border:none;
}
.bg-detail-news .widget-read-more {
    border:none;
}
.bg-detail-news .group-widget-order-news {
    border:none;
}
.bg-detail-news .multimedia--detail__main .news-general_multimedia {
    border:none;
}
.bg-detail-news .section-dont-miss {
    border:none;
}
.bg-detail-news .block-readmore-news {
    border:none;
} 

@media (max-width:767.98px) {
    .bg-detail-news .article-detail-section__main {
        padding: 16px;
    }
    .bg-detail-news .article-figure.article-figure-medium {
        margin: 0 -32px;
    }
    .bg-detail-news .article-figure.article-figure-big {
        margin: 0 -32px;
    }
    .bg-detail-news .article-figure .article-figure__caption {
        padding: 0  ;
    }
    .bg-detail-news .article-figure.article-figure-big .article-figure__caption {
        padding: 0 32px;
    }
    .bg-detail-news .article-figure.article-figure-medium .article-figure__caption {
        padding: 0 32px;
    }
    .bg-detail-news .article-figure--fullscreen.article-figure .article-figure__caption {
        padding: 0 32px;
    }

}


/* Dòng sự kiên page */
.section-dont-miss--event .section-dont-miss {
    border: none;
    padding: 0;
}
.section-dont-miss--event .section-dont-miss .slider-dont-miss {
    padding: 0;
    margin: 0;
}
.section-dont-miss--event {
    margin-bottom: 64px;
}
.new-item_highlight--event {
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.new-item_highlight--event .new-item_horizontal .new-item__image {
    width: 500px;
}
.new-item_highlight--event .new-item_horizontal .title-size-20,.new-item_highlight--event .new-item_horizontal .title-size-20 a {
    font-size: 28px;
}
.category-page-header.category-page-header--event {
    margin-bottom: 32px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.category-page-header--event.text-white .category-page-header__title {
    color: #fff;
}
.category-page-header--event.text-white .tag-news .text {
    color: #D3D3D3;
}
.category-page-header--event.text-white .category-page-header__list li a {
    color: #fff;
}
.zone-event__footer--button {
    display: none;
}
.news-general.news-general--event .grid-layout-vnetv-item .new-item_vertical {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 12px;
    align-items: flex-start;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E5E5E5;
}
.news-general.news-general--event .grid-layout-vnetv-item .new-item_vertical:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
.news-general.news-general--event .grid-layout-vnetv-item .new-item_vertical .new-item__image {
    width: 100px;
    height: 100px;
    margin: 0;
}

.news-general.news-general--event .grid-layout-vnetv-item .new-item_vertical .new-item__image .image-container--10x6 {
    aspect-ratio: 1/1;
}

.news-general.news-general--event .grid-layout-vnetv-item .new-item_vertical  .new-item__content {
    flex: 1;
}
.news-general.news-general--event .grid-layout-vnetv-item {
    grid-template-columns: 1fr;
    gap:0;
    margin-top: -12px;
}
.news-general.news-general--event {
    padding-top: 0;
}
.news-general.news-general--event .grid-layout-vnetv-item .new-item_vertical:first-child .new-item__image {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-bottom: 12px;
    height: auto
}
.news-general.news-general--event .grid-layout-vnetv-item .new-item_vertical:first-child .new-item__image .news-item__thumb img {
    border-radius: 0;
}
.news-general.news-general--event .grid-layout-vnetv-item .new-item_vertical:first-child {
    flex-direction: column;
    gap: 0;
}
.news-general.news-general--event .grid-layout-vnetv-item .new-item_vertical:first-child .title-size-18,.news-general.news-general--event .grid-layout-vnetv-item .new-item_vertical:first-child .title-size-18 a {
    font-size: 22px;
}
.news-general.news-general--event .grid-layout-vnetv-item .new-item_vertical:first-child .new-item__image .image-container--10x6 {
    aspect-ratio: 10 / 6;
}
.layout-news-general .layout-news-general__left .vne-tv {
    margin: 0;
    border-radius: 4px;
    height: 100%;
}
.news-general.news-general--event .logo-vne-tv {
    top: -26px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .new-item_highlight--event .new-item_horizontal .new-item__image {
        width: 100%;
    }
    .new-item_highlight--event .new-item_horizontal {
        flex-direction: column;
    }
}
@media (max-width:991.98px) {
    section.section-category-spotlight.section-category-spotlight--event .news-category-spotlight__sidebar {
        display: block;
        margin-top: 48px;
    }
   
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .new-item_highlight--event .new-item_horizontal .new-item__image {
        width: 390px;
    } 
}
@media (max-width:767.98px) {
    
    .new-item_highlight--event .new-item_horizontal .new-item__image {
        margin: 0 -16px;
        width: calc(100% + 32px);
    }
    .new-item_highlight--event .new-item_horizontal .new-item__image .image-container img {
        border-radius: 0;
    }
    .new-item_highlight--event .new-item_horizontal {
        flex-direction: column;
    }
    .section-category-spotlight.section-category-spotlight--event .block-news-feed .new-item_horizontal .new-item__content .text-description {
        display: block;
    }
    .section-category-spotlight.section-category-spotlight--event .widget-interactive-media .zone--event {
        border-radius: 0;
        border-right: 0;
        border-left: 0;
    }
    .section-category-spotlight.section-category-spotlight--event .zone-event__footer--button {
        margin-top: 8px;
        display: block;
        text-align: center;
    }
    .section-category-spotlight.section-category-spotlight--event .zone-event__footer--button .button-view-more {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgb(0 0 0 / 10%);
        border-radius: 100px;
        padding: 0 24px;
        height: 32px;
        gap:  8px;
        color: #909090;
        transition: all .3s;
    }
    .section-category-spotlight.section-category-spotlight--event .zone--event .ct-nav-slide {
        background: transparent;
    }
    .section-category-spotlight.section-category-spotlight--event .zone--event .ct-nav-slide:hover {
        background: #fff;
    }
    .section-category-spotlight.section-category-spotlight--event .zone-event__footer--button .button-view-more:hover {
        background: rgb(0 0 0 / 20%);
        color: #909090;
    }
    .section-category-spotlight.section-category-spotlight--event .zone-event__footer {
        display: none;
    }
    .news-general.news-general--event {
        padding-top: 0;
    }
    .news-general.news-general--event .grid-layout-vnetv-item .new-item_vertical {
        display: none;
    }
    .news-general.news-general--event .grid-layout-vnetv-item .new-item_vertical:first-child {
        display: block;
        border-color: #3C4658;
    }

}
/* --- Search Page --- */
@media (min-width:992px) {
    .search-page-header .container {
        max-width: 1098px;
    }
}
.search-page-header {
    padding: 24px 0 40px;
}
.search-page-header .category-page-header {
    padding: 0 0 16px 0;
}
.search-box {
    position: relative;
    margin-bottom: 16px;
}
.search-form {
    margin-bottom: var(--space-6);
}
.search-box__input {
    width: 100%;
    height: 56px;
    padding: 0 60px;
    border: 1px solid #E5E5E5;
    border-radius: 100px;
    font-size: 18px;
    color: #222;
    background: #fff;
    transition: all 0.3s;
    font-family: "VNE1";
}

.search-box__input::placeholder {
    color: #D3D3D3;
}

.search-box__input:focus {
    outline: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.search-box__icon-search,
.search-box__icon-clear {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search-box__icon-search {
    left: 20px;
}

.search-box__icon-clear {
    right: 20px;
    display: none;
}

.search-filters {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
}

.filter-item {
    position: relative;
}

.filter-item--sort {
    margin-left: auto;
    min-width: 160px;
}

.filter-select {
    position: relative;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s;
    height: 32px;
    display: flex;
    align-items: center;
    
}

.filter-select:hover {
    border-color: #909090;
}

.filter-select select {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0 40px 0 16px;
    font-size: 16px;
    color: #4E4E4E;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    font-family: "VNE1";
}

.filter-select__icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    pointer-events: none;
    display: block;
}

.filter-item--sort .filter-select select {
    color: #ED1D26;
}

/* Custom Dropdown Filter System */
.custom-select {
    position: relative;
    user-select: none;
}
.filter-select-trigger {
    display: flex;
    align-items: center;
    height: 32px;
    padding: 0 16px;
    background: #FFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    font-size: 16px;
    color: #4E4E4E;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    min-width: 140px;
    gap: 12px;
}
.filter-select-trigger .trigger-text{
    flex:1;
}
.filter-select-trigger:hover {
    border-color: #909090;
}
.custom-select.is-open .filter-select-trigger {
    border-color: #909090;
}
.custom-select .chevron-icon {
    transition: transform 0.2s ease-in-out;
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-select.is-open .chevron-icon {
    transform: rotate(180deg);
}

.filter-select-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    background: #FFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    min-width: 100%;
    width: max-content;
    z-index: 2;
    display: none;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.2s, transform 0.2s;
    padding: 8px;
}
.custom-select.is-open .filter-select-dropdown {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.filter-select-options {
    list-style: none;
    padding: 6px 0;
    margin: 0;
}
.filter-select-options.scrollable-options {
    max-height: 250px;
    overflow-y: auto;
    margin-right: -8px;
    padding-right: 8px;
}
.filter-select-options.scrollable-options::-webkit-scrollbar {
    width: 6px;
}
.filter-select-options.scrollable-options::-webkit-scrollbar-thumb {
    background: #C1C1C1;
    border-radius: 3px;
}
.filter-select-options.scrollable-options::-webkit-scrollbar-track {
    background: #F1F1F1;
}

.option-item {
    padding: 4px 8px;
    font-size: 16px;
    color: #4E4E4E;
    cursor: pointer;
    text-align: left;
    transition: background 0.15s, color 0.15s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: 4px;
    margin-bottom: 4px;
}
.option-item:hover {
     background: rgba(245, 245, 245, 1);
}
.option-item.is-active {
    font-weight: 700;
    color: #000;
    background: rgba(245, 245, 245, 1);
}
.option-item.has-submenu svg path {
    stroke: #888;
}
.option-item.has-submenu:hover svg path {
    stroke: #333;
}

/* Sort alignment specific trigger */
#filter-sort .filter-select-trigger .trigger-text {
    font-weight: 700;
    position: relative;
    top: 2px;
}
#filter-sort .filter-select-dropdown {
    left: auto;
    right: 0;
}

@media (max-width: 767.98px) {
    .search-page-header .new-item_horizontal .title-size-22,.search-page-header .new-item_horizontal .title-size-22 a {
        font-size: 20px;
    }
    .search-page-header .block-news-feed .new-item_horizontal .new-item__content .text-description {
        display: block;
    }
    .search-page-header .category-page-header {
        text-align: center;
    }
    .search-page-header .category-page-header__title {
        margin: 0;
    }
    .search-page-header {
        padding: 24px 0 24px;
    }
    .search-box__input {
        height: 48px;
        font-size: 16px;
        padding: 0 50px;
    }
    .search-filters {
        display: flex;
        flex-wrap: wrap;
        gap: 12px 8px;
    }
    .filter-item {
        width: calc(50% - 4px);
    }
    .filter-item--sort {
        margin-left: 0;
    }
    .filter-select {
        width: 100%;
    }
    .filter-select-trigger {
        width: 100%;
        min-width: unset;
        box-sizing: border-box;
    }
    .filter-select-dropdown {
        width: 100%;
        min-width: 100%;
    }
    .search-box__icon-search {
        width: 20px;
        height: 20px;
    }
    .search-box__icon-clear {
        width: 20px;
        height: 20px;
    }
}



/* vnetv */
.vnetv-page {
    padding: 32px 0;
    margin: 0;
}
@media (max-width:767.98px) {
    .vnetv-page {
        padding-top: 0;
    }
}






/* Podcast Timeline */
.podcast-timeline {
    display: flex;
    flex-direction: column;
}
.podcast-timeline__date-block {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
}

.podcast-timeline__date {
    font-size: 16px;
    color: #909090;
    margin-bottom: 24px;
}
.podcast-timeline__group {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.podcast-timeline__group:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.podcast-timeline__header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}
.podcast-timeline__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}
.podcast-timeline__label {
    flex: 1;
}
.podcast-timeline__title a {
    display: flex;
    align-items: center;
    gap:6px;
}
.podcast-timeline__title {
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    margin: 0;
}
.podcast-timeline__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 32px;
}
.podcast-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.podcast-item__time {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #909090;
}
.podcast-item__time::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #F7F7F7;
    margin-left: 12px;
    position: relative;
    bottom: -3px;
}
.podcast-item__main {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.podcast-item__thumb {
    width: 100px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}
.podcast-item__content {
    flex: 1;
    min-width: 0;
}
.podcast-item__headline {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
}
.podcast-item__headline a {
    color: #222222;
    transition: color 0.3s ease;
}
.podcast-item__headline a:hover {
    color: #ed1d26;
}
.section-category-podcast .button-view-more {
    text-align: center;
}

.section-category-podcast .button-view-more a,
.section-category-podcast .button-view-more .podcast-load-more__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E5E5E5;
    background: #fff;
    height: 48px;
    border-radius: 100px;
    max-width: 700px;
    padding: 0 16px;
    color: rgba(144, 144, 144, 1);
    font-size: 17px;
    font-weight: 400;
    transition: all .3s;
    margin: 0 auto;
    cursor: pointer;
    width: 100%;
    font-family: inherit;
}

.section-category-podcast .button-view-more a:hover,
.section-category-podcast .button-view-more .podcast-load-more__btn:hover:not(:disabled) {
    border-color: rgba(237, 29, 38, 1);
    color: rgba(237, 29, 38, 1);
}
@media (max-width:991.98px) {
    .section-category-spotlight .news-category-spotlight__sidebar {
        display: block;
    }
    .widget-podcast-spotlight {
        display: none;
    }
    .section-category-spotlight .news-category-spotlight__sidebar .box-advertisement {
        display: none;
    }
    .section-category-podcast .button-view-more {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .podcast-timeline__date-block {
        padding: 16px;
        margin-bottom: 16px;
    }
    .podcast-timeline__list {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .podcast-timeline__date {
        color: #222222;
        margin-bottom: 16px;
    }
    .podcast-item__main {
        gap: 12px;
    }
    article.podcast-item {
        gap: 8px;
    }
    
    
}

/* Podcast */
.section-newest.section-newest--newspodcast {
    padding-bottom: 64px;
}
.widget-spotlight--podcast {
    background: #fff;
    padding: 0 24px 24px 24px;
}

.widget-spotlight--podcast .spotlight-feed--highlight .new-item_vertical .new-item__image {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
}

.widget-spotlight--podcast .spotlight-feed--highlight .image-container img {
    border-radius: 0;
}

.widget-spotlight--podcast .new-item_vertical {
    text-align: center;
}

.widget-spotlight--podcast .new-item_horizontal {
    text-align: center;
}

.widget-spotlight--podcast .card-newest__meta {
    margin-bottom: var(--space-1);
}
.box-spotlight-podcast .new-item__image {
    margin: 0;
}

.box-spotlight-podcast .new-item__content {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    width: calc(100% - 48px);
    margin: 0 auto;
    margin-top: -96px;
    border-radius: 8px;
    padding: 24px;
}

.box-spotlight-podcast .new-item__image img {
    border-radius: 0;
}
.widget-spotlight-feed.widget-spotlight--podcast {
    border-radius: 8px;
}
.widget-podcast-spotlight--mobile {
    display: none;
}
@media (min-width:992px) and (max-width:1199.98px) {
    .multimedia--detail-newspodcast .multimedia--detail__layout {
        grid-template-columns: 1fr 300px;
    }
    .multimedia--detail-newspodcast .multimedia--detail__main .news-general_multimedia .general-wapper_items {
        grid-template-columns: 1fr 1fr;
    }
    .multimedia--detail-newspodcast .multimedia--detail__main .news-general_multimedia .new-item_vertical.new-item_vertical--multimedia {
        grid-column: 1/3;
        grid-row: auto;
    }
}
@media (min-width:768px) and (max-width:991.98px) {
    .widget-spotlight--podcast .spotlight-feed--highlight .new-item_vertical .new-item__image {
        margin: 0;
        width: 100%;
        margin-bottom: 12px;
    }
    .widget-spotlight--podcast .new-item_vertical {
        padding-bottom: var(--space-4);
        margin-bottom: var(--space-4);
    }
}
@media (max-width:767.98px){
    .section-newest.section-newest--newspodcast {
        padding-bottom: 44px;
    }
    .multimedia--detail-newspodcast .general-wapper_items {
        margin: 0 -16px;
    }
    .multimedia--detail-newspodcast .general-wapper_items .new-item_vertical .image-container img {
        border-radius: 0;
    }
    .multimedia--detail-newspodcast .general-wapper_items .new-item_vertical .title-size-20,.multimedia--detail-newspodcast .general-wapper_items .new-item_vertical .title-size-20 a {
        font-size: 18px;
    }
    .multimedia--detail-newspodcast .multimedia--detail__sidebar {
        display: block;
    }
    .widget-podcast-spotlight--mobile {
        display: block;
        margin-bottom: 48px;
    }
    .widget-podcast-spotlight--mobile .new-item__content {
        width: calc(100% - 32px);
        margin-top: -80px;
    }
    .widget-podcast-spotlight--mobile .new-item_vertical {
        padding: 0;
        margin: 0;
        border: none;
    }
}

/* Grid Podcasts */
@media (min-width:1200px) {
    .block-podcasts .container {
        max-width: 1328px;
    }
}
.grid-podcasts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.podcast-card {
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    overflow: hidden;
}

.podcast-card__thumb {
    position: relative;
    margin: 0;
}
.podcast-card__duration {
    position: absolute;
    top: 12px;
    right: 12px;
    height: 32px;
    background: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    padding: 0px 12px;
    border-radius: 100px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    pointer-events: none;
}
.podcast-card .podcast-card__thumb .image-container img {
    border-radius: 0;
}
.podcast-card__duration .icon {
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
}

.podcast-card__content {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.podcast-card__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

.podcast-card__title a {
    color: #222222;
    transition: color 0.3s ease;
}

.podcast-card__title a:hover {
    color: #D32F2F;
}

.podcast-ad {
    height: 100%;
}
.podcast-ad a {
    display: block;
    height: 100%;
}
.podcast-ad img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (min-width:768px) and (max-width:991.98px) {
    .grid-podcasts {
        grid-template-columns: repeat(3, 1fr);
        gap:16px;
    }
    .podcast-ad {
    display: none;
}
}

@media (max-width: 767.98px) {
    .grid-podcasts {
         grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* Podcast Hero Slider */
.texture-logo-ai {
    position: absolute;
    width: 328px;
    left: 25%;
    top: 30px;
    pointer-events: none;
    z-index: 0;
}

.section-podcast .category-page__title {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 1.4;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    position: relative;
}

.section-podcast .category-page__title a {
    color: #fff;
}
.section-podcast {
    background: url(../../img-fix/background/bg-podcast.png) center top no-repeat;
    background-size: cover;
    padding-top: 48px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 24px;
    overflow: hidden;
}
.section-podcast::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Gradient similar to the image */
    background: linear-gradient(135deg, rgba(235, 237, 219, 1) 0%, rgba(246, 177, 187, 1) 30%, rgba(220, 77, 115, 1) 70%, rgba(136, 169, 195, 1) 100%);
    z-index: -1;
}

.swiper-podcast-hero .swiper{
    width: 100%;
    margin: 0 auto;
    overflow: visible; /* to see the slides on the right */
}

.swiper-podcast-hero .swiper-slide {
    width: 1000px;
}
.podcast-slide-item {
    display: flex;
    height: 100%;
}


.podcast-slide-item .podcast-slide-item__thumb {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    position: relative;
    border:12px solid #ED1D26;
}

.podcast-slide-item .podcast-slide-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 1/1;
}
.podcast-slide-item .podcast-slide-item__duration {
    position: absolute;
    top: 12px;
    right: 12px;
    height: 32px;
    background: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    padding: 0px 12px;
    border-radius: 100px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    pointer-events: none;
}
.podcast-slide-item .podcast-slide-item__duration .icon {
    display: flex;
    align-items: center;
}

.podcast-slide-item .podcast-slide-item__content {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 24px;
    border-right: 12px solid #ED1D26;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
}

.podcast-slide-item .podcast-slide-item__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
}
.podcast-slide-item .podcast-slide-item__desc {
    color: #222;
    font-size: 18px;
    font-weight: 700;
}
.podcast-slide-item .podcast-slide-item__title a {
    color: #222222;
}

.podcast-slide-item .podcast-slide-item__extend {
    margin-top: auto;
}

.podcast-slide-item .podcast-slide-item__extend ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.podcast-slide-item .podcast-slide-item__extend ul li {
    margin-bottom:16px;
    display: flex;
    gap: 8px;
}

.podcast-slide-item .podcast-slide-item__extend ul li span {
    color: rgba(144, 144, 144, 1);
    flex-shrink: 0;
    width: 40px;
    font-size: 16px;
    position: relative;
    top: 2px;
}

.podcast-slide-item .podcast-slide-item__extend ul li a {
    flex:1;
    color: #222;
    font-size: 18px;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.podcast-slide-item .podcast-slide-item__extend ul li a:hover {
    color: #ED1D26;
}

.podcast-slide-item .podcast-slide-item__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    gap:4px;
}

.podcast-slide-item .podcast-slide-item__footer .btn {
    border-radius: 100px;
    padding: 0 16px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ED1D26;
    border: 1px solid #ED1D26;
    background: transparent;
    font-size: 16px;
    transition: all 0.3s ease;
}

.podcast-slide-item .podcast-slide-item__footer .btn:hover {
    background: #ED1D26;
    color: #FFFFFF;
}

.podcast-slide-item .podcast-slide-item__footer p {
    margin: 0;
    color: #909090;
    font-size: 13px;
    flex:1;
    text-align: right;
}

.podcast-slide-item .podcast-slide-item__footer p a {
    color: #909090;
}
.podcast-slide-item .podcast-slide-item__footer p a:hover {
    color: #ED1D26;
}
.swiper-podcast-hero .group-pagination {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
}

.swiper-podcast-hero .ct-pagination .swiper-pagination-bullet {
    background: #fff;
}

.swiper-podcast-hero .ct-pagination .swiper-pagination-bullet-active {
    background: var(--text-red);
}
.podcast-slide-item__header {
    margin-bottom: 12px;
}
.block-slide-podcast-hero {
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    padding-bottom: 32px;
    margin-bottom: 40px;
}
.ct-header-podcast .layout-header__menu .logo-vne-detail-news {
    display: none;
}
.ct-header-podcast .layout-header__menu .logo-vne-detail--center {
    display: none;
}
.ct-header-podcast .layout-header__menu .header__share {
    display: none;
}
@media (min-width:992px) and (max-width:1199.98px){
    .swiper-podcast-hero .swiper-slide {
        width: 800px;
    }
    .grid-podcasts {
        gap: 16px;
    }
    .podcast-slide-item .podcast-slide-item__desc {
        font-size: 16px;
    }
    .podcast-slide-item .podcast-slide-item__title {
        font-size: 20px;
    }
    .podcast-slide-item .podcast-slide-item__content {
        padding: 16px;
    }
    .podcast-slide-item .podcast-slide-item__extend ul li a {
        font-size: 16px;
    }
    .podcast-slide-item .podcast-slide-item__extend ul li span {
        font-size: 15px;
        top: 1px;
    }
}
@media (min-width:768px) and (max-width:991.98px){
    .swiper-podcast-hero .swiper-slide {
        width: 700px;
    }
    .podcast-slide-item .podcast-slide-item__desc {
        font-size: 16px;
    }
    .podcast-slide-item .podcast-slide-item__title {
        font-size: 20px;
    }
    .podcast-slide-item .podcast-slide-item__content {
        padding: 16px;
    }
    .podcast-slide-item .podcast-slide-item__extend ul li a {
        font-size: 16px;
    }
    .podcast-slide-item .podcast-slide-item__extend ul li span {
        font-size: 15px;
        top: 1px;
    }
    .podcast-slide-item .podcast-slide-item__extend ul {
        margin-bottom: 12px;
    }
    .texture-logo-ai {
    width: 220px;
    left: 0;
    right: 0;
    margin: auto;
}
}
@media (max-width: 767.98px) {
    .swiper-podcast-hero {
        padding-bottom: 0;
    }
    .swiper-podcast-hero .swiper-wrapper {
        display: flex;
        flex-direction: column;
        gap: 24px;
        transform: none !important;
    }
    .swiper-podcast-hero .swiper-slide {
        width: 100% !important;
        opacity: 1 !important;
        margin-right: 0 !important;
    }
    .swiper-podcast-hero .group-pagination {
        display: none !important;
    }
    .podcast-slide-item .podcast-slide-item__thumb,
    .podcast-slide-item .podcast-slide-item__content {
        flex: 0 0 100%;
        max-width: 100%;
    } 
    .texture-logo-ai {
        width: 85px;
        top: 12px;
        left: 48px;
        }
    .podcast-slide-item {
        flex-direction: column;
        height: auto;
    }
    .swiper-podcast-hero .swiper-slide:first-child {
        margin-left: -16px !important;
        margin-right: -16px !important;
        width: calc(100% + 32px) !important;
    }
    .podcast-ad {
        display: none;
    }
    .block-slide-podcast-hero {
        border: none;
        padding: 0;
        margin-bottom: 32px;
    }
    .podcast-slide-item .podcast-slide-item__thumb {
        border-width: 16px;
    }
    .podcast-slide-item .podcast-slide-item__content {
        border-right: 0;
        padding: 16px;
    }
    .section-podcast .category-page__title {
        display: none;
    }
    .swiper-podcast-hero .swiper-slide:first-child .podcast-slide-item__content {
        border-bottom: 16px solid #ED1D26;
    }
    .section-podcast {
        background: url(../../img-fix/background/bg-podcast-mobile.png) center top no-repeat;
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        padding-top: 64px;
    }
    .page-podcast .header-uptop {
        display: none;
    }
    .page-podcast .header-main {
        display: none;
    }
    .ct-header-podcast .layout-header__menu .header__menu-btn {
        display: none;
    }
    .ct-header-podcast .layout-header__menu .logo-header-scroll {
        display: none;
    }
    .ct-header-podcast .layout-header__menu .header__menu-main {
        display: none;
    }
    .ct-header-podcast .header-fixed {
        position: fixed;
        background: transparent;
        border: none;
    }
    .ct-header-podcast .header-fixed.is-fixed {
        background: #fff;
    }
    .ct-header-podcast .layout-header__menu .logo-vne-detail-news {
        display: block;
        width: 50px;
        text-align: left;
    }
    .ct-header-podcast .layout-header__menu .header__share {
        display: flex;
        width: 50px;
        text-align: right;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .ct-header-podcast .layout-header__menu .header__share .share__item.share__item--facebook .share__item--icon img {
        filter: brightness(9);
    }
    .ct-header-podcast .layout-header__menu .logo-vne-detail--center {
        display: block;
        text-align: center;
        flex: 1;
        color: #fff;
        font-size: 24px !important;
        font-weight: 700;
        line-height: 1.3;
        text-transform: uppercase;
        letter-spacing: 2px;
        transition: all .2s;
    }
    .ct-header-podcast .layout-header__menu .logo-vne-detail--center a {
        display: inline-block;
         font-size: 24px !important;
    }
    .ct-header-podcast .header-fixed.is-fixed .layout-header__menu .logo-vne-detail--center {
        color: #222222;
    }
    .ct-header-podcast .header-fixed.is-fixed .layout-header__menu .header__share .share__item.share__item--facebook .share__item--icon img {
        filter: brightness(1);
    }
}


/* Detail News - Podcast */
.section-detail-podcast {
    background: url(../../img-fix/background/bg-detail-podcast.png);
    background-size: cover;
    background-position: center;
    padding: 48px 0 32px 0;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}
.section-detail-podcast .category-page__title {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 1.4;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    position: relative;
}
.section-detail-podcast .category-page__title a {
    color: #fff;
}

/* Podcast Audio Player Box */
.podcast-audio-player-wrapper {
    position: relative;
    margin-bottom: 32px;
}
.podcast-audio-player-wrapper .container {
    max-width: 1032px;
}

.podcast-audio-player {
    position: relative;
    z-index: 2;
    border-radius: 8px;
    padding: 24px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.podcast-audio-player__inner {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 24px;
}

.podcast-audio-player__thumb {
    flex: 0 0 200px;
    width: 200px;
}

.podcast-audio-player__thumb img {
    border-radius: 8px;
}

.podcast-audio-player__main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.podcast-audio-player__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    gap: 8px;
}

.podcast-audio-player__date {
    font-size: 16px;
    color: #BDBDBD;
}

.podcast-audio-player__share {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
}
.podcast-audio-player__share svg path {
    transition: all .3s ;

}
.podcast-audio-player__share:hover svg path {
    stroke: #f0f0f0;
}

.podcast-audio-player__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #FFFFFF;
}

.podcast-audio-player__progress-area {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.podcast-audio-player__time-current {
    font-size: 14px;
    color: #fff;
    width: 48px;
}
.podcast-audio-player__time-total {
    font-size: 14px;
    color: #fff;
    width: 48px;
    text-align: right;
}
.podcast-audio-player__volume,.podcast-audio-player__speed {
    width: 160px;
}
.podcast-audio-player__progress-bar {
    flex: 1;
    height: 4px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.podcast-audio-player__speed {
    text-align: right;
}

.podcast-audio-player__progress-bar input[type="range"] {
    z-index: 1;
    position: absolute;
    border: none;
    width: 100%;
    -webkit-appearance: none;
    background: linear-gradient(to right, #ED1D26 0%, #ED1D26 var(--value-percent, 0%), rgba(255, 255, 255, 0.2) var(--value-percent, 0%), rgba(255, 255, 255, 0.2) 100%);
    border-radius: 4px;
    outline: none;
    padding: 0;
    margin: 0;
    left: 0;
    height: 4px;
}
.podcast-audio-player__progress-bar input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #ED1D26;
    cursor: pointer;
}
.podcast-audio-player__progress-bar input[type="range"]::-moz-range-thumb {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #ED1D26;
    cursor: pointer;
    border: none;
}
.mark {
    cursor: pointer;
    width: 3px;
    height: 100%;
    position: absolute;
    opacity: .4;
    background-color: #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 0;
    cursor: pointer;
}
.podcast-audio-player__controls-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.podcast-audio-player__volume {
    display: flex;
    align-items: center;
    gap: 12px;
}
.podcast-audio-player__buttons {
    display: flex;
    align-items: center;
    gap: 24px;
}

.podcast-audio-player__buttons .btn-control {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, opacity 0.2s ease;
    outline: none;
    width:64px;
    height: 64px;
}

.podcast-audio-player__buttons .btn-control:hover {
    opacity: 0.8;
}
.volume-slider {
    transition: width 0.4s ease-in-out;
    cursor: pointer;
    --value-percent: 80%;
    height: 2px;
}
.podcast-audio-player__volume input[type="range"] {
    border: none;
    width: 100%;
    -webkit-appearance: none;
    background: linear-gradient(to right, #FFFFFF 0%, #FFFFFF var(--value-percent, 80%), rgba(255, 255, 255, 0.2) var(--value-percent, 80%), rgba(255, 255, 255, 0.2) 100%);
    border-radius: 2px;
    outline: none;
    padding: 0;
    margin: 0;
    height: 2px;
}
.podcast-audio-player__volume input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #FFFFFF;
    cursor: pointer;
}
.podcast-audio-player__volume input[type="range"]::-moz-range-thumb {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #FFFFFF;
    cursor: pointer;
    border: none;
}
.podcast-audio-player__volume .volume-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0;
}
.podcast-audio-player__speed .btn-speed {
    background: transparent;
    border: none;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    padding: 4px;
    outline: none;
    transition: opacity 0.2s ease;
}
.podcast-audio-player__speed .btn-speed:hover {
    opacity: 0.7;
}
.podcast-audio-player__share--moible {
    display: none;
}
.podcast-audio-player__link {
    display: none;
}
@media (max-width:767.98px) {
    .podcast-audio-player__inner {
        flex-direction: column;
        align-items: center;
    }
    .podcast-audio-player__header {
        margin-bottom: 8px;
        text-align: center;
        justify-content: center;
    }
    .podcast-audio-player__header .podcast-audio-player__share {
        display: none;
    }
    .podcast-audio-player__title {
        text-align: center;
        font-size: 20px;
    }
    .podcast-audio-player__volume {
        display: none;
    }
    .podcast-audio-player__controls-area {
        flex-wrap: wrap;
    }
    .podcast-audio-player__controls-area .podcast-audio-player__speed {
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        gap: 16px;
    }
    .podcast-audio-player__buttons {
        width: 300px;
        justify-content: space-between;
        gap: 16px;
        margin: 16px auto;
    }
    .podcast-audio-player__buttons .btn-control svg {
         width: 28px;
        height: 28px;
    }
    .podcast-audio-player__buttons .btn-control {
        width: 40px;
        height: 40px;
    }
    .podcast-audio-player__buttons .btn-control .icon-play svg {
        width:45px;
        height: 45px;
    }
    .podcast-audio-player__buttons .btn-control .icon-pause svg {
        width:30px;
        height: 30px;
      
    }
    .podcast-audio-player__buttons .btn-control:hover {
        opacity: 1;
    }
    .podcast-audio-player {
        padding: 16px;
    }
    .podcast-audio-player__speed .btn-speed {
        padding: 0 16px;
        height: 32px;
        background: rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(10px);
        border-radius: 100px;
    }
    .podcast-audio-player__progress-area {
        position: relative;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
    .podcast-audio-player__time-current {
        position: absolute;
        bottom: -10px;
        left: 0;
    }
    .podcast-audio-player__time-total {
        position: absolute;
        bottom: -10px;
        right: 0;
    }
    .podcast-audio-player__share--moible  {
        display: block;
    }
    .podcast-audio-player__share--moible a {
        height: 32px;
        background: rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(10px);
        border-radius: 100px;
         padding: 0 8px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .podcast-audio-player__link {
        display: block;
        margin-left: auto;
    }
    .podcast-audio-player__link a {
        font-size: 14px;
        line-height: 1.3;
        font-weight: 700;
        transition: all .3s;
        display: inline-flex;
        position: relative;
    }
    .podcast-audio-player__link a:before {
        content: '';
        position: absolute;
        bottom: 1px;
        width: 100%;
        height: 1px;
        background: #fff;
    }
}
@media (max-width:575px) {
    .podcast-audio-player__buttons {
        width: 100%;
    }
}




/* Podcast Next Wrapper */
.podcast-next-wrapper {
    padding: 24px 0;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}
.podcast-next-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.podcast-next-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.podcast-next-autoplay {
    display: flex;
    align-items: center;
    gap: 12px;
}
.podcast-next-autoplay .text {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 16px;
}
.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.toggle-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}
.toggle-switch .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}
.toggle-switch input:checked + .slider {
    background-color: #30DB00;
}
.toggle-switch input:checked + .slider:before {
    transform: translateX(16px);
}
.podcast-next-slider {
    position: relative;
}
.podcast-next-slider .swiper-slide {
    height: auto;
}
.podcast-next-slider .podcast-card {display: flex;flex-direction: row;align-items: flex-start;border-radius: 8px;}

.podcast-next-slider .podcast-card figure.podcast-card__thumb {
    width: 120px;
}
.podcast-next-slider .podcast-card .podcast-card__title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.podcast-next-slider .podcast-card .podcast-card__title {
    font-weight: 400;
    line-height: 1.4;
}
.podcast-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    margin-top: 0;
}
.podcast-nav-btn::after {
    display: none !important;
}
.podcast-nav-btn--prev {
    left: -44px;
}
.podcast-nav-btn--next {
    right: -44px;
}
@media (min-width: 1200px) and (max-width:1599.98px) {
    .podcast-nav-btn--prev {
        left: 0;
    }
    .podcast-nav-btn--next {
        right: 0;
    }
    .podcast-next-slider .swiper {
        width: calc(100% - 100px);
    }
}
@media (max-width: 1199.98px) {
    .podcast-nav-btn {
        display: none;
    }
}
@media (max-width:767.98px) {
    .podcast-next-slider .swiper {
        width: calc(100% + 32px);
        margin-left: -16px;
        padding: 0 16px;
    }
    .podcast-next-wrapper {
        padding: 16px 0;
    }
    .podcast-next-autoplay .text {
        font-size: 14px;
        font-weight: 400;
    }
    .podcast-next-slider .podcast-card figure.podcast-card__thumb {
        width: 100px;
    }
    .podcast-card__content {
        padding: 12px;
    }
    .section-detail-podcast .category-page__title {
        display: none;
    }
    .section-detail-podcast {
        padding-top: 66px;
        background-position: top center;
    }
}



/* Detail Podcast */
.section-podcast-detail {
    padding: 24px 0 40px 0;
}
.section-podcast-detail .article-detail-section__main {
    max-width: 944px;
}

/* Podcast Chapter List */
.block-podcast__chapter {
    margin-bottom: 40px;
}
.block-podcast__chapter .title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #222;
}
.podcast-chapter-item {
    position: relative;
    display: flex;
    gap: 16px;
    padding: 16px 0;
    margin-bottom: 4px;
    cursor: pointer;
}
.podcast-chapter-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: -24px;
    width: calc(100% + 48px);
    height: 100%;
    background-color: transparent;
    transition: all .3s;
    z-index: 0;
    pointer-events: none;
        border-radius: 8px;
}
.podcast-chapter-item.is-active:before,.podcast-chapter-item:hover:before  {
    background-color: #F2F4F8;
}
.podcast-chapter-item__time {
    width: 50px;
    flex-shrink: 0;
    text-align: center;
    position: relative;
    top: 4px;
}
.podcast-chapter-item__time .time {
    display: block;
    color: #ED1D26;
    font-size: 16px;
    margin-bottom: 8px;
}
.playing-bars {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.podcast-chapter-item.is-active .playing-bars {
    opacity: 1;
    visibility: visible;
}
@keyframes bounce {
    0% { height: 4px; }
    100% { height: 16px; }
}

.podcast-chapter-item__content {
    flex-grow: 1;
    position: relative;
}
.podcast-chapter-item__content p {
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 16px;
}
.podcast-chapter-item__content p:last-of-type {
    margin-bottom: 0;
}
.podcast-chapter-item__content p strong {
    font-weight: 700;
}
.podcast-chapter-item__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}
.podcast-chapter-item__actions .read-more {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #909090;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s;
}
.podcast-chapter-item__actions .read-more:hover {
    color: #ED1D26;
}
.podcast-chapter-item__actions .btn-share {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
}
.podcast-chapter-item__actions .btn-share svg path {
    transition: all .3s;
}

.podcast-chapter-item__actions .btn-share:hover svg path {
    stroke:#ED1D26 ;
}
@media (max-width:991.98px) {
    .podcast-chapter-item {
        margin: 0;
    }
    .podcast-chapter-item:before {
        width: calc(100% + 32px);
        left: -16px;
        border-radius: 0;
    }
}
@media (max-width: 767.98px) {
    .section-podcast-detail {
        padding: 24px 0 0 0;
    }
    .podcast-chapter-item {
        padding: 16px 0;
        gap: 16px;
        flex-direction: column;
        gap:8px;
    }
    .podcast-chapter-item__time {
        width: 100%;
        display: flex;
        align-items: center;
        gap:  12px;
        top: 0;
        margin: 0;
    }
    .podcast-chapter-item__time .time {
        margin: 0;
    }
  
}

/* Floating Mini Player */
.podcast-mini-player {
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 420px;
    background: #444444;
    border-radius: 8px 8px 0 0;
    display: flex;
    z-index:8;
    transform: translateY(150%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}
.podcast-mini-player.is-visible {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.podcast-mini-player__compact {
    width: 100%;
    display: flex;
    align-items: center;
}
.podcast-mini-player__thumb {
    width: 100px;
    height: 100px;
    position: relative;
    flex-shrink: 0;
}
.podcast-mini-player__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.podcast-mini-player__main {
    flex-grow: 1;
    padding: 12px ;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.podcast-mini-player__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}
.podcast-mini-player__controls .btn-mini-play .icon-play {
    width: 24px;
    height: 24px;
}
.podcast-mini-player__title {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 8px;
    line-height: 1.4;
    font-family: var(--font-family-serif);
}
.podcast-mini-player__controls {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}
.podcast-mini-player__controls button {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    width: 24px;
    height: 24px;
}
.podcast-mini-player__controls button:hover {
    opacity: 0.7;
}
.podcast-mini-player__progress-area {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
}
.podcast-mini-player__time-current,
.podcast-mini-player__time-total {
    color: #fff;
    font-size: 14px;
    width: 50px;
}
.podcast-mini-player__progress-bar {
    flex-grow: 1;
    height: 3px;
    background: #BDBDBD;
    border-radius: 1px;
    position: relative;
    display: flex;
    align-items: center;
}.podcast-mini-player__time-total {
    text-align: right;
}
.podcast-mini-player__progress-bar .mark {opacity: 1;
    height: 2px;
}
.expanded-controls .buttons button.btn-mini-play {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.expanded-controls .buttons button.btn-mini-play .icon-play {
    width: 40px;
    height: 40px;
}
.expanded-controls .buttons .btn-mini-play .icon-pause {
    width: 40px;
    height: 40px;
}
.podcast-mini-player__progress-bar .mini-progress {
    -webkit-appearance: none;
    width: 100%;
    height: 10px; 
    background: transparent;
    outline: none;
    margin: 0;
    position: absolute;
    top: -4px;
    left: 0;
    z-index: 2;
}
.podcast-mini-player__progress-bar .mini-progress::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 8px;
    height: 8px;
    background: #FFF;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.podcast-mini-player__progress-bar .mini-progress::-moz-range-thumb {
    width: 8px;
    height: 8px;
    background: #FFF;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.podcast-mini-player__progress-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #FFF;
    width: var(--value-percent, 0%);
    border-radius: 1px;
    z-index: 1;
}
/* Expanded Mini Player */
.podcast-mini-player__expanded {
    display: none;
    flex-direction: column;
    width: 100%;
}
.podcast-mini-player.is-expanded {
    overflow: visible;
}
.podcast-mini-player.is-expanded .podcast-mini-player__compact {
    display: none;
}
.podcast-mini-player.is-expanded .podcast-mini-player__expanded {
    display: flex;
}
.btn-expanded-close {
    position: absolute;
    top: -30px;
    right: 4px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: none;
}
.podcast-mini-player.is-expanded .btn-expanded-close {
    display: block;
}

.expanded-header {
    display: flex;
    gap: 12px;
    padding: 16px;
}
.expanded-header__content {
    flex:1;
}
.expanded-header img {
    width: 100px;
    height: 100px;
    border-radius: 4px;
    object-fit: cover;
    object-position: top center;
}
.expanded-header__content .title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Tabs */
.expanded-tabs {
    display: flex;
    align-items: center;
    background: rgb(0 0 0 / 50%);
    padding: 0 16px;
    gap: 16px;
    height: 38px;
}
.expanded-tabs .tab-item {
    color: #999;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    height: 100%;
    display: flex;
    align-items: center;
}
.expanded-tabs .tab-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: transparent;
    transition: all 0.3s;
}
.expanded-tabs .tab-item.is-active:before {
    background: #ED1D26;
}
.expanded-tabs .tab-item.is-active {
    color: #fff;
}

/* Body & Content */
.expanded-body {
    background: rgb(0 0 0 / 50%);
    height: 350px;
    display: flex;
    flex-direction: column;
}
.podcast-mini-player__expanded .tab-content {
    display: none;
    padding: 0 16px;
}
.podcast-mini-player__expanded .tab-content.is-active {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}
#tab-chapters.is-active {
    overflow-y: auto;
    padding-bottom: 16px;
}
.playlist-scroll {
    flex: 1;
    overflow-y: auto;
    padding-top: 16px;
    padding-bottom: 8px;
    margin-right: -16px;
    padding-right: 16px;
}
#tab-chapters::-webkit-scrollbar,
.playlist-scroll::-webkit-scrollbar {
    width: 6px;
}
#tab-chapters::-webkit-scrollbar-thumb,
.playlist-scroll::-webkit-scrollbar-thumb {
    background: #909090;
    border-radius: 3px;
}

/* Chapter Item */
.chapter-item {
    position: relative;
    padding: 12px 0;
}
.chapter-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: -16px;
    width: calc(100% + 32px);
    height: 100%;
    background: transparent;
}
.chapter-item.is-active:before {
    background: rgb(255 0 0 / 10%);
}
.chapter-item:last-child {
    margin-bottom: 0;
}
.chapter-item .desc {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 8px;
    
}
.chapter-item .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chapter-item .time-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}
.chapter-item .time {
    color: #BDBDBD;
    font-size: 14px;
}
.chapter-item .playing-icon {
    display: none;
    height: 16px;
    width: 16px;
}

.chapter-item.is-active .playing-icon {
    display: block;
}
.chapter-item .read-more {
    color: #BDBDBD;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    transition: all .3s;
}
.chapter-item .read-more:hover {
    color: #fff;
}
.chapter-item .read-more img {
    margin-left: 4px;
}
/* Playlist Item */
.playlist-item {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}
.playlist-item__thumb {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}
.playlist-item__thumb a {
    display: block;
    width: 100%;
    height: 100%;
}
.playlist-item__thumb img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    object-position: top center;
}
.playlist-item__title {
    flex-grow: 1;
}
.playlist-item__title a {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
    transition: color 0.2s;
}
.playlist-item__title a:hover {
    color: #ED1D26;
}
.autoplay-toggle {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    padding: 12px  0;
    color: #fff;
    font-size: 14px;
}
.expanded-controls .buttons .btn-expanded-list svg {
    width: 24px;
    height: 24px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 18px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #909090;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
}
input:checked + .slider {
  background-color: #00C851;
}
input:checked + .slider:before {
  transform: translateX(14px);
}
.slider.round {
  border-radius: 18px;
}
.slider.round:before {
  border-radius: 50%;
}

/* Controls Expanded */
.expanded-controls {
    background: #444;
    padding:20px 16px;
}
.expanded-controls .progress-wrap {
    margin-bottom: 12px;
}
.expanded-controls .time-row {
    display: flex;
    justify-content: space-between;
    color: #ccc;
    font-size: 11px;
    margin-top: 12px;
}
.expanded-controls .buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.expanded-controls .buttons button {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
}
.expanded-controls .buttons button:hover {
    opacity: 0.7;
}
.expanded-controls .center-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex: 1;
}
.expanded-controls .buttons .btn-expanded-speed {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    transition: all .3s;
    width: 50px;
    text-align: right;
    display: block;
}
.expanded-controls .buttons .btn-expanded-list {
    width: 50px;
    justify-content: flex-start;
}
@media (min-width:992px) and (max-width:991.98px) {
    .expanded-body {
        height: 250px;
    }
}
@media (min-width:768px) and (max-width:991.98px) {
    .expanded-body {
        height: 250px;
    }
    .expanded-header__content .title {
        -webkit-line-clamp: 2;
        font-size: 18px;
    }
    .expanded-header img {
        width: 60px;
        height: 60px;
    }
    .expanded-controls {
        padding: 8px 16px;
    }
}
@media (max-width: 767.98px) {
    .podcast-mini-player {
        width: 100%;
        bottom: 50px;
        right: 16px;
        left: 0;
        margin: 0;
        border-radius: 0;
    }
    .podcast-mini-player__thumb {
        width: 70px;
        height: 70px;
    }
    .expanded-body {
        height: 270px;
    }
    .expanded-header img {
        width: 80px;
        height: 80px;
    }
    .expanded-controls {
        padding:  16px;
    }
    .expanded-controls .time-row {
        margin-top: 8px;
    }
    .expanded-controls .progress-wrap {
        margin-bottom: 0;
    }
    .expanded-controls .buttons .btn-expanded-speed {
        color: #909090;
    }
}