:root {
    --red: #a06735;
    --navy: #061322;
    --ink: #121820;
    --muted: #68717c;
    --line: #e5e8ec;
    --soft: #f6f7f9;
    --white: #fff;
    --shadow: 0 8px 30px rgba(8, 24, 40, .08)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    font-family: Hind, Arial, sans-serif;
    background: #fff
}

a {
    text-decoration: none;
    color: inherit
}

.container {
    width: min(1180px, calc(100% - 32px));
    margin: auto
}

.trend {
    height: 38px;
    background: #330f04;
    color: #fff;
    font: 600 12px Inter, sans-serif
}

.trend-inner {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 20px
}

.trend b {
    background: var(--red);
    padding: 12px 16px;
    margin-left: -16px
}

.ticker {
    display: flex;
    gap: 38px;
    overflow: hidden;
    white-space: nowrap;
    flex: 1
}

.ticker span {
    display: inline-flex;
    align-items: center;
}

.ticker a {
    color: inherit;
    text-decoration: none;
}

.ticker span:before {
    content: "◆";
    font-size: 6px;
    margin-right: 10px
}

.live-mini {
    color: #ff3c43
}

.masthead {
    background: #fefbf6;
    box-shadow: 0 1px 8px #0000000d
}

.mast-inner {
    height: 135px;
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative
}

.icon-btn {
    border: 0;
    background: none;
    font-size: 24px;
    cursor: pointer;
    color: #102036
}

.logo {
    margin: auto;
    width: 300px;
    position: relative;
    text-align: center;
    line-height: .8;
    display: block
}

.logo small {
    font: italic 22px Georgia;
    display: block;
    margin-left: -90px
}

.logo strong {
    font: 800 66px Hind;
    color: #071426;
    letter-spacing: -4px;
    border-bottom: 6px solid var(--red)
}

.logo strong::first-letter {
    color: #071426
}

.logo em {
    font-style: normal;
    font-size: 12px;
    display: block;
    letter-spacing: 3px;
    margin-top: 8px
}

.epaper {
    background: var(--red);
    color: #fff;
    border-radius: 4px;
    padding: 10px 17px;
    font-weight: 700
}

.account {
    font-size: 20px;
    color: #0b1b30
}

.main-nav {
    background: #330f04;
    color: #fff
}

.main-nav .container {
    display: flex;
    align-items: center;
    overflow: auto
}

.main-nav a {
    padding: 11px 16px;
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
    border-right: 1px solid #ffffff10
}

.main-nav a:hover,
.home-link {
    background: var(--red)
}

.search-bar {
    display: none;
    padding: 12px 0;
    background: #f4f6f8
}

.search-bar.open {
    display: block
}

.search-bar .container {
    display: flex
}

.search-bar input {
    flex: 1;
    border: 1px solid var(--line);
    padding: 12px 16px;
    font: inherit
}

.search-bar button,
.btn {
    border: 0;
    background: var(--red);
    color: #fff;
    padding: 0 24px;
    font-weight: 700
}

.hero {
    display: grid;
    grid-template-columns: 1.7fr .82fr .76fr;
    gap: 18px;
    padding-top: 20px
}

.lead-slider {
    height: 370px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    background: #111;
    box-shadow: var(--shadow)
}

.lead-slide {
    position: absolute;
    inset: 0;
    display: none
}

.lead-slide.active {
    display: block
}

.lead-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .75
}

.lead-copy {
    position: absolute;
    inset: auto 28px 28px;
    color: #fff;
    z-index: 2
}

.lead-copy .badge {
    background: var(--red);
    padding: 6px 12px;
    border-radius: 3px;
    font-weight: 700
}

.lead-copy h1 {
    font-size: 31px;
    line-height: 1.24;
    margin: 16px 0 6px
}

.lead-copy h1 span {
    color: #ffcc23
}

.lead-copy p {
    margin: 0;
    color: #e9edf2
}

.dots {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 4
}

.dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    margin: 3px;
    background: #fff8
}

.dots button.active {
    background: #fff
}

.panel {
    border: 1px solid var(--line);
    border-radius: 7px;
    padding: 14px;
    background: #fff
}

.panel-title,
.section-head {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.panel-title h2,
.section-head h2 {
    font-size: 23px;
    margin: 0
}

.panel-title h2 {
    color: var(--red)
}

.more {
    font-size: 13px
}

.headline-list article {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 10px;
    padding: 9px 0;
    border-bottom: 1px solid var(--line)
}

.headline-list img {
    width: 70px;
    height: 52px;
    object-fit: cover;
    border-radius: 5px
}

.headline-list h3 {
    font-size: 14px;
    line-height: 1.3;
    margin: 0
}

.headline-list small,
.time {
    color: var(--muted)
}

.live-card img {
    width: 100%;
    height: 125px;
    object-fit: cover;
    border-radius: 5px
}

.live-card h3 {
    margin: 8px 0
}

.breaking {
    margin-top: 14px;
    background: var(--navy);
    color: #fff;
    border-radius: 7px;
    padding: 16px
}

.breaking h2 {
    color: #ff3434;
    margin: 0 0 6px
}

.breaking p {
    font-size: 12px;
    border-bottom: 1px solid #ffffff1c;
    padding: 5px 0;
    margin: 0
}

.section {
    margin-top: 30px
}

.section-head {
    border-left: 3px solid var(--red);
    padding-left: 12px;
    margin-bottom: 13px
}

.chips {
    display: flex;
    gap: 12px;
    margin: 8px 0 14px;
    overflow: auto
}

.chip {
    background: #f2f4f6;
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 13px;
    white-space: nowrap
}

.chip.active {
    background: var(--red);
    color: #fff
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px
}

.news-card {
    border: 1px solid var(--line);
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
    transition: .2s
}

.news-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow)
}

.news-card img {
    width: 100%;
    height: 128px;
    object-fit: cover
}

.news-card .body {
    padding: 10px
}

.news-card h3 {
    font-size: 16px;
    line-height: 1.35;
    margin: 0 0 8px
}

.two-col {
    display: grid;
    grid-template-columns: 2fr .9fr;
    gap: 18px
}

.feature-layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 16px
}

.feature-main img {
    width: 100%;
    height: 245px;
    object-fit: cover;
    border-radius: 6px
}

.feature-main h3 {
    font-size: 25px;
    line-height: 1.3;
    margin: 8px 0
}

.side-story {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 10px;
    margin-bottom: 12px
}

.side-story img {
    width: 88px;
    height: 65px;
    object-fit: cover;
    border-radius: 5px
}

.side-story h4 {
    font-size: 15px;
    line-height: 1.3;
    margin: 0
}

.ranking {
    counter-reset: rank
}

.rank-item {
    display: grid;
    grid-template-columns: 24px 75px 1fr;
    gap: 10px;
    align-items: center;
    margin: 13px 0
}

.rank-item:before {
    counter-increment: rank;
    content: counter(rank);
    font-weight: 800;
    color: #6b7480
}

.rank-item img {
    width: 75px;
    height: 52px;
    object-fit: cover;
    border-radius: 4px
}

.rank-item h4 {
    margin: 0;
    font-size: 14px;
    line-height: 1.3
}

.newsletter {
    background: linear-gradient(145deg, #e11717, #a80000);
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 30px 22px
}

.newsletter h2 {
    font-size: 26px;
    line-height: 1.2
}

.newsletter input {
    width: 100%;
    padding: 12px;
    border: 0;
    border-radius: 4px
}

.newsletter button {
    width: 100%;
    padding: 11px;
    margin-top: 8px;
    background: #330f04;
    color: #fff;
    border: 0;
    border-radius: 4px;
    font-weight: 700
}

.article-wrap {
    display: grid;
    grid-template-columns: minmax(0, 2fr) 340px;
    gap: 30px;
    padding-top: 30px
}

.article-content h1 {
    font-size: 43px;
    line-height: 1.2;
    margin: 10px 0
}

.article-content .hero-img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 8px
}

.article-content .story-body {
    font-size: 19px;
    line-height: 1.8
}

.breadcrumb {
    color: var(--red);
    font-size: 14px
}

.share {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    color: var(--muted)
}

.page-wrap {
    padding: 40px 0;
    max-width: 850px
}

.page-wrap h1 {
    font-size: 42px
}

.empty {
    padding: 60px;
    text-align: center;
    background: var(--soft);
    border-radius: 8px
}

footer {
    background: #330f04;
    color: #c9d0d8;
    margin-top: 48px;
    padding-top: 42px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.55fr repeat(4, 1fr);
    gap: 35px
}

.footer-grid h3 {
    color: #fff
}

.footer-grid>div>a {
    display: block;
    margin: 6px 0
}

.footer-logo {
    margin: 0 0 15px;
    width: 230px
}

.footer-logo strong {
    font-size: 48px;
    color: #fff
}

.footer-logo small {
    color: #fff
}

.footer-logo em {
    color: #c9d0d8
}

.store {
    border: 1px solid #77808a;
    border-radius: 6px;
    color: #fff;
    padding: 7px 12px;
    margin: 8px 0;
    font: 11px Inter
}

.store b {
    font-size: 17px
}

.copyright {
    border-top: 1px solid #ffffff15;
    margin-top: 35px;
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    font-size: 13px
}

#toTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    border: 0;
    background: var(--red);
    color: #fff;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: none
}

#toTop.show {
    display: block
}

@media(max-width:980px) {
    .hero {
        grid-template-columns: 1.5fr 1fr
    }

    .hero>aside:last-child {
        grid-column: 1/-1;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px
    }

    .card-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .footer-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .article-wrap {
        grid-template-columns: 1fr
    }

    .article-sidebar {
        display: none
    }
}

@media(max-width:650px) {
    .trend {
        display: none
    }

    .mast-inner {
        height: 92px
    }

    .logo {
        width: 190px
    }

    .logo strong {
        font-size: 43px
    }

    .logo small {
        font-size: 15px
    }

    .logo em {
        display: none
    }

    .account {
        display: none
    }

    .epaper {
        padding: 8px;
        font-size: 12px
    }

    .main-nav {
        display: none
    }

    .main-nav.open {
        display: block
    }

    .main-nav .container {
        flex-direction: column;
        align-items: stretch
    }

    .hero {
        grid-template-columns: 1fr
    }

    .lead-slider {
        height: 330px
    }

    .hero>aside:last-child {
        grid-column: auto;
        display: block
    }

    .card-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .two-col,
    .feature-layout {
        grid-template-columns: 1fr
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .footer-grid>div:first-child {
        grid-column: 1/-1
    }

    .article-content h1 {
        font-size: 31px
    }

    .copyright {
        display: block
    }

    .news-card img {
        height: 115px
    }
}

/* Premium branded masthead and sharing */
.mast-inner {
    height: 124px;
    justify-content: space-between;
    gap: 38px
}

.image-logo {
    display: block;
    
}

.image-logo img {
    display: block;
    width: 100%;
    height: 96px;
    object-fit: contain
}

.header-banner {
    height: 86px;
    max-width: 710px;
    flex: 1;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    background: #330f04;
    color: #fff
}

.header-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .28
}

.header-banner span {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-shadow: 0 2px 6px #000
}

.header-banner b {
    font: 800 23px Inter;
    letter-spacing: 2px
}

.header-banner small {
    margin-top: 7px
}

.main-nav .container {
    overflow: visible
}

.main-nav a {
    padding-left: 13px;
    padding-right: 13px
}

.nav-menu-btn {
    display: none;
    border: 0;
    background: var(--red);
    color: #fff;
    padding: 10px 14px;
    font-size: 18px
}

.nav-search {
    display: flex;
    margin-left: auto;
    min-width: 160px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden
}

.nav-search input {
    width: 125px;
    border: 0;
    padding: 7px 9px;
    font: inherit;
    outline: 0
}

.nav-search button {
    border: 0;
    background: var(--red);
    color: #fff;
    padding: 0 12px;
    font-weight: 700
}

.footer-image-logo {
    width: 235px;
    filter: brightness(0) invert(1);
    mix-blend-mode: screen
}

.footer-image-logo img {
    height: auto
}

.article-content h1 {
    font-size: 36px;
    line-height: 1.22;
    margin: 6px 0 3px
}

.article-content>.time {
    margin: 2px 0 4px
}

.share {
    padding: 5px 0 9px;
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #fff !important;
    border-radius: 4px;
    padding: 6px 11px;
    font: 700 12px Inter
}

.share-facebook {
    background: #1877f2
}

.share-x {
    background: #000
}

.share-whatsapp {
    background: #25d366
}

@media(max-width:650px) {
    .mast-inner {
        height: 96px;
        display: flex;
        flex-direction: row;
        gap: 12px
    }

    .image-logo {
        flex-basis: 180px
    }

    .image-logo img {
        height: 74px
    }

    .header-banner {
        display: block;
        height: 64px
    }

    .header-banner b {
        font-size: 12px
    }

    .header-banner small {
        font-size: 9px
    }

    .main-nav {
        display: block
    }

    .main-nav .container {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center
    }

    .main-nav a {
        display: none
    }

    .main-nav.open a {
        display: block;
        width: 100%
    }

    .nav-menu-btn {
        display: block
    }

    .nav-search {
        margin: 5px 0 5px auto
    }

    .main-nav.open .nav-search {
        width: 100%
    }

    .main-nav.open .nav-search input {
        flex: 1
    }

    .footer-image-logo {
        width: 220px
    }

    .article-content h1 {
        font-size: 29px
    }
}

.slide-arrow {
    position: absolute;
    z-index: 5;
    top: 46%;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #330f04bb;
    color: #fff;
    font-size: 32px;
    cursor: pointer
}

.slide-arrow:hover {
    background: var(--red)
}

.slide-arrow.prev {
    left: 14px
}

.slide-arrow.next {
    right: 14px
}

.wide-ad {
    display: block;
    height: 110px;
    margin-top: 18px;
    border-radius: 8px;
    overflow: hidden
}

.wide-ad img,
.sidebar-ad img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.category-layout {
    display: grid;
    grid-template-columns: minmax(0, 3fr) 320px;
    gap: 22px
}

.category-layout .card-grid {
    grid-template-columns: repeat(3, 1fr) !important
}

.sidebar-ad {
    display: block;
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 18px
}

.video-embed {
    position: relative;
    padding-top: 56.25%;
    margin: 20px 0
}

.video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 8px
}

@media(max-width:800px) {
    .category-layout {
        grid-template-columns: 1fr
    }

    .category-layout .card-grid {
        grid-template-columns: repeat(2, 1fr) !important
    }

    .wide-ad {
        height: 75px
    }
}

.hero-primary {
    min-width: 0
}

.hero-primary .wide-ad {
    width: 100%;
    height: 92px;
    margin-top: 14px
}

.ad-code {
    overflow: hidden
}

.footer-image-logo {
    filter: none !important;
    mix-blend-mode: normal !important;
    background: #fff;
    border-radius: 6px;
    padding: 5px
}

.media-preview {
    display: block;
    max-width: 420px;
    max-height: 150px;
    object-fit: contain;
    background: #f7f8fa;
    border: 1px solid #dde3e9;
    border-radius: 6px;
    padding: 6px;
    margin: 6px 0 10px
}

.logo-preview {
    max-height: 110px
}

.media-setting {
    border: 1px solid #dde3e9;
    border-radius: 8px;
    padding: 16px;
    margin: 14px 0
}

.plain-textarea {
    min-height: 110px
}

.nav-item {
    position: relative
}

.nav-item>a {
    display: block
}

.submenu {
    display: none;
    position: absolute;
    z-index: 30;
    top: 100%;
    left: 0;
    min-width: 190px;
    background: #fff;
    color: #162235;
    border-top: 3px solid var(--red);
    box-shadow: 0 12px 30px #00152d33
}

.submenu a {
    display: block !important;
    padding: 9px 14px !important;
    border-bottom: 1px solid var(--line);
    background: #fff !important
}

.submenu a:hover {
    color: var(--red)
}

.nav-item:hover .submenu,
.nav-item:focus-within .submenu {
    display: block
}

.urgent-tabs button {
    border: 0;
    font-family: inherit;
    cursor: pointer
}

.loading {
    opacity: .45;
    pointer-events: none
}

.row-carousel {
    position: relative
}

.row-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 42px)/4);
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none
}

.row-track::-webkit-scrollbar {
    display: none
}

.row-track .news-card,
.video-card {
    scroll-snap-align: start
}

.row-arrow {
    position: absolute;
    z-index: 5;
    top: -49px;
    width: 31px;
    height: 31px;
    border: 1px solid #ccd2d9;
    border-radius: 50%;
    background: #fff;
    font-size: 22px;
    cursor: pointer
}

.row-arrow.left {
    right: 38px
}

.row-arrow.right {
    right: 0
}

.video-section {
    background: #fff
}

.video-card {
    background: #090d12;
    color: #fff;
    border-radius: 8px;
    overflow: hidden
}

.video-card h3 {
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
    padding: 10px
}

.video-play {
    display: block;
    position: relative;
    width: 100%;
    height: 190px;
    padding: 0;
    border: 0;
    background: #111;
    cursor: pointer
}

.video-play img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .8
}

.video-play span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    font-size: 21px
}

.video-modal {
    position: fixed;
    z-index: 100;
    inset: 0;
    background: #000d;
    display: grid;
    place-items: center;
    padding: 30px
}

.video-modal[hidden] {
    display: none
}

.video-frame {
    width: min(900px, 90vw);
    aspect-ratio: 16/9
}

.video-frame iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.video-close {
    position: fixed;
    right: 25px;
    top: 20px;
    border: 0;
    background: none;
    color: #fff;
    font-size: 44px;
    cursor: pointer
}

@media(max-width:800px) {
    .row-track {
        grid-auto-columns: 70%
    }

    .submenu {
        position: static;
        box-shadow: none
    }

    .main-nav.open .submenu {
        display: block
    }

    .two-col {
        display: block
    }

    .two-col>aside {
        margin-top: 15px
    }
}

.magazine-section {
    grid-template-columns: 1fr
}

.magazine-section>aside {
    display: none
}

.magazine-layout {
    display: grid;
    grid-template-columns: 1.05fr 1.1fr;
    gap: 20px
}

.magazine-lead img {
    width: 100%;
    height: 310px;
    object-fit: cover
}

.magazine-lead h3 {
    font-size: 26px;
    line-height: 1.3;
    margin: 10px 0
}

.magazine-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 18px
}

.magazine-list article {
    border-bottom: 1px solid var(--line);
    padding: 0 0 14px;
    margin-bottom: 14px
}

.magazine-list a {
    display: grid;
    grid-template-columns: 145px 1fr;
    gap: 12px;
    align-items: start
}

.magazine-list img {
    width: 145px;
    height: 86px;
    object-fit: cover
}

.magazine-list h3 {
    font-size: 17px;
    line-height: 1.3;
    margin: 0
}

@media(max-width:800px) {
    .magazine-layout {
        grid-template-columns: 1fr
    }

    .magazine-lead img {
        height: 240px
    }

    .magazine-list {
        grid-template-columns: 1fr
    }

    .magazine-list a {
        grid-template-columns: 120px 1fr
    }

    .magazine-list img {
        width: 120px;
        height: 76px
    }
}

.result-count {
    color: var(--muted);
    font-size: 14px
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin: 30px 0 5px
}

.pagination a,
.pagination span {
    min-width: 38px;
    height: 38px;
    padding: 0 11px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 5px;
    background: #fff
}

.pagination a:hover,
.pagination a.active {
    background: var(--red);
    border-color: var(--red);
    color: #fff
}

.pagination a.disabled {
    pointer-events: none;
    opacity: .4
}

.row-arrow {
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    background: #fff;
    border-color: #d6dbe1;
    box-shadow: 0 4px 14px #00152d2e
}

.row-arrow.left {
    left: -16px;
    right: auto
}

.row-arrow.right {
    right: -16px
}

.video-carousel .row-track {
    grid-auto-columns: calc((100% - 56px)/5)
}

.video-card {
    border-radius: 10px;
    background: #080d14;
    box-shadow: 0 5px 16px #330f041f
}

.video-play {
    height: auto;
    aspect-ratio: 9/14
}

.video-card h3 {
    min-height: 62px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.video-carousel .row-arrow.left {
    left: -18px
}

.video-carousel .row-arrow.right {
    right: -18px
}

@media(max-width:800px) {
    .video-carousel .row-track {
        grid-auto-columns: 62%
    }

    .row-arrow.left {
        left: -8px
    }

    .row-arrow.right {
        right: -8px
    }
}