/* TMU News Hero Banner Section */
.tmu-news-hero-banner {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tmu-news-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tmu-news-hero-image {
    position: absolute;
    top: -170px;
    left: 0;
    width: 100%;
    aspect-ratio: 480/299;
    background-image: url("../images/home/news/88159227acf3f35ffdce2941813c80cddb9d36e6.png");
    background-size: cover;
    background-position: center 50%;
    background-repeat: no-repeat;
    pointer-events: none;
}

.tmu-news-hero-overlay-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            258deg,
            rgba(1, 94, 200, 0.45) 14.67%,
            rgba(4, 66, 200, 0.2) 65.96%
    );
    pointer-events: auto;
}

.tmu-news-hero-overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            180deg,
            rgba(4, 66, 200, 0) 35.17%,
            rgba(4, 66, 200, 0.45) 100%
    );
    pointer-events: auto;
}

.tmu-news-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.tmu-news-hero-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 394px;
    max-width: 90%;
    text-align: center;
}

.tmu-news-hero-subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 4.8px;
    color: #ffffff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 4px 20px;
    margin: 0;
    white-space: nowrap;
}

.tmu-news-hero-title {
    font-family: "Lora", serif;
    font-weight: 600;
    font-size: 56px;
    line-height: 1.2;
    color: #ffffff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 4px 30px;
    margin: 0;
    white-space: nowrap;
}

/* Responsive Design */

/* TMU Featured News Section */
.tmu-featured-news-section {
    margin-top: 120px;
}

.tmu-featured-news-container {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}

.tmu-featured-news-title {
    font-family: "Lora", serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.8px;
    color: #000000;
    margin: 0 0 48px 0;
    white-space: nowrap;
}

.tmu-featured-news-content {
    display: flex;
    flex-direction: column;
    gap: 120px;
    width: 100%;
}

.tmu-featured-news-layout {
    display: flex;
    gap: 48px;
    align-items: flex-start;
    width: 100%;
    min-height: 491px;
}

/* Main Featured Article */
.tmu-featured-news-main {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 614px;
    flex-shrink: 0;
    cursor: pointer;
}

.tmu-featured-news-main:hover {
    .tmu-featured-news-main-image img {
        transform: scale(1.1);
    }

    .tmu-featured-news-main-headline {
        color: rgba(30, 79, 158, 1);
    }
}

.tmu-featured-news-main-image {
    width: 100%;
    height: 378px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e5e5e5;
}

.tmu-featured-news-main-image img {
    transition: transform 0.3s ease;
}


.tmu-featured-news-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    border: none;
}

.tmu-featured-news-main-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin-top: 20px;
}

.tmu-featured-news-main-headline {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: #000000;
    margin: 0;
}

.tmu-featured-news-main-meta {
    display: flex;
    gap: 16px;
    align-items: center;
}

.tmu-featured-events-main-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #a3a3a3;
}

/* News Cards List */
.tmu-featured-news-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 588px;
    flex-shrink: 0;
}

.tmu-featured-news-card a {
    display: flex;
    gap: 24px;
    align-items: center;
}

.tmu-featured-news-card {
    display: flex;
    gap: 24px;
    align-items: center;
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px dashed #d4d4d4;
    border-image: repeating-linear-gradient(
            to right,
            #d4d4d4 0 6px,
                /* nét dài 10px */ transparent 6px 12px /* khoảng trống 10px */
    )
    1;
    position: relative;
    cursor: pointer;
}

.tmu-featured-news-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.tmu-featured-news-card-image {
    width: 200px;
    height: 130px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #e5e5e5;
}

.tmu-featured-news-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    transition: transform 0.3s ease;
    border: none;
}

.tmu-featured-news-card:hover {
    .tmu-featured-news-card-img {
        transform: scale(1.1);
    }

    .tmu-featured-news-card-title {
        color: rgba(30, 79, 158, 1);
    }
}

.tmu-featured-news-main-headline,
.tmu-featured-news-card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: auto-phrase;
}

.tmu-featured-news-card-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    height: 100%;
}

.tmu-featured-news-card-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: #000000;
    margin: 0;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: auto-phrase;
}

.tmu-featured-news-card-meta {
    display: flex;
    gap: 16px;
    align-items: center;
}

/* Meta styling */
.tmu-featured-news-category {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    color: #f48020;
    border-right: 1px solid #d4d4d4;
    padding-right: 16px;
    /* white-space: nowrap; */
}

.tmu-featured-news-separator {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #D4D4D4;
}

.tmu-featured-news-date {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #737373;
    white-space: nowrap;
}

/* Divider */
.tmu-featured-news-divider {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

/* Responsive Design */

/* TMU News List Section */
.tmu-news-list-section {
    margin-top: 120px;
}

.tmu-news-list-section .container {
    display: flex;
}

.tmu-news-list-container {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

/* Main Content */
.tmu-news-list-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.view-all-event {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Responsive Design */

/* TMU Events List Section */
.tmu-events-list-section {
    width: 100%;
    padding: 0;
    background-color: #ffffff;
}

.tmu-events-list-container {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Header with Title and Filters */
.tmu-events-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.tmu-events-list-title {
    font-family: "Lora", serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.8px;
    color: #000000;
    margin: 0;
    white-space: nowrap;
}

.tmu-events-list-filters {
    display: flex;
    align-items: center;
    gap: 8px;
    .tmu-event-list-filter--calendar {
        max-height: 44px;
        max-width: 199px;
        min-width: 215px;
    }
}

.tmu-events-list-filter {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 16px;
    border: 1px solid #e5e5e5;
    border-radius: 55px;
    background-color: #ffffff;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.tmu-events-list-filter:hover {
    border-color: #d4d4d4;
    background-color: #fafafa;
}

.tmu-events-list-filter-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #a3a3a3;
    white-space: nowrap;
}

.tmu-events-list-filter-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Events List Content */
.tmu-events-list-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.tmu-events-list-item a {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.tmu-events-list-item a:not(:has(*)) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tmu-events-list-item {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    padding: 24px 0;
    border-bottom: 1px dashed #e5e5e5;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-image: repeating-linear-gradient(
            to right,
            #d4d4d4 0 6px,
                /* nét dài 10px */ transparent 6px 12px /* khoảng trống 10px */
    )
    1;
}

.tmu-events-list-item:hover {
    .tmu-events-list-item-title,
    .tmu-news-list-item-title {
        color: rgba(30, 79, 158, 1);
    }

    .events-list-page-event-action .news-item__arrow {
        transform: rotate(0deg);
    }
}

.events-list-page-event-action {
    width: 34px;
    height: 34px;
    background-color: #f3f5fa;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.events-list-page-event-action .news-item__arrow {
    transition: 0.1s;
    transform: rotate(-45deg);
}

.tmu-events-list-item:last-child {
    border-bottom: none;
}

.tmu-events-list-item-content {
    flex: 1;
    display: flex;
    align-items: flex-start;
}

.tmu-events-list-item-date {
    padding: 3px 60px 0 0;
    flex-shrink: 0;
    min-width: 252px;
}
.tmu-news-list-articles .tmu-events-list-item-date {
    min-width: 150px;
}

.tmu-events-list-item-date span {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #737373;
    white-space: nowrap;
}

.tmu-events-list-item-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-right: 20px;
}

.tmu-events-list-item-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: #151515;
    margin: 0;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: auto-phrase;
}

.tmu-news-list-item-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: #151515;
    margin: 0;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: auto-phrase;
}

.tmu-events-list-item-category {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #f48020;
}

.tmu-events-list-item-arrow {
    width: 34px;
    height: 34px;
    background-color: #f3f5fa;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background-color 0.2s ease;
}

.tmu-events-list-item:hover .tmu-events-list-item-arrow {
    background-color: #e6ebfa;
}

.tmu-events-list-item-arrow svg {
    width: 14px;
    height: 14px;
}

/* View More Button */
.tmu-events-list-view-more {
    display: flex;
    justify-content: center;
    width: 100%;
}

.tmu-events-list-view-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 6px 20px;
    border: 1px solid rgba(30, 79, 158, 0.9);
    border-radius: 500px;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    height: 44px;
}

.tmu-events-list-view-more-btn:hover {
    background-color: rgba(30, 79, 158, 0.05);
    transform: translateY(-1px);
}

.tmu-events-list-view-more-btn span {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(30, 79, 158, 0.9);
}

.tmu-events-list-view-more-btn svg {
    width: 20px;
    height: 20px;
    color: rgba(30, 79, 158, 0.9);
}

.mobile-only {
    display: none;
}

/* ============ TRAINING SPECIALTIES MOBILE SLIDER ============ */

/* Training specialties mobile slider container */
.mobile-slider {
    position: relative;
    overflow: hidden;
}

.mobile-slider .slider-container {
    position: relative;
    width: 100%;
}

/* Training specialties slider */
.group-slider {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 400%; /* 4 slides * 100% */
    will-change: transform;
}

.group-slider.sliding {
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Individual training slide */
.card-slide {
    width: 25%; /* Each slide takes 1/4 of the container */
    flex-shrink: 0;
    a {
        width: 100%;
    }
}

/* Training specialties navigation buttons */
.mobile-slider .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: var(--system-white);
    color: var(--primary-blue);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    z-index: 10;
}

.mobile-slider .slider-btn:hover {
    background: var(--primary-blue);
    color: var(--system-white);
    transform: translateY(-50%) scale(1.05);
}

.mobile-slider .slider-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.mobile-slider .slider-btn:focus {
    outline: 2px solid rgba(30, 79, 158, 0.9);
    outline-offset: 2px;
}

.mobile-slider .prev-btn {
    left: -22px;
}

.mobile-slider .next-btn {
    right: -22px;
}

.mobile-slider .slider-btn svg {
    width: 20px;
    height: 20px;
}

/* Training specialties dots indicator */
.mobile-slider .slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    margin-bottom: 4px;
}

.mobile-slider .training-slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #1e4f9e;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.mobile-slider .training-slider-dot:hover {
    background: rgba(30, 79, 158, 0.6);
    transform: scale(1.2);
}

.mobile-slider .training-slider-dot.active {
    background: rgba(30, 79, 158, 0.9);
    width: 8px;
    height: 8px;
    border-radius: 4px;
}

.mobile-slider .training-slider-dot:focus {
    /* outline: 2px solid rgba(30, 79, 158, 0.9); */
    /* outline-offset: 2px; */
}
.content-sidebar {
    width: 300px;
}

.tmu-news-list-sidebar-title {
    margin-bottom: 48px;
}

/* Training specialties touch feedback */
.group-slider:active .card-slide {
    transition: transform 0.1s ease;
}

/* ============ ENC TRAINING SPECIALTIES MOBILE SLIDER ============ */

/* ============================================
   RESPONSIVE DESIGN - ALL MEDIA QUERIES
   ============================================ */
@media (max-width: 1600px) {
    .tmu-featured-news-main,
    .tmu-featured-news-list {
        flex: 1;
    }
}
@media (min-width: 769px) and (max-width: 1280px) {
    /* Featured News */
    .tmu-featured-news-container {
        padding: 0 20px;
    }

    .tmu-featured-news-layout {
        gap: 40px;
    }

    .tmu-events-list-item-date {
        min-width: 238px;
        padding: 3px 40px 0 0;
    }
    .tmu-news-list-articles .tmu-events-list-item-date {
        min-width: 130px;
    }

    .tmu-featured-news-main {
        width: calc(50% - 20px);
    }

    .tmu-featured-news-list {
        width: calc(50% - 20px);
    }

    /* News List */
    .tmu-news-list-container {
        padding: 0 40px;
        gap: 40px;
    }

    /* Featured News */
    .tmu-featured-news-layout {
        flex-direction: column;
        gap: 48px;
        min-height: auto;
        a {
            width: 100%;
        }
    }

    .tmu-featured-news-main,
    .tmu-featured-news-list {
        width: 100%;
    }

    .tmu-featured-news-main-image {
        height: 400px;
    }

    .tmu-news-list-container {
        flex-direction: column;
        gap: 48px;
    }

    /* Events List */
    .tmu-events-list-header {
        align-items: flex-start;
        gap: 24px;
    }

    .tmu-events-list-filters {
        align-self: stretch;
        justify-content: flex-start;
    }

    .content-sidebar {
        margin-right: 10px;
    }
}

/* 768px and below */
@media (max-width: 768px) {
    /* Hero Banner */
    .tmu-featured-news-main-image {
        &:hover img {
            transform: scale(1.1);
        }
    }
    .tmu-events-list-item-date {
        min-width: unset;
    }
    .tmu-news-hero-banner {
        height: 500px;
    }

    .tmu-news-hero-text {
        width: 100%;
        padding: 0 20px;
    }

    .tmu-news-hero-subtitle {
        font-size: 18px;
        letter-spacing: 3.6px;
    }

    .tmu-news-hero-title {
        font-size: 42px;
    }

    .tmu-news-hero-image {
        width: 150%;
        left: -25%;
        top: -100px;
    }

    .content-sidebar {
        width: 100%;
    }
    .tmu-news-list-sidebar-title {
        margin-bottom: 24px;
    }

    /* Featured News */
    .tmu-featured-news-container {
        padding: 0 20px;
    }

    .tmu-featured-news-title {
        font-size: 32px;
        margin-bottom: 32px;
        white-space: normal;
    }

    .tmu-featured-news-content {
        gap: 60px;
    }

    .tmu-featured-news-layout {
        gap: 32px;
    }

    .tmu-featured-news-main-image {
        height: 250px;
    }

    .tmu-events-list-item-content {
        flex-direction: column-reverse;
        gap: 8px;
        width: 100%;
    }

    .tmu-featured-news-section {
        margin-top: 60px;
    }

    .tmu-featured-news-main-headline {
        font-size: 18px;
    }

    .tmu-featured-news-card {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .tmu-featured-news-card-image {
        width: 100%;
        height: 250px;
    }

    .tmu-featured-news-card-title {
        font-size: 16px;
    }

    .tmu-news-list-container {
        padding: 0 20px;
        gap: 32px;
    }

    /* Events List */
    .tmu-events-list-container {
        padding: 0 20px;
    }

    .tmu-events-list-title {
        font-size: 32px;
        white-space: normal;
    }

    .tmu-events-list-header {
        gap: 20px;
    }

    .tmu-events-list-filters {
        width: 100%;
        /* gap: 12px; */
    }

    .tmu-events-list-filter {
        flex: none;
    }

    .tmu-events-list-item {
        flex-direction: column;
        gap: 16px;
        padding: 20px 0;
    }

    .tmu-events-list-item-date {
        padding: 0;
        order: 2;
    }

    .tmu-events-list-item-title,
    .tmu-news-list-item-title {
        font-size: 16px;
    }

    .tmu-events-list-item-category {
        font-size: 14px;
    }

    .tmu-events-list-item-arrow {
        align-self: flex-end;
        margin-top: -40px;
    }
    .tmu-news-list-section {
        margin-top: 0px;
    }
    .tmu-news-list-section .container {
        flex-direction: column;
    }
    .mobile-only {
        display: block;
    }
    .tmu-featured-news-layout,
    .tmu-featured-news-divider {
        display: none;
    }

    .tmu-featured-news-card {
        a {
            flex-direction: column;
            gap: 16px;
        }
    }
    .tmu-featured-news-main-content {
        margin-top: 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .events-list-page-event-action {
        display: none;
    }
    .main .main__viewall {
        width: 100%;
        justify-content: center;
    }
}

/* 480px and below */
@media (max-width: 480px) {
    /* Hero Banner */
    .main .tmu-news-hero-banner {
        height: 300px;
        padding-bottom: 0;
    }
    .tmu-event-list-filter--calendar {
        min-width: unset !important;
    }
    form {
        width: 100%;
        div {
            flex: 0 0 50%;
        }
    }
    .tmu-news-hero-subtitle {
        font-size: 14px;
        letter-spacing: 2.8px;
    }

    .tmu-news-hero-title {
        font-size: 32px;
    }

    .tmu-news-hero-image {
        width: 200%;
        height: 300px;
        left: -50%;
        top: 0;
    }

    .tmu-featured-news-container {
        padding: 0 16px;
    }

    .tmu-featured-news-title {
        margin-bottom: 24px;
        font-weight: 600;
        font-size: 24px;
        line-height: 130%;
        letter-spacing: 0%;
    }

    .tmu-featured-news-content {
        gap: 40px;
    }

    .tmu-featured-news-main-image,
    .tmu-featured-news-card-image {
        height: 245px;
    }

    .tmu-featured-news-main-headline {
        font-size: 16px;
    }

    .tmu-featured-news-category,
    .tmu-featured-news-date,
    .tmu-featured-news-separator {
        font-size: 13px;
    }

    .tmu-featured-news-main-headline,
    .tmu-featured-news-card-title,
    .tmu-events-list-item-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        word-break: auto-phrase;
    }

    /* News List */
    .tmu-news-list-container {
        flex-direction: column;
        padding: 0 16px;
        gap: 24px;
    }

    .tmu-news-list-item-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        word-break: auto-phrase;
    }

    /* Events List */

    .tmu-events-list-container {
        padding: 0 16px;
    }

    .tmu-events-list-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 130%;
        letter-spacing: 0%;
    }

    .tmu-events-list-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        margin-bottom: 24px;
    }

    .view-all-event {
        display: block;
    }

    .main .main__viewall {
        justify-content: center;
    }

    .tmu-events-list-filter {
        padding: 0 12px;
        height: 40px;
    }

    .tmu-events-list-filter-text {
        font-size: 13px;
    }

    .tmu-events-list-filter-icon {
        width: 18px;
        height: 18px;
    }

    .tmu-events-list-item {
        padding: 16px 0;
    }

    .tmu-events-list-item:first-child {
        padding-top: 0;
    }

    /* .tmu-events-list-item-title,
    .tmu-news-list-item-title {
      font-size: 15px;
    } */

    .tmu-events-list-item-date span {
        font-size: 14px;
    }

    .tmu-events-list-item-category {
        font-size: 14px;
    }

    .tmu-events-list-view-more-btn {
        padding: 4px 16px;
        height: 40px;
    }

    .tmu-events-list-view-more-btn span {
        font-size: 14px;
    }

    .tmu-events-list-view-more-btn svg {
        width: 18px;
        height: 18px;
    }

    .tmu-events-list-filter--date {
        flex: 2;
        justify-content: space-around;
    }

    .tmu-events-list-item-content {
        flex-direction: column-reverse;
        gap: 8px;
        width: 100%;
    }

    .tmu-events-list-item-info {
        gap: 8px;
        order: 1;
        padding-right: 0;
    }

    .tmu-news-list-section .container {
        flex-direction: column;
    }

    .main .tmu-featured-news-section {
        /* padding-bottom: 0; */
    }

    .content-sidebar {
        width: 100%;
    }

    .tmu-events-list-section {
        /*margin-top: 48px;*/
    }

    .tmu-featured-news-card a {
        flex-direction: column;
    }
}
