body.mmtv-latest-premium-page {
    background: #fff !important;
}

/* Keep the global desktop header identical to the homepage. The legacy
   Latest News rules hide the entire logo column; restore the original
   30/70 brand-row split without duplicating the header markup. */
@media (min-width: 768px) {
    body.mmtv-latest-premium-page .td-header-desktop-wrap .tdi_44,
    body.mmtv-latest-premium-page .td-header-desktop-wrap .vc_column:has(.tdb_header_logo) {
        display: block !important;
        flex: 0 0 30% !important;
        width: 30% !important;
        max-width: 30% !important;
    }

    body.mmtv-latest-premium-page .td-header-desktop-wrap .tdi_47,
    body.mmtv-latest-premium-page .td-header-desktop-wrap .vc_column:has(.mmtv-header-brandline) {
        flex: 0 0 70% !important;
        width: 70% !important;
        max-width: 70% !important;
    }
}

body.mmtv-latest-premium-page .td-main-content-wrap > .td-container {
    width: calc(100% - 70px) !important;
    max-width: 1210px !important;
}

body.mmtv-latest-premium-page .td-pb-span8.td-main-content,
body.mmtv-latest-premium-page .td-ss-main-content {
    width: 100% !important;
}

body.mmtv-latest-premium-page .td-pb-span4.td-main-sidebar {
    display: none !important;
}

body.mmtv-latest-premium-page .td-page-header {
    padding: 30px 20px 0 !important;
}

body.mmtv-latest-premium-page .entry-crumbs {
    margin-bottom: 27px !important;
    color: #929aa1 !important;
    font: 700 10px/1 Rubik, system-ui, sans-serif !important;
    letter-spacing: .03em !important;
}

body.mmtv-latest-premium-page .mmtv-latest-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #627700;
    font: 900 10px/1 Rubik, system-ui, sans-serif;
    letter-spacing: .17em;
}

body.mmtv-latest-premium-page h1.entry-title {
    margin: 0 !important;
    color: #11171d !important;
    font: 900 clamp(50px, 5.5vw, 72px)/.94 Rubik, system-ui, sans-serif !important;
    letter-spacing: -.06em !important;
}

body.mmtv-latest-premium-page .mmtv-latest-hub {
    padding: 0 20px 64px !important;
}

body.mmtv-latest-premium-page .mmtv-latest-intro {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: end !important;
    gap: 36px !important;
    margin: 0 0 24px !important;
    padding: 28px 0 30px !important;
    border-bottom: 1px solid #dfe4e6 !important;
}

body.mmtv-latest-premium-page .mmtv-latest-intro > p {
    max-width: 820px !important;
    margin: 0 !important;
    color: #58646f !important;
    font: 540 clamp(16px, 1.6vw, 20px)/1.55 system-ui, -apple-system, "Segoe UI", sans-serif !important;
}

body.mmtv-latest-premium-page .mmtv-latest-live {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
    padding: 9px 13px !important;
    border: 1px solid #dce2e4 !important;
    border-radius: 999px !important;
    background: #fafbf9 !important;
    color: #4f5b64 !important;
    font: 850 9px/1 Rubik, system-ui, sans-serif !important;
    letter-spacing: .12em !important;
    white-space: nowrap !important;
}

body.mmtv-latest-premium-page .mmtv-latest-live i {
    width: 7px !important;
    height: 7px !important;
    background: #c8f000 !important;
    border-radius: 50% !important;
    box-shadow: 0 0 0 4px rgba(200,240,0,.18) !important;
}

body.mmtv-latest-premium-page .mmtv-latest-topics {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 30px;
    padding: 0 0 5px;
    overflow-x: auto;
    scrollbar-width: none;
}

body.mmtv-latest-premium-page .mmtv-latest-topics::-webkit-scrollbar {
    display: none;
}

body.mmtv-latest-premium-page .mmtv-latest-topics a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid #dce1e4;
    border-radius: 999px;
    background: #fff;
    color: #263039 !important;
    font: 800 11px/1 Rubik, system-ui, sans-serif;
    text-decoration: none !important;
    white-space: nowrap;
    transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
}

body.mmtv-latest-premium-page .mmtv-latest-topics a:hover {
    transform: translateY(-1px);
    border-color: #aabe4a;
    background: #fbffe8;
}

body.mmtv-latest-premium-page .mmtv-latest-topics a.is-current {
    border-color: #a8c900;
    background: #c8f000;
    color: #10151a !important;
}

body.mmtv-latest-premium-page .mmtv-latest-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 26px 22px !important;
    align-items: stretch !important;
}

body.mmtv-latest-premium-page .mmtv-latest-card {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    min-height: 100% !important;
    overflow: hidden !important;
    border: 1px solid #dce2e4 !important;
    border-radius: 15px !important;
    background: #fff !important;
    box-shadow: 0 7px 22px rgba(17,23,29,.045) !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

body.mmtv-latest-premium-page .mmtv-latest-card:hover {
    transform: translateY(-3px) !important;
    border-color: #c8d0d4 !important;
    box-shadow: 0 15px 34px rgba(17,23,29,.085) !important;
}

body.mmtv-latest-premium-page .mmtv-latest-card__image {
    display: grid !important;
    place-items: center !important;
    width: 100% !important;
    aspect-ratio: 16 / 10 !important;
    overflow: hidden !important;
    background: #f1f3ef !important;
    border: 0 !important;
}

body.mmtv-latest-premium-page .mmtv-latest-card__image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
}

body.mmtv-latest-premium-page .mmtv-latest-card__copy {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 20px 20px 22px !important;
}

body.mmtv-latest-premium-page .mmtv-latest-card__meta {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 7px 9px !important;
    margin: 0 0 13px !important;
    color: #74808a !important;
    font: 820 8px/1 Rubik, system-ui, sans-serif !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

body.mmtv-latest-premium-page .mmtv-latest-card__meta > span:first-child {
    padding: 5px 7px !important;
    border-radius: 4px !important;
    background: #c8f000 !important;
    color: #172000 !important;
}

body.mmtv-latest-premium-page .mmtv-latest-card h2 {
    margin: 0 !important;
    color: #121820 !important;
    font: 850 clamp(20px, 1.75vw, 25px)/1.08 Rubik, system-ui, sans-serif !important;
    letter-spacing: -.037em !important;
}

body.mmtv-latest-premium-page .mmtv-latest-card h2 a {
    color: inherit !important;
    text-decoration: none !important;
}

body.mmtv-latest-premium-page .mmtv-latest-card h2 a:hover {
    color: #536a00 !important;
}

body.mmtv-latest-premium-page .mmtv-latest-card__copy > p {
    display: -webkit-box !important;
    margin: 13px 0 0 !important;
    overflow: hidden !important;
    color: #63707b !important;
    font: 500 13px/1.5 system-ui, -apple-system, "Segoe UI", sans-serif !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
}

body.mmtv-latest-premium-page .mmtv-latest-card.is-featured {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr) !important;
    min-height: 410px !important;
    border-top: 5px solid #c8f000 !important;
    border-radius: 20px !important;
}

body.mmtv-latest-premium-page .mmtv-latest-card.is-featured .mmtv-latest-card__image {
    height: 100% !important;
    min-height: 405px !important;
    aspect-ratio: auto !important;
    background: radial-gradient(circle at center, #fff 0%, #f0f3ed 100%) !important;
}

body.mmtv-latest-premium-page .mmtv-latest-card.is-featured .mmtv-latest-card__copy {
    justify-content: center !important;
    padding: 42px 40px !important;
}

body.mmtv-latest-premium-page .mmtv-latest-lead-label {
    display: inline-flex;
    margin: 0 0 17px;
    color: #637700;
    font: 900 9px/1 Rubik, system-ui, sans-serif;
    letter-spacing: .17em;
}

body.mmtv-latest-premium-page .mmtv-latest-card.is-featured h2 {
    font-size: clamp(34px, 3.7vw, 51px) !important;
    line-height: .98 !important;
    letter-spacing: -.055em !important;
}

body.mmtv-latest-premium-page .mmtv-latest-card.is-featured .mmtv-latest-card__copy > p {
    max-width: 540px !important;
    font-size: 15px !important;
    -webkit-line-clamp: 4 !important;
}

body.mmtv-latest-premium-page .mmtv-latest-cta {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 28px !important;
    margin-top: 38px !important;
    padding: 28px 30px !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: #111820 !important;
    color: #fff !important;
}

body.mmtv-latest-premium-page .mmtv-latest-cta strong {
    font: 850 clamp(20px, 2.2vw, 30px)/1.1 Rubik, system-ui, sans-serif !important;
    letter-spacing: -.035em !important;
}

body.mmtv-latest-premium-page .mmtv-latest-cta a {
    flex: 0 0 auto !important;
    padding: 12px 17px !important;
    border-radius: 999px !important;
    background: #c8f000 !important;
    color: #111820 !important;
    font: 850 11px/1 Rubik, system-ui, sans-serif !important;
    text-decoration: none !important;
}

@media (max-width: 1023px) {
    body.mmtv-latest-premium-page .td-main-content-wrap > .td-container {
        width: calc(100% - 36px) !important;
    }

    body.mmtv-latest-premium-page .mmtv-latest-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.mmtv-latest-premium-page .mmtv-latest-card.is-featured {
        grid-template-columns: minmax(0, 1.15fr) minmax(290px, .85fr) !important;
    }
}

@media (max-width: 767px) {
    body.mmtv-latest-premium-page .td-main-content-wrap > .td-container {
        width: calc(100% - 24px) !important;
    }

    body.mmtv-latest-premium-page .td-page-header {
        padding: 22px 8px 0 !important;
    }

    body.mmtv-latest-premium-page h1.entry-title {
        font-size: clamp(42px, 14vw, 58px) !important;
    }

    body.mmtv-latest-premium-page .mmtv-latest-hub {
        padding: 0 8px 46px !important;
    }

    body.mmtv-latest-premium-page .mmtv-latest-intro {
        grid-template-columns: 1fr !important;
        align-items: start !important;
        gap: 17px !important;
        padding: 22px 0 24px !important;
    }

    body.mmtv-latest-premium-page .mmtv-latest-intro > p {
        font-size: 16px !important;
    }

    body.mmtv-latest-premium-page .mmtv-latest-topics {
        margin: 0 -4px 23px !important;
        padding: 0 4px 5px !important;
    }

    body.mmtv-latest-premium-page .mmtv-latest-topics a {
        min-height: 36px !important;
        padding: 0 14px !important;
    }

    body.mmtv-latest-premium-page .mmtv-latest-grid {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }

    body.mmtv-latest-premium-page .mmtv-latest-card.is-featured {
        display: flex !important;
        min-height: 0 !important;
        border-radius: 16px !important;
    }

    body.mmtv-latest-premium-page .mmtv-latest-card.is-featured .mmtv-latest-card__image,
    body.mmtv-latest-premium-page .mmtv-latest-card__image {
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 16 / 10 !important;
    }

    body.mmtv-latest-premium-page .mmtv-latest-card.is-featured .mmtv-latest-card__copy {
        padding: 27px 23px 29px !important;
    }

    body.mmtv-latest-premium-page .mmtv-latest-card.is-featured h2 {
        font-size: 31px !important;
        line-height: 1.02 !important;
    }

    body.mmtv-latest-premium-page .mmtv-latest-card__copy {
        padding: 20px 18px 22px !important;
    }

    body.mmtv-latest-premium-page .mmtv-latest-cta {
        align-items: flex-start !important;
        flex-direction: column !important;
        padding: 24px !important;
    }
}
