/*
Theme Name: Val9ja
Author: Abuchi Godwin Ozor
Description: A news and magazine theme inspired by Metro.co.uk.
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: news, magazine
Text Domain: val9ja
*/

/* --- Your CSS Rules Start Below This Line --- */
:root {
    --swiper-theme-color: #f04 !important;
}

*,
:after,
:before {
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0
}

body {
    -webkit-font-smoothing: antialiased
}

canvas,
img,
picture,
video {
    display: block
}

button,
input,
select,
textarea {
    font: inherit
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    overflow-wrap: break-word
}

html:focus-within {
    scroll-behavior: smooth
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

canvas,
img,
picture,
svg,
video {
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

@media(prefers-reduced-motion:reduce) {
    html:focus-within {
        scroll-behavior: auto
    }
    *,
    :after,
    :before {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        transition: none
    }
}

body,
html {
    scroll-behavior: smooth
}

body {
    min-width: 320px;
    position: relative
}

.wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 0 auto;
    max-width: 60rem;
    min-height: 100vh
}

@media screen and (max-width:600px) {
    html[lang=en] {
        margin-top: 0 !important;
        scroll-padding-top: 0 !important
    }
    html #wpadminbar {
        display: none
    }
}

a {
    color: #000
}

.dark a {
    color: #fff
}

.horizontal-scroll {
    cursor: -webkit-grab;
    cursor: grab;
    overflow-x: scroll;
    scrollbar-width: none
}

.horizontal-scroll::-webkit-scrollbar {
    display: none
}

.blur {
    position: relative
}

.blur:after {
    background: linear-gradient(270deg, var(--blur-color, #fff) 60%, transparent);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: var(--blur-width, 50px)
}

.blur>* {
    padding-right: var(--blur-width, 50px)
}

hr {
    border: 1px solid #eaeaea
}

.loader {
    display: inline-block
}

.loader:after {
    animation: loading-animation .8s linear infinite;
    border: 3px solid var(--loading-color, #000);
    border-color: var(--loading-color, #000) transparent;
    border-radius: 50%;
    content: " ";
    display: block;
    height: var(--loading-size, 12px);
    position: relative;
    width: var(--loading-size, 12px)
}

@keyframes loading-animation {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.masthead {
    --button-color: $white;
    align-items: center;
    display: flex;
    gap: 6px;
    height: 100px;
    padding: 0 10px 0 0;
    position: relative
}

@media(min-width:23.5em) {
    .masthead {
        padding: 0 20px 0 0
    }
}

@media(min-width:26em) {
    .masthead {
        gap: 10px
    }
}

@media(min-width:48em) {
    .masthead {
        height: 108px;
        padding: 0 70px 0 0
    }
}


.masthead .metro-button {
    background: transparent;
    border: 0;
    height: 100%;
    max-width: none;
    padding: 10px 12px
}

.masthead .metro-button>span {
    display: none
}

.masthead .metro-button svg {
    margin: auto;
    fill: #fff
}

.masthead__logo,
.masthead__mobile-logo,
.masthead__secondary-logo {
    align-items: center;
    display: flex;
    height: 100%
}

.masthead__logo img,
.masthead__logo svg,
.masthead__mobile-logo img,
.masthead__mobile-logo svg,
.masthead__secondary-logo img,
.masthead__secondary-logo svg {
    max-height: 100%;
    max-width: 100%
}

.masthead__desktop-logo,
.masthead__logo,
.masthead__mobile-logo {
    flex-grow: 1;
    padding: 10px;
    transition: opacity 1s
}

@media(min-width:23.5em) {
    .masthead__desktop-logo,
    .masthead__logo,
    .masthead__mobile-logo {
        padding: 20px
    }
}

@media(max-width:47.99em) {
    .metro-search--expanded .masthead__desktop-logo,
    .metro-search--expanded .masthead__logo,
    .metro-search--expanded .masthead__mobile-logo {
        opacity: 0
    }
}

.masthead__desktop-logo a,
.masthead__logo a,
.masthead__mobile-logo a {
    align-items: center;
    color: #fff;
    display: inline-flex;
    height: 100%
}

.masthead__logo {
    flex-basis: 50%;
    flex-shrink: 0
}

.has-mobile-logo .masthead__logo {
    display: none
}

@media(min-width:48em) {
    .has-mobile-logo .masthead__logo {
        display: flex
    }
    .has-desktop-logo .masthead__logo {
        display: none
    }
}

.masthead__logo svg {
    height: 40px;
    width: 100%
}

@media(min-width:48em) {
    .masthead__logo svg {
        height: 60px;
        width: 237px
    }
}

.masthead__logo img {
    max-height: 40px
}

@media(min-width:48em) {
    .masthead__logo img {
        max-height: 60px
    }
}

.masthead__desktop-logo {
    display: none
}

@media(min-width:48em) {
    .masthead__desktop-logo {
        display: flex
    }
}

.masthead__desktop-logo img {
    max-height: 60px
}

.masthead__desktop-logo svg {
    height: 60px
}

.masthead__mobile-logo img {
    max-height: 45px
}

@media(min-width:48em) {
    .masthead__mobile-logo {
        display: none
    }
}

.masthead__mobile-logo svg {
    height: 45px;
    width: 188px
}

@media(min-width:48em) {
    .masthead__mobile-logo svg {
        height: 60px;
        width: 237px
    }
}

.masthead__secondary-logo {
    display: none;
    padding: 5px 0;
    transition: opacity 1s
}

@media(min-width:48em) {
    .masthead__secondary-logo {
        display: flex
    }
}

.metro-search--expanded .masthead__secondary-logo {
    opacity: 0
}

.masthead__secondary-logo>a {
    display: block;
    height: 100%
}

.masthead__menu-expand,
.masthead__search {
    flex-shrink: 0
}

.metro-search {
    align-items: center;
    background: #292929;
    border-radius: 22.5px;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 45px;
    position: absolute;
    right: 65px;
    transition: width .35s;
    width: 45px
}

@media(min-width:23.5em) {
    .metro-search {
        right: 80px
    }
}

@media(min-width:48em) {
    .metro-search {
        border-radius: 16px;
        height: 32px;
        right: 20px;
        width: 32px
    }
    .metro-search .metro-button {
        padding: 0
    }
}

.metro-search--expanded .metro-search {
    cursor: auto;
    width: calc(100% - 100px)
}

@media(min-width:48em) {
    .metro-search--expanded .metro-search {
        width: 180px
    }
}

.metro-search>form {
    flex-grow: 1
}

.metro-search__input {
    background: none;
    border: none;
    border-radius: 25px;
    box-sizing: border-box;
    color: #fff;
    display: none;
    font-weight: 700;
    outline: none;
    padding: 0 0 0 2px;
    width: 100%
}

.metro-search__input::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .3)
}

.metro-search__input:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .3)
}

.metro-search__input::placeholder {
    color: hsla(0, 0%, 100%, .3)
}

.metro-search--expanded .metro-search__input {
    display: block
}

.metro-search__close,
.metro-search__expand {
    flex-basis: 45px;
    height: 100%;
    width: 100%
}

.metro-search__expand {
    display: flex
}

@media(min-width:48em) {
    .metro-search__expand svg {
        width: 12px
    }
}

.masthead .metro-search__close {
    display: none
}

.metro-search--expanded .metro-search__close {
    display: flex
}

.metro-search__close svg {
    width: 12px
}

@media(min-width:48em) {
    .metro-search__close svg {
        width: 10px
    }
}

.metro-account {
    align-items: center;
    background: #292929;
    border-radius: 16px;
    color: #fff;
    cursor: pointer;
    display: none;
    height: 32px;
    width: 32px
}

.metro-account .metro-button {
    padding: 0;
    width: 100%
}

@media(min-width:26em) {
    .metro-account {
        border-radius: 22.5px;
        height: 45px;
        width: 45px
    }
}

@media(min-width:48em) {
    .metro-account {
        border-radius: 16px;
        height: 32px;
        width: 32px
    }
    .metro-account .metro-button {
        padding: 0
    }
}

.member-logged-in .metro-account {
    display: block
}

.member-logged-in .metro-search {
    border-radius: 16px;
    height: 32px;
    padding: 0;
    right: 86px;
    width: 32px
}

.member-logged-in .metro-search .metro-button {
    padding: 0
}

.member-logged-in .masthead__menu-expand {
    height: 32px;
    width: 32px
}

.member-logged-in .masthead__menu-expand .metro-button {
    padding: 0
}

.member-logged-in .metro-search--expanded .metro-search {
    width: calc(100% - 150px)
}

@media(min-width:23.5em) {
    .member-logged-in .metro-search {
        right: 96px
    }
}

@media(min-width:26em) {
    .member-logged-in .metro-search {
        border-radius: 22.5px;
        height: 45px;
        right: 130px;
        width: 45px
    }
    .member-logged-in .masthead__menu-expand {
        height: 45px;
        width: 45px
    }
}

@media(min-width:48em) {
    .member-logged-in .metro-account {
        position: absolute;
        right: 20px
    }
    .member-logged-in .masthead {
        padding: 0 102px 0 0
    }
    .member-logged-in .metro-search {
        border-radius: 16px;
        height: 32px;
        right: 62px;
        width: 32px
    }
    .member-logged-in .metro-search--expanded .metro-search {
        width: 180px
    }
    .member-logged-in .masthead__menu-expand {
        height: auto;
        width: auto
    }
    .member-logged-in .masthead__menu-expand .metro-button {
        padding: 10px 12px
    }
}

.site-navigation {
    background: #ffc000;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    padding: 12px 0 0
}

.site-navigation.site-navigation--expanded {
    padding: 12px 0 38px
}

.site-navigation a {
    color: #fff;
    text-decoration: none
}

.site-navigation ul {
    list-style: none
}

.site-navigation>.horizontal-scroll {
    display: flex
}

@media(min-width:48em) {
    .site-navigation>.horizontal-scroll {
        margin: 0 40px 0 0
    }
}

.site-navigation>.horizontal-scroll .favicon {
    flex: 0 0 26px;
    margin: 2px 10px 0 -29px;
    transition: margin .35s
}

@media(min-width:48em) {
    .site-navigation>.horizontal-scroll .favicon {
        display: none
    }
}

.site-navigation>.horizontal-scroll .favicon svg {
    height: 26px
}

.is-pinned .site-navigation>.horizontal-scroll .favicon {
    margin: 2px 5px 0 10px
}

.site-navigation .is-new>a:after {
    background: #f04;
    border-radius: 3px;
    content: "";
    display: inline-block;
    height: 6px;
    position: absolute;
    transform: translateX(3px) translateY(3px);
    width: 6px
}

.site-navigation .social-links {
    display: none
}

.site-navigation__menu {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 900;
    margin: 0;
    padding: 0 10px 0 0
}

@media(min-width:48em) {
    .site-navigation__menu {
        padding: 0 10px
    }
}

.site-navigation__menu>li {
    flex-shrink: 0;
    padding: 0 0 10px
}

@media(min-width:48em) {
    .site-navigation__menu>li {
        flex: 0 0 150px;
        text-align: center
    }
}

.site-navigation__menu>li>a,
.site-navigation__menu>li>span {
    box-sizing: border-box;
    color: #000;
    display: block;
    line-height: 1.5;
    padding: 0 15px 4px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%
}

@media(min-width:48em) {
    .site-navigation__menu>li>a,
    .site-navigation__menu>li>span {
        padding: 1px 10px
    }
}

.site-navigation__menu>li>a:before,
.site-navigation__menu>li>span:before {
    background: var(--accent-color, #fff);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    content: "";
    display: block;
    height: 3px;
    left: 8px;
    position: absolute;
    top: 100%;
    transition: border-top-left-radius .25s, border-top-right-radius .25s, height .25s;
    width: calc(100% - 16px);
    z-index: 50
}

@media(min-width:48em) {
    .site-navigation__menu>li>a:before,
    .site-navigation__menu>li>span:before {
        left: unset;
        width: calc(100% - 20px)
    }
}

.site-navigation__menu>li>a:hover:before,
.site-navigation__menu>li>span:hover:before {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 6px
}

.site-navigation__menu>li>a span,
.site-navigation__menu>li>span span {
    display: none
}

.site-navigation__menu>li.more {
    max-width: 0
}

.site-navigation__menu .metro-button,
.site-navigation__menu>li.more>span {
    display: none
}

.site-navigation__submenu {
    align-items: center;
    background: #000;
    bottom: 0;
    display: none;
    flex-direction: row;
    gap: 25px;
    height: 40px;
    left: 0;
    padding: 0 14px;
    position: absolute;
    width: 100%
}

@media(min-width:48em) {
    .site-navigation__submenu {
        padding: 0 20px
    }
}

.site-navigation__submenu li {
    flex-shrink: 0;
    text-wrap: nowrap
}

.site-navigation__submenu a {
    color: gray
}

.site-navigation__submenu .current-menu-item a,
.site-navigation__submenu .current-metro_gallery-ancestor a,
.site-navigation__submenu .current-metro_gallery-parent a,
.site-navigation__submenu .current-post-ancestor a,
.site-navigation__submenu .current-post-parent a,
.site-navigation__submenu a:hover {
    color: #fff
}

.current-category-ancestor .site-navigation__submenu,
.current-menu-ancestor .site-navigation__submenu,
.current-menu-item .site-navigation__submenu,
.current-metro_gallery-ancestor .site-navigation__submenu,
.current-post-ancestor .site-navigation__submenu {
    display: flex
}

.current-menu-item .site-navigation__submenu {
    z-index: 45
}

.current-menu-ancestor .site-navigation__submenu {
    z-index: 40
}

.current-metro_gallery-ancestor .site-navigation__submenu,
.current-post-ancestor .site-navigation__submenu {
    z-index: 35
}

.site-navigation__submenu .current-category-ancestor {
    z-index: 30
}

.site-navigation__menu .current-category-ancestor a:before,
.site-navigation__menu .current-menu-item>a:before,
.site-navigation__menu .current-menu-parent a:before,
.site-navigation__menu>li>a:hover:before {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 6px
}

@supports not (inset:0) {
    .site-navigation__submenu>* {
        margin-right: 25px !important
    }
    .site-navigation__submenu>:last-child {
        margin-right: 0 !important
    }
}

.masthead__menu-expand {
    align-items: center;
    background: #292929;
    border-radius: 22.5px;
    height: 45px;
    width: 45px
}

@media(min-width:48em) {
    .masthead__menu-expand {
        border-radius: 0;
        height: auto;
        padding: 0;
        position: absolute;
        right: 0;
        top: calc(100% + 10px);
        width: auto;
        z-index: 30
    }
}

.menu-expand__close,
.menu-expand__open {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.menu--expanded .menu-expand__open {
    display: none
}

.menu-expand__open svg {
    height: 22px;
    width: 19px
}

@media(min-width:48em) {
    .menu-expand__open svg {
        height: 18px;
        width: 15px
    }
}

.masthead .menu-expand__close {
    display: none
}

.menu--expanded .menu-expand__close {
    display: flex
}

.menu-expand__close svg {
    height: 19px;
    width: 16px
}

@media(min-width:48em) {
    .menu-expand__close svg {
        height: 18px;
        width: 15px
    }
}

.menu--expanded {
    overflow: hidden
}

@media(min-width:48em) {
    .menu--expanded {
        overflow: visible
    }
}

.menu--expanded .header:after {
    background: #ffc000;
    content: "";
    display: block;
    height: 31px;
    width: 100%
}

.menu--expanded .site-navigation {
    background: #ffc000;
    height: calc(100vh - 100px);
    height: calc(100dvh - 100px);
    overflow-y: auto;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    z-index: 20
}

@media(min-width:48em) {
    .menu--expanded .site-navigation {
        height: auto;
        max-height: none;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 12px 40px 0 0;
        width: 60rem
    }
}

.menu--expanded .site-navigation>.horizontal-scroll {
    display: block
}

@media(min-width:48em) {
    .menu--expanded .site-navigation>.horizontal-scroll {
        margin: 0
    }
}

@media(max-width:47.99em) {
    .menu--expanded .site-navigation .is-new>a:after {
        align-items: center;
        border-radius: 8px;
        content: "NEW";
        display: inline-flex;
        font-size: 10px;
        height: 16px;
        margin-left: 10px;
        padding: 0 5px;
        position: relative;
        transform: none;
        width: auto
    }
}

.menu--expanded .site-navigation .social-links {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 30px
}

.menu--expanded .site-navigation__menu {
    display: block;
    font-size: 16px;
    grid-template-columns: repeat(7, minmax(-webkit-min-content, 1fr));
    grid-template-columns: repeat(7, minmax(min-content, 1fr))
}

@media(min-width:48em) {
    .menu--expanded .site-navigation__menu {
        align-items: start;
        display: grid;
        font-size: 14px;
        padding: 0 10px
    }
}

.menu--expanded .site-navigation__menu>li {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 0 0 3px;
    position: relative
}

@media(min-width:48em) {
    .menu--expanded .site-navigation__menu>li {
        display: block;
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
        padding: 0 0 10px
    }
}

.menu--expanded .site-navigation__menu>li>a,
.menu--expanded .site-navigation__menu>li>span {
    align-items: center;
    display: flex;
    padding: 12px 15px 5px
}

@media(min-width:48em) {
    .menu--expanded .site-navigation__menu>li>a,
    .menu--expanded .site-navigation__menu>li>span {
        display: block;
        padding: 1px 10px
    }
}

.menu--expanded .site-navigation__menu>li>a span,
.menu--expanded .site-navigation__menu>li>span span {
    display: inline;
    font-size: 12px;
    font-weight: 500;
    order: 2
}

.menu--expanded .site-navigation__menu>li>a span:before,
.menu--expanded .site-navigation__menu>li>span span:before {
    content: "|";
    margin: 0 10px
}

.menu--expanded .site-navigation__menu>li.more {
    max-width: none
}

.menu--expanded .site-navigation__menu>li.more>span {
    display: block
}

.menu--expanded .site-navigation__menu .metro-button {
    background: none;
    border: 0;
    display: block;
    padding-left: 50px;
    position: absolute;
    right: 10px;
    top: 10px
}

@media(min-width:48em) {
    .menu--expanded .site-navigation__menu .metro-button {
        display: none
    }
}

.menu--expanded .site-navigation__menu .metro-button span {
    display: none
}

.menu--expanded .site-navigation__menu .metro-button svg {
    display: block;
    height: 7px;
    transition: transform .35s;
    width: 12px
}

.menu--expanded .site-navigation__submenu {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    gap: 0;
    height: auto;
    line-height: 1.25;
    padding: 10px 15px 0;
    position: relative;
    text-align: left
}

@media(min-width:48em) {
    .menu--expanded .site-navigation__submenu {
        padding: 20px 10px 10px
    }
}

.menu--expanded .site-navigation__submenu li {
    padding: 6px 0;
    text-wrap: wrap
}

.menu--expanded .site-navigation__submenu--expanded a {
    color: #d9d9d9
}

.menu--expanded .site-navigation__submenu--expanded svg {
    transform: rotate(180deg)
}

.menu--expanded .horizontal-scroll {
    cursor: auto
}

.menu--expanded .favicon {
    display: none
}

.site-navigation__accordion {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .35s;
    transition: grid-template-rows .35s, -ms-grid-rows .35s;
    width: 100%
}

@media(min-width:48em) {
    .site-navigation__accordion {
        grid-template-rows: 1fr
    }
}

.site-navigation__submenu--expanded .site-navigation__accordion {
    grid-template-rows: 1fr
}

.header {
    background: var(--metro--header--background-color);
    position: -webkit-sticky;
    position: sticky;
    top: -100px;
    z-index: 99
}

@media(min-width:48em) {
    .header {
        position: relative;
        top: auto
    }
}

.header.is-pinned {
    border-bottom: 1px solid #4d4d4d
}

.header a>span,
.header svg {
    pointer-events: none
}

.overlay--open .header {
    z-index: -1
}

.footer__logo svg {
    height: 45px;
    width: 188px
}

@media(min-width:48em) {
    .footer__logo svg {
        height: 50px;
        width: 210px
    }
}

.footer__logo>a {
    color: #fff
}

.footer__menu {
    flex-basis: 100%
}

@media(min-width:48em) {
    .footer__menu {
        order: 3
    }
}

.footer__menu .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 35px;
    margin: 30px 0 0
}

@media(min-width:48em) {
    .footer__menu .menu {
        max-width: 80%
    }
}

@supports not (inset:0) {
    .footer__menu .menu>* {
        margin-bottom: 15px !important;
        margin-right: 35px !important
    }
}

.footer__menu .menu-item {
    display: inline-flex
}

.footer__menu a {
    color: #fff;
    text-decoration: none
}

.footer__menu a:hover {
    text-decoration: underline
}

.ipso-regulated {
    background-image: url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQABLAEsAAD/4QCMRXhpZgAATU0AKgAAAAgABQESAAMAAAABAAEAAAEaAAUAAAABAAAASgEbAAUAAAABAAAAUgEoAAMAAAABAAIAAIdpAAQAAAABAAAAWgAAAAAAAAEsAAAAAQAAASwAAAABAAOgAQADAAAAAQABAACgAgAEAAAAAQAAAEagAwAEAAAAAQAAABkAAAAA/+0AOFBob3Rvc2hvcCAzLjAAOEJJTQQEAAAAAAAAOEJJTQQlAAAAAAAQ1B2M2Y8AsgTpgAmY7PhCfv/AABEIABkARgMBIgACEQEDEQH/xAAfAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgv/xAC1EAACAQMDAgQDBQUEBAAAAX0BAgMABBEFEiExQQYTUWEHInEUMoGRoQgjQrHBFVLR8CQzYnKCCQoWFxgZGiUmJygpKjQ1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4eLj5OXm5+jp6vHy8/T19vf4+fr/xAAfAQADAQEBAQEBAQEBAAAAAAAAAQIDBAUGBwgJCgv/xAC1EQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2wBDAAoHBwgHBgoICAgLCgoLDhgQDg0NDh0VFhEYIx8lJCIfIiEmKzcvJik0KSEiMEExNDk7Pj4+JS5ESUM8SDc9Pjv/2wBDAQoLCw4NDhwQEBw7KCIoOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozv/3QAEAAX/2gAMAwEAAhEDEQA/AOAtrex8O6bbX1/ape3t4nmW1tLny4484Ejjgtkj5V4BAyewpB498QINsd35Ua8CKOCJY1HoF2YxXeSaVaaidctjaxXTWro9nbNJsU7bUCMcEHbyOMgHPvVP/hFtDeymNzYw2b7IpL2Yz5js2KrvjT5yVYA7gGDA525GKAOf0j+xPFcjxX1g9rqCRNJGNOVEW6IGSuxgQr4BI24DYPQ4qmB4NIz5et9M/wDLt0/Kuhl0JrO9s72HS4dOubbVolgSC43+dbF1AkILEk7io3DG7eeOOGaDpOi3Wp+I0ubW3mWKcrbxnhmy82FjO4BWO1cE8cAd6AMDPgz+7rP523+FGfBn93Wfztf8K3z8M7L7dbwLq7TCWBWIihUsxLqu9QSAYxvyT1AHvwlp4Ls9Nt7md7+3mWeznijMyqFV9h3NnJxsZcHjIzQBg58Gf3dZ/O2/woz4M/u6z+dr/hXS/wDCutJRpYJtSlikmeNYmmRE2fvWQnAbBDBRt/3h61DJ4NsNE0vXLj7T9sKWkyJuiUCFv3ZAbJyJPm4AHQE8UAZf9l+E5NHk1JpNWt4EuEgDSJC29ipY42jsAP8AvoVT8jwZ/wBBHUf+/Cf4U7VAE8MaHHCkRhc3LyZOMzCQKcj2QIAfQ9qxdg/55Qf99UAf/9Di7C6k13T44rC5jt9WjtDYPHKVUXlv/Cqk8CRcAYONwAwcgisZ/DuvJMYm0u8WTP3fsj5H0wv8qyo/9XL/ALv9RXu2hf8AIl2//XsP5UAefaHplt4Zuhfa9dpZXyxk2lusHnSRORxJIq/dAycAnJPPGKof2T4aPXxHIx9TpUnP/j9c7c/ef/rq/wDSq9AHbacdL0iVpdO8WzWzuArFdIY5AORkFiMggEHqO1VH0zw5I5d/EcjOSSWOlS5J9Sd/JrlKKAOqOk+Gic/8JC3/AIKZP/i6DpPhogj/AISF/wDwUyf/ABdcrRQB22PDC6A+lT61czRm6W4jMWntGUOwqwyxOQQF/KqH9neD/wDoKal/4Dj/AArmKKAP/9k=");
    background-repeat: no-repeat;
    height: 25px;
    overflow: hidden;
    text-indent: 100%;
    width: 75px
}

.footer {
    align-items: center;
    background: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 20px
}

@media(min-width:48em) {
    .footer {
        padding: 30px 20px
    }
}

.social-links {
    display: flex;
    gap: 40px;
    margin: 30px 0 0
}

@media(min-width:48em) {
    .social-links {
        margin: 0
    }
}

.social-links__link {
    transition: opacity .3s
}

.social-links__link a:active,
.social-links__link a:focus,
.social-links__link a:hover {
    opacity: .6
}

.social-links__link svg {
    fill: #fff;
    height: 28px;
    pointer-events: all;
    width: 28px
}

@supports not (inset:0) {
    .social-links>* {
        margin-right: 40px !important
    }
    .social-links>:last-child {
        margin-right: 0 !important
    }
}

.ad-slot-container.ad-slot-large,
.ad-slot-container.ad-slot-medium {
    display: none
}

.ad-slot-container.ad-slot-small {
    display: block
}

@media(min-width:48em) {
    .ad-slot-container.ad-slot-small {
        display: none
    }
    .ad-slot-container.ad-slot-medium {
        display: block
    }
    .ad-slot-container.page-top-leaderboard {
        margin-top: -1rem
    }
    .ad-slot-container.page-top-leaderboard.ad-slot-large {
        margin-left: -5px;
        margin-right: -5px
    }
    .ad-slot-container.page-top-leaderboard.ad-slot-medium {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 99
    }
    .ad-slot-container.page-top-leaderboard.ad-slot-medium>* {
        margin: 0 auto;
        min-height: 90px;
        width: 728px
    }
}

@media(min-width:60em) {
    .ad-slot-container.ad-slot-medium,
    .ad-slot-container.ad-slot-small {
        display: none
    }
    .ad-slot-container.ad-slot-large {
        display: block
    }
}

.ad-slot-container.has-ad-placeholder:before {
    background-color: #fff;
    color: #959595;
    content: "Advertisement";
    display: block;
    font-family: var(--wp--preset--font-family--body);
    font-size: 12px;
    line-height: 18px;
    text-align: center
}

.ad-slot-container.has-ad-placeholder>* {
    align-items: center;
    background-color: #eaeaea;
    display: flex !important;
    justify-content: center;
    min-height: 250px;
    position: relative
}

.ad-slot-container.has-ad-placeholder--large>* {
    min-height: 600px
}

.ad-slot-container.skyscraper-left,
.ad-slot-container.skyscraper-right {
    display: none
}

@media screen and (min-width:1025px) {
    .ad-slot-container.skyscraper-left,
    .ad-slot-container.skyscraper-right {
        display: block
    }
}

.metro__ad_area_left,
.metro__ad_area_right {
    height: calc(100% - 80px);
    position: absolute;
    top: 0;
    width: calc(50% - 500px)
}

.metro__ad_area_sticky_group {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.metro__ad_area_right {
    right: 0
}

.metro__ad_area_right .metro__ad_area_sticky_group {
    align-items: flex-start
}

#metro_chromeless,
.ad-slot-container.jwplayer_ad_container {
    display: none
}

@media(min-width:60em) {
    #metro_chromeless {
        display: block
    }
}

#metro_chromeless__more a {
    font-family: var(--wp--preset--font-family--body);
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
    text-decoration: none
}

.ad-slot-container.connatix_placeholder_desktop {
    margin: 0
}

@media(min-width:60em) {
    .ad-slot-container.connatix_placeholder_desktop {
        margin: 0 -3.4rem
    }
}

#connatix_placeholder_desktop {
    aspect-ratio: 16/9;
    min-height: unset;
    text-align: center;
    width: auto
}

@media(min-width:60em) {
    #connatix_placeholder_desktop {
        margin: 0 auto;
        width: 600px
    }
    .wide-post #connatix_placeholder_desktop #connatix_placeholder_desktop {
        margin-left: 0;
        width: 100%
    }
}

.menu--expanded .stickyBannerUnderlay,
.overlay--open #metro_chromeless,
.overlay--open .stickyBannerUnderlay {
    z-index: -1
}

.page-top-leaderboard:has(#billboard[style*="display: none"]) {
    position: relative !important
}

.archive-layout>.ad-slot-container.mpu_mosaic_top {
    margin-bottom: -4px;
    margin-top: -14px
}

.author-avatar {
    background: var(--accent-color, #000);
    border-radius: 24px;
    height: 48px;
    margin: 0 8px 0 0;
    min-width: 48px;
    overflow: hidden;
    width: 48px
}

.author-avatar img {
    width: 100%
}

.author-avatar svg {
    height: 100%;
    width: 100%
}
/* --- Components --- */
.author-avatar {
  background: var(--accent-color, #000);
  border-radius: 24px;
  height: 48px;
  margin: 0 8px 0 0;
  min-width: 48px;
  overflow: hidden;
  width: 48px;
}

.author-avatar img {
  width: 100%;
}

.author-avatar svg {
  height: 100%;
  width: 100%;
}

.article-card {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.article-card .icon--gallery,
.article-card .icon--play {
  align-items: center;
  bottom: 10px;
  display: flex;
  justify-content: center;
  left: 10px;
  position: absolute;
}

.article-card .article-card__title a:active,
.article-card .article-card__title a:focus,
.article-card .article-card__title a:hover {
  text-decoration: underline;
}

.article-card .article-card__image a:active:before,
.article-card .article-card__image a:focus:before,
.article-card .article-card__image a:hover:before {
  opacity: 0.1;
}

@supports selector(:has(*)) {
  .article-card:has(.article-card__image a:active) .article-card__image:before,
  .article-card:has(.article-card__image a:focus) .article-card__image:before,
  .article-card:has(.article-card__image a:hover) .article-card__image:before,
  .article-card:has(.article-card__title a:active) .article-card__image:before,
  .article-card:has(.article-card__title a:focus) .article-card__image:before,
  .article-card:has(.article-card__title a:hover) .article-card__image:before {
    opacity: 0.1;
  }
  .article-card:has(.article-card__image a:active) .article-card__title a,
  .article-card:has(.article-card__image a:focus) .article-card__title a,
  .article-card:has(.article-card__image a:hover) .article-card__title a,
  .article-card:has(.article-card__title a:active) .article-card__title a,
  .article-card:has(.article-card__title a:focus) .article-card__title a,
  .article-card:has(.article-card__title a:hover) .article-card__title a {
    text-decoration: underline;
  }
}

.article-card a:active,
.article-card a:focus,
.article-card a:hover {
  text-decoration: underline;
}

.article-card__image {
  aspect-ratio: auto 16/9;
  background: #eaeaea;
  position: relative;
}

.article-card__image:before {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.3s;
  width: 100%;
}

.article-card__image img {
  display: block;
  font-size: 16px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.article-card__inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}

.article-card__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  margin: -1px 0 calc(1rem + 1px);
}

.article-card__title a {
  line-height: 1;
  text-decoration: none;
  vertical-align: middle;
}

.article-card__meta > :before {
  content: "|";
  padding: 0 5px;
}

.article-card__meta > :first-child:before {
  content: "";
  padding: 0;
}

.article-card__meta * a {
  font-weight: 700;
}

.has-author-avatar .article-card__author {
  flex-basis: 100%;
  order: 1;
  padding: 0;
}

.has-author-avatar .article-card__author:before {
  display: none;
}

.article-card__author a {
  text-decoration: none;
}

.article-card__footer {
  display: flex;
}

.has-author-avatar .article-card__footer .channel-glyph {
  order: 2;
}

.has-author-avatar .article-card__date {
  order: 3;
}

.article-card__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.article-card__bullets {
  font-size: 16px;
  line-height: 22px;
  list-style: disc;
  margin: 0 0 6px 14px;
}

.article-card__bullets li {
  font-weight: 500;
  margin-bottom: 5px;
}

.article-card__bullets li::marker {
  color: #f04;
}

.article-card__bullets li a {
  text-decoration: none;
}

.article-card__author,
.article-card__date,
.article-card__duration {
  display: none;
}

@media screen and (min-width: 48em) {
  .article-card__author,
  .article-card__date,
  .article-card__duration {
    display: inline;
  }
}

.breaking-news {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  left: 0;
  line-height: 1;
  padding: 8px;
  position: absolute;
  z-index: 1;
}

.breaking-news span:first-of-type {
  color: #f04;
}

.channel-glyph {
  align-items: center;
  color: var(--accent-color, #000);
  display: flex;
  font-weight: 600;
  text-decoration: none;
}

.channel-glyph:active,
.channel-glyph:focus,
.channel-glyph:hover {
  text-decoration: underline;
}

.channel-glyph svg {
  background: var(--accent-color, #000);
  border-radius: 10px;
  height: 16px;
  margin: 0 5px 0 0;
  width: 16px;
}

.dark .channel-glyph {
  color: var(--accent-color, #fff);
}

.icon {
  background: var(--accent-color, #000);
}

.icon--play {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: hsla(0, 0%, 100%, 0.05);
  border: 2px solid #fff;
  border-radius: 20px;
  height: 40px;
  width: 40px;
}

.icon--play svg {
  height: 15px;
  width: 15px;
}

@media (min-width: 26em) {
  .icon--play svg {
    height: 18px;
    width: 18px;
  }
  .icon--play {
    border-radius: 25px;
    height: 50px;
    width: 50px;
  }
}

.icon--gallery {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.37);
  border-radius: 25px;
}

.icon--gallery,
.icon--gallery svg {
  height: 50px;
  width: 50px;
}


/* --- Layouts --- */
:root {
  --metro-block-gap: 10px;
}

@media (min-width: 48em) {
  :root {
    --metro-block-gap: 1rem;
  }
}

.sidebar-layout {
  display: flex;
  flex-grow: 1;
  gap: 20px;
  margin: -1rem 1rem 0;
}

@media (min-width: 60em) {
  .sidebar-layout {
    margin: 0;
  }
}

@media (min-width: 60em) and (max-width: 61em) {
  .sidebar-layout {
    margin: 0 1rem;
  }
}

.after-article-layout {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 0 1rem;
}

@media screen and (min-width: 60em) {
  .after-article-layout {
    margin: 0;
  }
}

.sidebar-layout__content,
.wide-layout__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 1rem;
  min-width: 0;
}

@media (min-width: 48em) {
  .sidebar-layout__content {
    align-self: flex-start;
    max-width: calc(100vw - 320px);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

@media (min-width: 60em) {
  .sidebar-layout__content {
    max-width: 640px;
  }
}

@media (max-width: 47.99em) {
  .article__content__inner > .img-container {
    margin: 0 -1rem;
  }
  .article__content__inner > .img-container img {
    width: 100%;
  }
  .article__content__inner > .video-player:first-child {
    margin: 0 -1rem;
  }
}

.sidebar-layout__sidebar {
  display: none;
}

@media (min-width: 48em) {
  .sidebar-layout__sidebar {
    align-self: flex-end;
    bottom: 1.25rem;
    display: flex;
    flex: 0 0 300px;
    flex-direction: column;
    gap: 1.25rem;
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar__header {
  margin-bottom: 1rem;
}

@supports not (inset: 0) {
  .after-article-layout *,
  .sidebar-layout__content *,
  .wide-layout__content > * {
    margin-bottom: 1rem !important;
  }
  .after-article-layout > :last-child,
  .sidebar-layout__content > :last-child,
  .wide-layout__content > :last-child {
    margin-bottom: 0 !important;
  }
}

#swipe-next-overlay {
  background-color: hsla(0, 0%, 100%, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  padding: 3rem 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

#swipe-next-overlay.visible {
  display: block;
}

#swipe-next-overlay.isTop {
  top: 33px;
}

#swipe-next-overlay-text {
  font-size: 2.125rem;
  line-height: 2.5rem;
  margin-top: 12rem;
  text-align: center;
}

#swipe-next-overlay-text span {
  display: block;
  margin-bottom: 0.5rem;
}

#swipe-next-overlay-image {
  margin-top: 2rem;
  text-align: center;
}

#swipe-next-overlay-image .metro-spinner {
  background-color: hsla(0, 0%, 100%, 0);
  display: block;
  margin: 0 auto;
}

#swipe-next-overlay {
  display: none;
}

@media (min-width: 48em) {
  .post-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

.post-grid__label {
  padding: 0;
}

.post-grid__lozenges {
  margin: 0 0 20px;
  padding: 0 10px;
}

@media (min-width: 48em) {
  .post-grid__lozenges {
    margin: 0;
    padding: 0;
  }
}

.post-grid__posts {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 48em) {
  .post-grid__posts {
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    order: 4;
  }
}

.post-grid__posts .ad-slot-container {
  margin: 10px 0 20px;
}

@media (min-width: 48em) {
  .post-grid__posts .ad-slot-container {
    margin: 0;
  }
}

.post-grid__posts > :last-child .ad-slot-container {
  margin-bottom: 0;
}

.post-grid__item {
  border: 1px solid #eaeaea;
  display: flex;
  flex-direction: column;
  position: relative;
}

.post-grid__item.content-override {
  background: var(--metro--content-overrides--background-color);
  border: 1px solid var(--metro--content-overrides--background-color);
  margin: 10px 0;
}

@media (min-width: 48em) {
  .post-grid__item.content-override {
    margin: 0;
  }
}

.post-grid__item .read-more {
  flex: 1 0 100%;
  font-weight: 700;
}

.post-grid__item .read-more:before {
  content: "";
  padding: 0;
}

.post-grid__item .read-more svg {
  height: 10px;
  width: 20px;
}

.post-grid__more {
  margin: 15px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.post-grid__more a {
  position: relative;
  z-index: 10;
}

.post-grid__more:after {
  border-bottom: 1px solid #eaeaea;
  content: "";
  display: block;
  left: 5%;
  margin: 0 auto;
  position: absolute;
  top: 15px;
  width: 90%;
}

@media (min-width: 48em) {
  .post-grid__more {
    margin: 0;
    width: auto;
  }
}

@media (max-width: 47.99em) {
  .post-grid .post-grid__posts .post-grid__item.content-override:has(+ .editorial-include) {
    margin: 1rem -1rem;
  }
}

/* --- Comments / Conversation --- */
.spot-im-comment-title {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  font-size: 20px;
  height: 40px;
  line-height: 26px;
  padding: 0 10px;
  text-transform: uppercase;
}

.spot-im-comment-title svg {
  fill: #fff;
  height: 23px;
  margin: 0 5px 0 0;
  transform: translateY(-2px);
  width: 26px;
}

.article__content .metro-comment-cta__button {
  transition: opacity 0.3s;
}

.article__content .metro-comment-cta__button:active,
.article__content .metro-comment-cta__button:focus,
.article__content .metro-comment-cta__button:hover {
  background-color: #ff004f !important;
  opacity: 0.6;
}

.metro-comments-overlay {
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 2147483645;
}

.metro-comments-overlay .metro-ow-modules {
  display: none;
}

.metro-comments-overlay__container {
  animation-duration: 0.5s;
  animation-name: metroCommentsSlidein;
  background: #fff;
  box-sizing: border-box;
  height: 100vh;
  overflow-y: scroll;
  padding: 0 1rem 3.5rem;
  position: absolute;
  width: 100vw;
}

@media (min-width: 48em) {
  .metro-comments-overlay__container {
    max-width: 600px;
    padding: 0 1rem;
    right: 0;
    width: 50vw;
  }
}

.metro-comments-overlay--conversation .metro-comments-overlay__container {
  height: calc(100vh - 50px);
  padding: 0;
}

@media (min-width: 48em) {
  .metro-comments-overlay--conversation .metro-comments-overlay__container {
    height: 100vh;
    max-width: 540px;
  }
}

@keyframes metroCommentsSlidein {
  0% {
    margin-right: -100%;
  }
  to {
    margin-right: 0;
  }
}

.metro-comments-overlay__close {
  cursor: pointer;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 2147483645;
}

@media (min-width: 48em) {
  .metro-comments-overlay__close {
    right: 20px;
    top: 20px;
  }
}

.metro-comments-overlay__close svg {
  height: 25px;
  width: 25px;
}

.metro-comments-overlay--conversation .metro-comments-overlay__close {
  mix-blend-mode: difference;
  right: 12px;
}

.metro-comments-overlay--conversation .metro-comments-overlay__close:before {
  color: #fff;
  font-size: 0.75rem;
  right: 0.5rem;
  top: 0.5rem;
}

.metro-comments-overlay--conversation .metro-comments-overlay__close svg {
  fill: #fff;
}

#metro-comments-placeholder {
  align-items: center;
  background: #efefef;
  border-radius: 4px;
  display: flex;
  justify-content: center;
}

#metro-comments-placeholder svg {
  height: auto;
  opacity: 0.05;
  width: 40%;
}
.share-buttons {
    align-items: center;
    display: flex;
    gap: .5rem;
    z-index: 10
}

.share-buttons .share-button {
    border-radius: 50%;
    display: flex;
    height: 2.125rem;
    position: relative;
    transition: opacity .3s;
    width: 2.125rem
}

.share-buttons .share-button:active,
.share-buttons .share-button:focus,
.share-buttons .share-button:hover {
    opacity: .6
}

.share-buttons .share-button svg {
    height: 60%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    fill: #fff
}

.share-buttons .whatsapp {
    background: #57cf38
}

.share-buttons .facebook {
    background: #3b5998
}

.share-buttons .twitter {
    background: #000
}

.share-buttons .copy_link {
    background: #f78b25
}

.share-buttons .share_more {
    background: #f04
}

.share-buttons .share-more {
    cursor: pointer;
    position: relative
}

.share-buttons .messenger {
    background: #0084ff
}

.share-buttons .email {
    background: #7f7f7f
}

.share-buttons .sms {
    background: #000
}

.share-buttons .flipboard {
    background: #f8241b
}

.share-buttons .flipboard svg {
    height: 55%;
    width: 55%
}

.share-buttons .next_story {
    align-items: center;
    background: var(--accent-color, #fb257c);
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 8px;
    font-weight: 700;
    justify-content: center;
    line-height: 14px;
    text-align: center;
    text-decoration: none
}

.share-buttons .share-more__submenu {
    background: #f6f6f6;
    cursor: default;
    display: block;
    left: -102px;
    padding: 14px 14px 14px 17px;
    position: absolute;
    text-align: center;
    top: calc(100% + 13px);
    z-index: 2
}

.share-buttons .share-more__submenu-header {
    color: #959595;
    display: flex;
    justify-content: space-between;
    margin-bottom: .5rem
}

.share-buttons .close-share-more__submenu {
    cursor: pointer
}

.share-buttons .close-share-more__submenu svg {
    height: 10px;
    width: 10px;
    fill: #959595
}

.share-buttons .share-buttons-sub-label {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px
}

.share-buttons .share-more__submenu-buttons {
    display: flex;
    gap: .875rem
}

.share-buttons .share-more__submenu.closed {
    display: none
}

.share-buttons .share-more__submenu:after {
    border-bottom: 13px solid #f6f6f6;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    content: "";
    display: inline-block;
    left: 100px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: -13px;
    transform: translateX(10px);
    visibility: visible
}

.share-buttons .metro-comments-cta {
    border-radius: 50%;
    font-weight: 700;
    height: 34px;
    max-width: inherit;
    padding: 0;
    position: relative;
    text-transform: none;
    width: 34px
}

.share-buttons .metro-comments-cta .comment-now__label {
    display: none
}

.share-buttons .metro-comments-cta.show-tooltip:after {
    background-color: #959595;
    color: #fff;
    content: attr(data-vars-tooltip);
    display: none;
    font-size: .9em;
    padding: .5em;
    position: absolute;
    right: 0;
    top: 3em;
    width: 200px;
    z-index: 10
}

.share-buttons .metro-comments-cta.show-tooltip:hover {
    opacity: 1
}

.share-buttons .metro-comments-cta.show-tooltip.active:after {
    display: block
}

.share-buttons .metro-comments-cta svg {
    height: 1.35rem;
    left: .05rem;
    margin-left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    fill: #fff
}

@media(min-width:23.5em) {
    .share-buttons .metro-comments-cta {
        border-radius: 99px;
        height: unset;
        margin-left: auto;
        padding: 7px 10px;
        width: unset
    }
    .share-buttons .metro-comments-cta .comment-now__label {
        display: flex;
        margin-left: 1.75rem;
        margin-right: .2rem
    }
    .share-buttons .metro-comments-cta svg {
        left: .5rem
    }
}

.share-buttons .copy_link_copied_message {
    background: #000;
    bottom: 75px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    left: 50%;
    margin-left: -100px;
    opacity: .9;
    padding: 10px;
    position: fixed;
    text-align: center;
    width: 200px;
    z-index: 1
}

.share-buttons-floaty {
    background-color: hsla(0, 0%, 100%, .8);
    border: 0;
    border-radius: 5px;
    bottom: 150px;
    display: flex;
    flex-direction: column;
    gap: .25rem;
    margin-bottom: 0;
    position: fixed;
    transition-duration: .3s;
    transition-property: left, right;
    transition-timing-function: ease-in;
    z-index: 199
}

.share-buttons-floaty.hidden {
    display: none
}

.share-buttons-floaty .share-button {
    align-items: center;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    font-size: 8px;
    font-weight: 700;
    height: 44px;
    justify-content: center;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
    width: 44px
}

.share-buttons-floaty .share-button svg {
    height: 50%;
    left: 0;
    position: relative;
    top: 0;
    transform: none;
    width: 50%
}

.share-buttons-floaty .twitter:after,
.share-buttons-floaty .whatsapp:after {
    color: #fff;
    content: "Share";
    display: block;
    font-size: 8px;
    line-height: 14px;
    text-align: center
}

.share-buttons-floaty .metro-comments-cta {
    background: #f0f0f0;
    border: 0;
    border-radius: 3px;
    color: #000;
    display: flex;
    flex-direction: column;
    height: 44px;
    justify-content: center;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 44px
}

.share-buttons-floaty .metro-comments-cta .comment-now__label {
    display: flex;
    font-size: 8px;
    font-weight: 700;
    line-height: 14px;
    margin-left: 0;
    margin-right: 0
}

.share-buttons-floaty .metro-comments-cta svg {
    left: 0;
    position: relative;
    top: 0;
    transform: none;
    fill: #000
}

@media(min-width:48em) {
    .share-buttons-floaty {
        display: none
    }
}

.share-buttons-floaty {
    right: -50px
}

.metro-has-floaty-share .share-buttons-floaty {
    right: 0
}

@supports not (inset:0) {
    .share-buttons>* {
        margin-right: .5rem !important
    }
    .share-buttons-floaty>*,
    .share-buttons>:last-child {
        margin-right: 0 !important
    }
    .share-buttons-floaty>* {
        margin-bottom: .5rem !important
    }
    .share-more__submenu-buttons {
        margin-right: .875rem !important
    }
    .share-more__submenu-buttons:last-child {
        margin-right: 0 !important
    }
}

.lozenge {
    align-items: center;
    background: #000;
    border-radius: 15px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    padding: 0 12px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap
}

.topic-lozenges {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: row;
    gap: 10px;
    height: 100%;
    list-style: none
}

.topic-lozenges .lozenge {
    background: var(--accent-color, #000)
}

.topic-lozenges .metro-button {
    color: var(--accent-text-color, #fff)
}

.metro-signpost {
    border-radius: 11px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin: 0 2px 0 0;
    padding: 0 5px;
    text-transform: uppercase;
    vertical-align: middle
}

@keyframes fade {
    0% {
        opacity: 0
    }
}

.metro-signpost-liveblog:before {
    animation: fade 1.2s infinite alternate;
    background: #fff;
    border-radius: 6px;
    content: "";
    display: inline-block;
    height: 12px;
    margin-bottom: -1px;
    margin-right: 4px;
    width: 12px
}

:root {
    --button-background: #000;
    --button-border: #000;
    --button-text: #fff
}

button {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    font: inherit
}

.metro-button {
    align-items: center;
    background: var(--button-background);
    border: 2px solid var(--button-border);
    border-radius: 99px;
    box-sizing: border-box;
    color: var(--button-text);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    opacity: 1;
    padding: 7px 10px;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity .3s
}

.metro-button svg {
    height: 15px;
    margin-left: .5em;
    width: 15px
}

.metro-button:hover {
    opacity: .6
}

figcaption {
    border-bottom: 1px solid #eaeaea;
    font-size: 13px;
    line-height: 19px;
    margin: 0 1rem;
    padding: .4rem 0
}

@media(min-width:48em) {
    figcaption {
        margin: 0
    }
}

.metro-pull-notification {
    background: #f04;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px 25px 10px 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999
}

@media(min-width:60em) {
    .metro-pull-notification {
        max-width: 960px
    }
}

.metro-pull-notification__body {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 15px
}

.metro-pull-notification__body .breaking-news-label {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 900;
    height: 100%;
    justify-content: center;
    line-height: 24px;
    padding: 5px;
    text-transform: uppercase
}

.metro-pull-notification__body .breaking-news-label>em {
    color: #f04;
    font-style: normal
}

.metro-pull-notification__logo {
    height: 46px;
    margin: 4px 0 0;
    width: 46px
}

.metro-pull-notification__logo img {
    width: 100%
}

.metro-pull-notification__image {
    height: 78px;
    width: 78px
}

.metro-pull-notification__image img {
    width: 100%
}

.metro-pull-notification__title {
    color: #fff;
    font-family: var(--wp--preset--font-family--body);
    font-size: 18px;
    line-height: 24px;
    padding: 2px 20px 0 0
}

.metro-pull-notification__close {
    position: absolute;
    right: 10px;
    top: 6px
}

.metro-pull-notification__close svg {
    cursor: pointer;
    width: 20px
}

.desktop-notification {
    align-items: center;
    background: #f7f7f7;
    box-shadow: 2px 2px 2px 0 rgba(46, 46, 46, .2);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 174px;
    justify-content: space-between;
    left: 50%;
    padding: 25px;
    position: fixed;
    top: 0;
    transform: translate(-50%);
    width: 500px;
    z-index: 100
}

.admin-bar .desktop-notification {
    top: 32px
}

.desktop-notification>svg:first-of-type {
    fill: #000;
    height: 24px;
    width: 100px
}

.desktop-notification>svg:first-of-type path {
    fill: #000 !important
}

.desktop-notification__prompt {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 10px
}

.desktop-notification__cta,
.desktop-notification__prompt h4 {
    font-size: 20px;
    line-height: 26px
}

.desktop-notification__cta {
    align-items: center;
    background: var(--accent-color, #1888fc);
    border: none;
    border-radius: 16px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: var(--wp--preset--font-family--headline);
    font-weight: 700;
    height: 34px;
    justify-content: center;
    width: 300px
}

.desktop-notification__close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px
}

.grecaptcha-badge {
    visibility: hidden
}

:root {
    --metro-block-gap: 10px
}

@media(min-width:48em) {
    :root {
        --metro-block-gap: 1rem
    }
}


/* --- Article --- */
.article {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.article a:not([class]),
.article p a {
  font-weight: 900;
  text-decoration: underline;
  -webkit-text-decoration-color: #f78b25;
  text-decoration-color: #f78b25;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25rem;
}

.article a:not([class]):active,
.article a:not([class]):focus,
.article a:not([class]):hover,
.article p a:active,
.article p a:focus,
.article p a:hover {
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
}

.article .wp-block-list,
.article ol:not([class]),
.article ul:not([class]) {
  padding-left: 1rem;
}

.article .wp-block-list li,
.article ol:not([class]) li,
.article ul:not([class]) li {
  margin-bottom: 0.5rem;
}

.article .wp-block-embed iframe {
  width: 100%;
}

.article iframe[class^="imgur"] {
  max-width: 100%;
}

.article .wp-block-embed-youtube iframe {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}

.article__header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.img-wrap img {
  height: auto;
  width: 100%;
}

.single-post .article__content__inner > p:first-of-type {
  font-weight: 900;
}

.article__content__inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
}

@media (min-width: 48em) {
  .article__content__inner {
    margin-left: 0;
    margin-right: 1.25rem;
  }
}

@media (min-width: 60em) {
  .article__content__inner {
    margin-left: 3.4rem;
    margin-right: 3.4rem;
  }
  .article__content__inner > .img-container:first-child {
    margin-left: -3.4rem;
    margin-right: -3.4rem;
  }
}

.article__meta {
  display: flex;
}

.article__meta a {
  text-decoration: none;
}

.article__meta a:active,
.article__meta a:focus,
.article__meta a:hover {
  text-decoration: underline;
}

@supports selector(:has(*)) {
  .article__meta:has(.author-avatar:active) strong:first-of-type a.author-name,
  .article__meta:has(.author-avatar:focus) strong:first-of-type a.author-name,
  .article__meta:has(.author-avatar:hover) strong:first-of-type a.author-name {
    text-decoration: underline;
  }
}

.metro-breadcrumbs {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.metro-breadcrumbs a {
  text-decoration: none;
}

.metro-breadcrumbs a:active,
.metro-breadcrumbs a:focus,
.metro-breadcrumbs a:hover {
  text-decoration: underline;
}

.metro-breadcrumbs svg {
  height: 0.7rem;
  margin: 0 0.5rem;
  width: 0.7rem;
}

.related-topics {
  display: block;
}

.related-topics .related-topics__heading {
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 1rem;
}

.related-topics .related-topics__list > ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  list-style: none;
  margin: 0;
}

.related-topics .related-topics__list > ul li {
  flex-shrink: 0;
}

.related-posts .post-grid__posts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.related-posts .post-grid__item {
  background: var(--metro--widget--background-color--dark-grey);
  border-style: none;
  color: #fff;
}

.related-posts .post-grid__item .article-card__author a,
.related-posts .post-grid__item h3 a {
  color: #fff;
}

.related-posts .article-card__author,
.related-posts .article-card__date {
  display: none;
}

@media (min-width: 48em) {
  .related-posts .article-card__author,
  .related-posts .article-card__date {
    display: inline;
  }
}

.related-posts .breaking-news {
  font-size: 15px;
}

@media (min-width: 23.5em) {
  .related-posts .breaking-news {
    font-size: 16px;
  }
}

@media (min-width: 26em) {
  .related-posts .breaking-news {
    font-size: 21px;
  }
}

@media (min-width: 48em) {
  .related-posts .breaking-news {
    font-size: 26px;
  }
}

@media (min-width: 48em) and (max-width: 59.99em) {
  .related-posts .breaking-news {
    font-size: 19px;
  }
}

@media (min-width: 60em) {
  .related-posts .breaking-news {
    font-size: 26px;
  }
}

.article__date {
  font-size: 13px;
  line-height: 19px;
}

@media (max-width: 47.99em) {
  .related-topics .related-topics__list {
    overflow: scroll;
    white-space: nowrap;
  }
  .article__date > span {
    display: block;
  }
}

.twitter-tweet:not(.twitter-tweet-rendered) {
  border: 1px solid #eaeaea;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  font-style: italic;
  justify-content: center;
  min-height: 225px;
  padding: 0.75rem 1rem;
}

.metro-disclaimer {
  font-size: 12px;
  line-height: 18px;
}

@supports not (inset: 0) {
  .article > * {
    margin-bottom: 1rem !important;
  }
  .article > :last-child {
    margin-bottom: 0 !important;
  }
  .article__header > * {
    margin-bottom: 0.75rem !important;
  }
  .article__header > :last-child {
    margin-bottom: 0 !important;
  }
  .article__content__inner > * {
    margin-bottom: 1.25em !important;
  }
  .article__content__inner > :last-child {
    margin-bottom: 0 !important;
  }
  .related-topics__list ul > * {
    margin-right: 10px !important;
  }
  .related-topics__list ul > :last-child {
    margin-right: 0 !important;
  }
}

.overlay--open .sidebar-layout {
  z-index: 1;
}

.overlay--open .sidebar-layout__sidebar {
  z-index: -1;
}

.archive-layout {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 0 1rem
}

@media screen and (min-width:60em) {
    .archive-layout {
        margin: 0
    }
}

.archive-layout>:first-child {
    margin-top: -1.5rem
}

@media screen and (min-width:48em) {
    .archive-layout>:first-child {
        margin-top: unset
    }
}

@supports not (inset:0) {
    .archive-layout>:first-child {
        margin-top: 0 !important
    }
    .archive-layout>* {
        margin-bottom: 1.5rem !important
    }
}

.article-card {
    display: flex;
    flex: 1;
    flex-direction: column
}

.article-card .icon--gallery,
.article-card .icon--play {
    align-items: center;
    bottom: 10px;
    display: flex;
    justify-content: center;
    left: 10px;
    position: absolute
}

.article-card .article-card__title a:active,
.article-card .article-card__title a:focus,
.article-card .article-card__title a:hover {
    text-decoration: underline
}

.article-card .article-card__image a:active:before,
.article-card .article-card__image a:focus:before,
.article-card .article-card__image a:hover:before {
    opacity: .1
}

@supports selector(:has(*)) {
    .article-card:has(.article-card__image a: active) .article-card__image:before, .article-card:has(.article-card__image a:focus) .article-card__image:before, .article-card:has(.article-card__image a:hover) .article-card__image:before, .article-card:has(.article-card__title a:active) .article-card__image:before, .article-card:has(.article-card__title a:focus) .article-card__image:before, .article-card:has(.article-card__title a:hover) .article-card__image:before {
        opacity:.1
    }
    .article-card:has(.article-card__image a:active) .article-card__title a,
    .article-card:has(.article-card__image a:focus) .article-card__title a,
    .article-card:has(.article-card__image a:hover) .article-card__title a,
    .article-card:has(.article-card__title a:active) .article-card__title a,
    .article-card:has(.article-card__title a:focus) .article-card__title a,
    .article-card:has(.article-card__title a:hover) .article-card__title a {
        text-decoration: underline
    }
}

.article-card a:active,
.article-card a:focus,
.article-card a:hover {
    text-decoration: underline
}

.article-card__image {
    aspect-ratio: auto 16/9;
    background: #eaeaea;
    position: relative
}

.article-card__image:before {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .3s;
    width: 100%
}

.article-card__image img {
    display: block;
    font-size: 16px;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.article-card__inner {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem
}

.article-card__title {
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
    margin: -1px 0 calc(1rem + 1px)
}

.article-card__title a {
    line-height: 1;
    text-decoration: none;
    vertical-align: middle
}

.article-card__meta>:before {
    content: "|";
    padding: 0 5px
}

.article-card__meta>:first-child:before {
    content: "";
    padding: 0
}

.article-card__meta>* a {
    font-weight: 700
}

.has-author-avatar .article-card__author {
    flex-basis: 100%;
    order: 1;
    padding: 0
}

.has-author-avatar .article-card__author:before {
    display: none
}

.article-card__author a {
    text-decoration: none
}

.article-card__footer {
    display: flex
}

.has-author-avatar .article-card__footer .channel-glyph {
    order: 2
}

.has-author-avatar .article-card__date {
    order: 3
}

.article-card__meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px
}

.article-card__bullets {
    font-size: 16px;
    line-height: 22px;
    list-style: disc;
    margin: 0 0 6px 14px
}

.article-card__bullets li {
    font-weight: 500;
    margin-bottom: 5px
}

.article-card__bullets li::marker {
    color: #f04
}

.article-card__bullets li a {
    text-decoration: none
}

.article-card__author,
.article-card__date,
.article-card__duration {
    display: none
}

@media screen and (min-width:48em) {
    .article-card__author,
    .article-card__date,
    .article-card__duration {
        display: inline
    }
}

@media(min-width:48em) {
    .post-grid {
        display: flex;
        flex-direction: column;
        gap: 1rem
    }
}

.post-grid__label {
    padding: 0
}

.post-grid__lozenges {
    margin: 0 0 20px;
    padding: 0 10px
}

@media(min-width:48em) {
    .post-grid__lozenges {
        margin: 0;
        padding: 0
    }
}

.post-grid__posts {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

@media(min-width:48em) {
    .post-grid__posts {
        gap: 1rem;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        order: 4
    }
}

.post-grid__posts .ad-slot-container {
    margin: 10px 0 20px
}

@media(min-width:48em) {
    .post-grid__posts .ad-slot-container {
        margin: 0
    }
}

.post-grid__posts>:last-child .ad-slot-container {
    margin-bottom: 0
}

.post-grid__item {
    border: 1px solid #eaeaea;
    display: flex;
    flex-direction: column;
    position: relative
}

.post-grid__item.content-override {
    background: var(--metro--content-overrides--background-color);
    border: 1px solid var(--metro--content-overrides--background-color);
    margin: 10px 0
}

@media(min-width:48em) {
    .post-grid__item.content-override {
        margin: 0
    }
}

.post-grid__item .read-more {
    flex: 1 0 100%;
    font-weight: 700
}

.post-grid__item .read-more:before {
    content: "";
    padding: 0
}

.post-grid__item .read-more svg {
    height: 10px;
    width: 20px
}

.post-grid__more {
    margin: 15px 0;
    position: relative;
    text-align: center;
    width: 100%
}

.post-grid__more a {
    position: relative;
    z-index: 10
}

.post-grid__more:after {
    border-bottom: 1px solid #eaeaea;
    content: "";
    display: block;
    left: 5%;
    margin: 0 auto;
    position: absolute;
    top: 15px;
    width: 90%
}

@media(min-width:48em) {
    .post-grid__more {
        margin: 0;
        width: auto
    }
}

@media(max-width:47.99em) {
    .post-grid .post-grid__posts .post-grid__item.content-override:has(+.editorial-include) {
        margin: 1rem -1rem
    }
}

.zebra-stacked-post-grid .post-grid__item:first-of-type .breaking-news,
.zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+5) .breaking-news {
    font-size: 36px
}

.zebra-stacked-post-grid .post-grid__item .breaking-news {
    font-size: 19px
}

@media(min-width:48em) {
    .zebra-stacked-post-grid .post-grid__item .breaking-news,
    .zebra-stacked-post-grid .post-grid__item:first-of-type .breaking-news,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+5) .breaking-news {
        font-size: 21px
    }
}

@media(min-width:60em) {
    .zebra-stacked-post-grid .post-grid__item .breaking-news,
    .zebra-stacked-post-grid .post-grid__item:first-of-type .breaking-news,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+5) .breaking-news {
        font-size: 26px
    }
}

@media(max-width:47.99em) {
    .zebra-stacked-post-grid .post-grid__item {
        border: none
    }
    .zebra-stacked-post-grid .post-grid__item:after {
        border-bottom: 1px solid #eaeaea;
        content: "";
        display: block;
        margin: 0 auto;
        position: relative;
        width: 100%
    }
    .dark .zebra-stacked-post-grid .post-grid__item:after {
        display: none
    }
    .zebra-stacked-post-grid .post-grid__item:first-of-type,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+5) {
        margin: 0 -1rem
    }
    .zebra-stacked-post-grid .post-grid__item:first-of-type:not(.content-override),
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+5):not(.content-override) {
        background: var(--metro--widget--background-color--dark-grey);
        color: #fff
    }
    .zebra-stacked-post-grid .post-grid__item:first-of-type:not(.content-override) a:not(.channel-glyph),
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+5):not(.content-override) a:not(.channel-glyph) {
        color: #fff
    }
    .zebra-stacked-post-grid .post-grid__item:first-of-type:after,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+5):after {
        display: none
    }
    .zebra-stacked-post-grid .post-grid__item:first-of-type .article-card,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+5) .article-card {
        flex-direction: column;
        gap: 0;
        padding: 0
    }
    .zebra-stacked-post-grid .post-grid__item:first-of-type .article-card__inner,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+5) .article-card__inner {
        padding: 1rem
    }
    .zebra-stacked-post-grid .post-grid__item:first-of-type .article-card__title,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+5) .article-card__title {
        font-size: 24px;
        font-weight: 700;
        line-height: 30px
    }
    .zebra-stacked-post-grid .post-grid__item:first-of-type .article-card__author,
    .zebra-stacked-post-grid .post-grid__item:first-of-type .article-card__duration,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+5) .article-card__author,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+5) .article-card__duration {
        display: block
    }
    .zebra-stacked-post-grid .post-grid__item:first-of-type .article-card__image,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+5) .article-card__image {
        align-self: auto;
        aspect-ratio: 16/9;
        flex-basis: auto
    }
    .zebra-stacked-post-grid .post-grid__item:first-of-type .article-card__image img,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+5) .article-card__image img {
        aspect-ratio: 16/9
    }
    .zebra-stacked-post-grid .post-grid__item:first-of-type .article-card__date,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+5) .article-card__date {
        display: block
    }
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(10n+2),
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+3),
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+4) {
        margin: 0
    }
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(10n+2):not(.content-override),
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+3):not(.content-override),
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+4):not(.content-override) {
        background: #fff;
        color: #000
    }
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(10n+2):not(.content-override) a:not(.channel-glyph),
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+3):not(.content-override) a:not(.channel-glyph),
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+4):not(.content-override) a:not(.channel-glyph) {
        color: #000
    }
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(10n+2):after,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+3):after,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+4):after {
        display: block
    }
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(10n+2) .article-card__author,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(10n+2) .article-card__date,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(10n+2) .article-card__duration,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+3) .article-card__author,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+3) .article-card__date,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+3) .article-card__duration,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+4) .article-card__author,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+4) .article-card__date,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+4) .article-card__duration {
        display: none
    }
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(10n+2) .article-card,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+3) .article-card,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+4) .article-card {
        flex-direction: row;
        gap: 10px;
        padding: 1rem 0
    }
    @supports not (inset:0) {
        .zebra-stacked-post-grid .post-grid__item:nth-of-type(10n+2) .article-card>*,
        .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+3) .article-card>*,
        .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+4) .article-card>* {
            margin-right: 10px !important
        }
        .zebra-stacked-post-grid .post-grid__item:nth-of-type(10n+2) .article-card>:last-child,
        .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+3) .article-card>:last-child,
        .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+4) .article-card>:last-child {
            margin-right: 0 !important
        }
    }
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(10n+2) .article-card__image,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+3) .article-card__image,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+4) .article-card__image {
        align-self: flex-start;
        aspect-ratio: 4/3;
        flex-basis: 166px
    }
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(10n+2) .article-card__image img,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+3) .article-card__image img,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+4) .article-card__image img {
        aspect-ratio: 4/3
    }
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(10n+2) .article-card__inner,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+3) .article-card__inner,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+4) .article-card__inner {
        padding: 0
    }
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(10n+2) .article-card__title,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+3) .article-card__title,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+4) .article-card__title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: .5rem
    }
}

@media(max-width:47.99em)and (min-width:26em) {
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(10n+2) .article-card__title,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+3) .article-card__title,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+4) .article-card__title {
        font-size: 17px;
        line-height: 23px
    }
}

@media(max-width:47.99em) {
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(10n+2).content-override,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+3).content-override,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+4).content-override {
        margin: 0 -1rem
    }
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(10n+2).content-override .article-card,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+3).content-override .article-card,
    .zebra-stacked-post-grid .post-grid__item:nth-of-type(3n+4).content-override .article-card {
        padding: 1rem
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+5) .breaking-news,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+5) .breaking-news {
        font-size: 16px
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+6) .breaking-news,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+6) .breaking-news {
        font-size: 36px
    }
}

@media(max-width:47.99em)and (min-width:48em) {
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+5) .breaking-news,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+6) .breaking-news,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+5) .breaking-news,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+6) .breaking-news {
        font-size: 21px
    }
}

@media(max-width:47.99em)and (min-width:60em) {
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+5) .breaking-news,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+6) .breaking-news,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+5) .breaking-news,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+6) .breaking-news {
        font-size: 26px
    }
}

@media(max-width:47.99em) {
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+5),
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+5) {
        margin: 0
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+5):not(.content-override),
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+5):not(.content-override) {
        background: #fff;
        color: #000
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+5):not(.content-override) a:not(.channel-glyph),
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+5):not(.content-override) a:not(.channel-glyph) {
        color: #000
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+5):after,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+5):after {
        display: block
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+5) .article-card__author,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+5) .article-card__date,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+5) .article-card__duration,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+5) .article-card__author,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+5) .article-card__date,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+5) .article-card__duration {
        display: none
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+5) .article-card,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+5) .article-card {
        flex-direction: row;
        gap: 10px;
        padding: 1rem 0
    }
    @supports not (inset:0) {
        .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+5) .article-card>*,
        .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+5) .article-card>* {
            margin-right: 10px !important
        }
        .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+5) .article-card>:last-child,
        .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+5) .article-card>:last-child {
            margin-right: 0 !important
        }
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+5) .article-card__image,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+5) .article-card__image {
        align-self: flex-start;
        aspect-ratio: 4/3;
        flex-basis: 166px
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+5) .article-card__image img,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+5) .article-card__image img {
        aspect-ratio: 4/3
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+5) .article-card__inner,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+5) .article-card__inner {
        padding: 0
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+5) .article-card__title,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+5) .article-card__title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: .5rem
    }
}

@media(max-width:47.99em)and (min-width:26em) {
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+5) .article-card__title,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+5) .article-card__title {
        font-size: 17px;
        line-height: 23px
    }
}

@media(max-width:47.99em) {
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+5).content-override,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+5).content-override {
        margin: 0 -1rem
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+5).content-override .article-card,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+5).content-override .article-card {
        padding: 1rem
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+6),
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+6) {
        margin: 0 -1rem
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+6):not(.content-override),
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+6):not(.content-override) {
        background: var(--metro--widget--background-color--dark-grey);
        color: #fff
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+6):not(.content-override) a:not(.channel-glyph),
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+6):not(.content-override) a:not(.channel-glyph) {
        color: #fff
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+6):after,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+6):after {
        display: none
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+6) .article-card,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+6) .article-card {
        flex-direction: column;
        gap: 0;
        padding: 0
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+6) .article-card__inner,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+6) .article-card__inner {
        padding: 1rem
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+6) .article-card__title,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+6) .article-card__title {
        font-size: 24px;
        font-weight: 700;
        line-height: 30px
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+6) .article-card__author,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+6) .article-card__duration,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+6) .article-card__author,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+6) .article-card__duration {
        display: block
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+6) .article-card__image,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+6) .article-card__image {
        align-self: auto;
        aspect-ratio: 16/9;
        flex-basis: auto
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+6) .article-card__image img,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+6) .article-card__image img {
        aspect-ratio: 16/9
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+6) .article-card__date,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+6) .article-card__date {
        display: block
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(10n+3),
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+7),
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+8),
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(10n+3),
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+7),
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+8) {
        margin: 0
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(10n+3):not(.content-override),
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+7):not(.content-override),
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+8):not(.content-override),
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(10n+3):not(.content-override),
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+7):not(.content-override),
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+8):not(.content-override) {
        background: #fff;
        color: #000
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(10n+3):not(.content-override) a:not(.channel-glyph),
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+7):not(.content-override) a:not(.channel-glyph),
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+8):not(.content-override) a:not(.channel-glyph),
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(10n+3):not(.content-override) a:not(.channel-glyph),
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+7):not(.content-override) a:not(.channel-glyph),
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+8):not(.content-override) a:not(.channel-glyph) {
        color: #000
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(10n+3):after,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+7):after,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+8):after,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(10n+3):after,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+7):after,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+8):after {
        display: block
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(10n+3) .article-card__author,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(10n+3) .article-card__date,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(10n+3) .article-card__duration,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+7) .article-card__author,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+7) .article-card__date,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+7) .article-card__duration,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+8) .article-card__author,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+8) .article-card__date,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+8) .article-card__duration,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(10n+3) .article-card__author,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(10n+3) .article-card__date,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(10n+3) .article-card__duration,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+7) .article-card__author,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+7) .article-card__date,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+7) .article-card__duration,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+8) .article-card__author,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+8) .article-card__date,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+8) .article-card__duration {
        display: none
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(10n+3) .article-card,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+7) .article-card,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+8) .article-card,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(10n+3) .article-card,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+7) .article-card,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+8) .article-card {
        flex-direction: row;
        gap: 10px;
        padding: 1rem 0
    }
    @supports not (inset:0) {
        .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(10n+3) .article-card>*,
        .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+7) .article-card>*,
        .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+8) .article-card>*,
        .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(10n+3) .article-card>*,
        .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+7) .article-card>*,
        .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+8) .article-card>* {
            margin-right: 10px !important
        }
        .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(10n+3) .article-card>:last-child,
        .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+7) .article-card>:last-child,
        .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+8) .article-card>:last-child,
        .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(10n+3) .article-card>:last-child,
        .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+7) .article-card>:last-child,
        .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+8) .article-card>:last-child {
            margin-right: 0 !important
        }
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(10n+3) .article-card__image,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+7) .article-card__image,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+8) .article-card__image,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(10n+3) .article-card__image,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+7) .article-card__image,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+8) .article-card__image {
        align-self: flex-start;
        aspect-ratio: 4/3;
        flex-basis: 166px
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(10n+3) .article-card__image img,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+7) .article-card__image img,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+8) .article-card__image img,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(10n+3) .article-card__image img,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+7) .article-card__image img,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+8) .article-card__image img {
        aspect-ratio: 4/3
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(10n+3) .article-card__inner,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+7) .article-card__inner,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+8) .article-card__inner,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(10n+3) .article-card__inner,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+7) .article-card__inner,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+8) .article-card__inner {
        padding: 0
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(10n+3) .article-card__title,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+7) .article-card__title,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+8) .article-card__title,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(10n+3) .article-card__title,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+7) .article-card__title,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+8) .article-card__title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: .5rem
    }
}

@media(max-width:47.99em)and (min-width:26em) {
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(10n+3) .article-card__title,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+7) .article-card__title,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+8) .article-card__title,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(10n+3) .article-card__title,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+7) .article-card__title,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+8) .article-card__title {
        font-size: 17px;
        line-height: 23px
    }
}

@media(max-width:47.99em) {
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(10n+3).content-override,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+7).content-override,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+8).content-override,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(10n+3).content-override,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+7).content-override,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+8).content-override {
        margin: 0 -1rem
    }
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(10n+3).content-override .article-card,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+7).content-override .article-card,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .editors-picks__mpu~.post-grid__item:nth-of-type(3n+8).content-override .article-card,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(10n+3).content-override .article-card,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+7).content-override .article-card,
    .zebra-stacked-post-grid.has-early-mpu-mosaic-top .latest__mpu~.post-grid__item:nth-of-type(3n+8).content-override .article-card {
        padding: 1rem
    }
}

.hot-topics {
    --blur-color: var(--metro--widget--background-color--light-grey);
    background: var(--metro--widget--background-color--light-grey);
    margin: 0 -1rem
}

.hot-topics .horizontal-scroll {
    align-items: center;
    display: flex;
    height: 50px;
    margin: 0 20px 0 0;
    overflow-y: hidden;
    padding: 0 1rem
}

@media(min-width:48em) {
    .hot-topics .horizontal-scroll {
        margin: 0 10px 0 0;
        padding: 0 20px
    }
    .hot-topics {
        margin: 0
    }
}

.hot-topics__label {
    color: #f04;
    text-align: right
}

.hot-topics__label,
.hot-topics__menu {
    flex-grow: 1;
    flex-shrink: 0
}

.hot-topics__menu ul {
    padding: 0 10px
}

.hot-topics__menu li {
    display: inline-block
}

.hot-topics__menu li a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
    text-underline-offset: 2px
}

.hot-topics__menu li a:active,
.hot-topics__menu li a:focus,
.hot-topics__menu li a:hover {
    text-decoration: underline
}

.hot-topics__menu li:after {
    content: "|";
    margin: 0 10px
}

.hot-topics__menu li:last-of-type:after {
    display: none
}

.editors-picks {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.editors-picks .post-grid__label {
    border-bottom: 1px solid #eaeaea;
    font-family: var(--wp--preset--font-family--headline);
    font-size: 28px;
    line-height: 34px;
    margin-bottom: -6px;
    text-transform: uppercase;
    width: 100%
}

@media(min-width:48em) {
    .editors-picks .post-grid__label {
        font-size: 34px;
        line-height: 40px
    }
}

.editors-picks .post-grid__posts {
    display: block
}

.editors-picks .post-grid__posts .post-grid__item:first-child .breaking-news {
    font-size: 36px;
    line-height: 1;
    padding: 15px
}

@media(min-width:60em) {
    .editors-picks .post-grid__posts .post-grid__item:first-child .breaking-news {
        font-size: 50px
    }
}

@media(min-width:48em) {
    .editors-picks .post-grid__posts .post-grid__item:first-child {
        font-size: 60px
    }
}

@media(min-width:60em) {
    .editors-picks .post-grid__posts .post-grid__item:first-child {
        font-size: 60px
    }
}

@media(min-width:48em) {
    .editors-picks .post-grid__posts {
        display: grid
    }
    .editors-picks .post-grid__posts .post-grid__item:first-child {
        grid-column: span 2;
        grid-row: span 2
    }
    .editors-picks .post-grid__posts .post-grid__item:first-child .article-card__image {
        aspect-ratio: 4/3
    }
    .editors-picks .post-grid__posts .post-grid__item:first-child .article-card__title {
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        margin: -3px 0 calc(1rem + 3px)
    }
    .editors-picks .post-grid__posts {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width:60em) {
    .editors-picks .post-grid__posts {
        grid-template-columns: repeat(3, 1fr)
    }
}

.editors-picks .article-card__image,
.editors-picks .article-card__image img {
    aspect-ratio: 16/9
}

.editors-picks__editorial-include {
    display: flex;
    justify-content: center;
    padding: 20px 0
}

@media(min-width:48em) {
    .editors-picks__editorial-include {
        padding: 0
    }
}

.editors-picks__dmpu {
    grid-row: span 2
}

@media(min-width:48em) and (max-width:59.99em) {
    .editors-picks .post-grid__posts .post-grid__item:last-child:not(:nth-of-type(2n)),
    .editors-picks__dmpu,
    .editors-picks__mpu {
        display: none
    }
}

@media(min-width:60em) {
    .editors-picks__dmpu:has(.ad-slot-container[style*="display: none"]),
    .editors-picks__mpu:has(.ad-slot-container[style*="display: none"]) {
        background-color: #eaeaea
    }
}

.content-group {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

@media(min-width:48em) {
    .content-group {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.content-group .content-group_title {
    color: #000;
    font-family: var(--wp--preset--font-family--headline);
    font-size: 28px;
    line-height: 34px;
    padding: 0;
    text-transform: uppercase
}

@media(min-width:48em) {
    .content-group .content-group_title {
        font-size: 34px;
        line-height: 40px;
        order: 1
    }
}

.content-group_more {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 1
}

.content-group_more:before {
    background: #eaeaea;
    bottom: 50%;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

@media(min-width:48em) {
    .content-group_more {
        order: 3;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
    .content-group_more:before {
        display: none
    }
}

.content-group_lozenges {
    flex: 1;
    overflow: hidden
}

@media(min-width:48em) {
    .content-group_lozenges {
        order: 2
    }
}

.content-group_lozenges li {
    display: inline-block;
    flex-shrink: 0
}

.content-group_lozenges .metro-button {
    background-color: var(--accent-color, #000);
    border-color: var(--accent-color, #000)
}

.content-group_include {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%
}

@media(min-width:48em) {
    .content-group_include {
        order: 4
    }
    .content-group_body {
        order: 5
    }
}

.content-group .post-grid__item .article-card__image img {
    aspect-ratio: 16/9
}

.content-group .post-grid__item:first-of-type {
    grid-column: span 2;
    grid-row: span 2;
    margin: 0 -1rem
}

.content-group .post-grid__item:first-of-type .breaking-news {
    font-size: 36px;
    line-height: 1;
    padding: 15px
}

@media(min-width:60em) {
    .content-group .post-grid__item:first-of-type .breaking-news {
        font-size: 50px
    }
}

@media(min-width:48em) {
    .content-group .post-grid__item:first-of-type {
        margin: 0
    }
}

.content-group .post-grid__item:first-of-type .article-card__image,
.content-group .post-grid__item:first-of-type .article-card__image img {
    aspect-ratio: 4/3
}

.content-group .post-grid__item:first-of-type .article-card__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px
}

.content-group .post-grid__item:first-of-type .article-card__author,
.content-group .post-grid__item:first-of-type .article-card__date,
.content-group .post-grid__item:first-of-type .article-card__duration {
    display: block
}

.content-group .post-grid__item .breaking-news {
    font-size: 15px
}

@media(min-width:23.5em) {
    .content-group .post-grid__item .breaking-news {
        font-size: 16px
    }
}

@media(min-width:26em) {
    .content-group .post-grid__item .breaking-news {
        font-size: 21px
    }
}

@media(min-width:48em) {
    .content-group .post-grid__item .breaking-news {
        font-size: 26px
    }
}

@media(min-width:48em) and (max-width:59.99em) {
    .content-group .post-grid__item .breaking-news {
        font-size: 19px
    }
}

@media(min-width:60em) {
    .content-group .post-grid__item .breaking-news {
        font-size: 26px
    }
}

.content-group.dark {
    background: #fff;
    color: #fff
}

.content-group.dark .post-grid__label {
    color: #000
}

.content-group.dark .post-grid__item {
    background: var(--metro--widget--background-color--dark-grey);
    border: none
}

.football-badges_list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: space-between;
    list-style: none
}

.football-badges_item {
    align-items: center;
    display: flex;
    height: 65px;
    justify-content: center;
    min-width: 65px;
    width: 65px
}

.football-badges_item a {
    display: block;
    transition: opacity .3s
}

.football-badges_item a:active,
.football-badges_item a:focus,
.football-badges_item a:hover {
    opacity: .6
}

.football-badges_item img {
    max-height: 65px;
    max-width: 65px
}

.portrait-video-carousel {
    background: #000;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0 -1rem;
    padding: 1rem
}

@media(min-width:48em) {
    .portrait-video-carousel {
        margin: 0
    }
}

.portrait-video-carousel .portrait-video-carousel_title {
    color: #fff;
    font-family: var(--wp--preset--font-family--headline);
    font-size: 28px;
    line-height: 34px;
    padding: 0;
    text-transform: uppercase
}

@media(min-width:48em) {
    .portrait-video-carousel .portrait-video-carousel_title {
        font-size: 34px;
        line-height: 40px
    }
}

.portrait-video-carousel_placeholders {
    display: flex;
    gap: .8rem;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.portrait-video-carousel_placeholders>li {
    background-color: var(--metro--widget--background-color--light-grey);
    border-radius: 7.2px;
    height: 300px;
    min-width: 169px
}

.portrait-video-carousel ol>li {
    padding: 0
}

.portrait-video-carousel--hidden-titles span[class^=video-title_text_] {
    visibility: hidden
}

@media(min-width:60em) {
    .wide-layout .article__content__inner>.portrait-video-carousel {
        margin-left: -3rem;
        margin-right: -3rem
    }
}


.trending-now {
    background: var(--metro--widget--background-color--light-grey);
    counter-reset: trending;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    position: relative
}

.trending-now:not(.trending-post-strip) {
    margin-left: -1rem;
    margin-right: -1rem
}

.trending-now-has-button {
    margin-bottom: 20px;
    padding-bottom: 30px
}

@media(min-width:48em) {
    .trending-now {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .trending-now:not(.trending-post-strip) {
        margin: 0
    }
}

.trending-now__button {
    bottom: -20px;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 100%
}

@media(min-width:48em) {
    .trending-now__button {
        bottom: unset;
        left: unset;
        position: relative;
        width: auto
    }
}

.trending-now__button a:active,
.trending-now__button a:focus,
.trending-now__button a:hover {
    text-decoration: none !important
}

.trending-now .trending-now__label {
    color: #000;
    font-family: var(--wp--preset--font-family--headline);
    font-size: 28px;
    line-height: 34px;
    padding: 0;
    text-transform: uppercase
}

@media(min-width:48em) {
    .trending-now .trending-now__label {
        font-size: 34px;
        line-height: 40px
    }
}

.trending-now .article-card__image {
    aspect-ratio: 16/9
}

.trending-now__list {
    list-style: none;
    width: 100%
}

@media(min-width:48em) {
    .trending-now__list {
        -webkit-column-count: 2;
        column-count: 2
    }
}

.trending-now__list-item {
    border-bottom: 1px solid #d0d0d0;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
    counter-increment: trending;
    min-height: 30px;
    position: relative
}

.trending-now__list-item:first-of-type .article-card__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px
}

.trending-now__list-item:first-of-type .article-card__inner {
    padding: 1rem 0
}

@media(min-width:48em) {
    .trending-now__list-item:first-of-type .article-card__inner {
        padding: 10px 0 0
    }
}

.trending-now__list-item:first-of-type .article-card__author,
.trending-now__list-item:first-of-type .article-card__duration {
    display: block
}

.trending-now__list-item:first-of-type .article-card__date {
    display: none
}

@media(min-width:26em) {
    .trending-now__list-item:first-of-type .article-card__date {
        display: block
    }
}

.trending-now__list-item:not(:first-of-type) {
    padding: 1rem 0 1rem 36px
}

@media(min-width:48em) {
    .trending-now__list-item:not(:first-of-type) {
        padding: 20px 0 20px 42px
    }
}

.trending-now__list-item:not(:first-of-type) a {
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
    text-decoration: none
}

.trending-now__list-item:last-of-type {
    padding-bottom: 0
}

@media(min-width:48em) {
    .trending-now__list-item:nth-of-type(2) {
        padding-top: 0
    }
    .trending-now__list-item:nth-of-type(2):before {
        top: 0
    }
}

.trending-now__list-item:last-of-type {
    border-bottom: none
}

@media(min-width:48em) {
    .trending-now__list-item:first-of-type {
        border: none
    }
}

.trending-now__list-item:first-of-type:before {
    font-size: 30px;
    height: 40px;
    top: 0;
    width: 40px
}

.trending-now__list-item:before {
    align-items: center;
    background: #f04;
    color: #fff;
    content: counter(trending);
    display: flex;
    font-size: 18px;
    font-weight: 900;
    height: 25px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 1rem;
    width: 25px;
    z-index: 10
}

@media(min-width:48em) {
    .trending-now__list-item:before {
        font-size: 22px;
        height: 30px;
        top: 20px;
        width: 30px
    }
}

.trending-now a {
    text-decoration: none
}

.trending-now a:hover {
    text-decoration: underline
}

.latest {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.latest .latest_title {
    border-bottom: 1px solid #eaeaea;
    color: #000;
    font-family: var(--wp--preset--font-family--headline);
    font-size: 28px;
    line-height: 34px;
    margin-bottom: -6px;
    text-transform: uppercase;
    width: 100%
}

@media(min-width:48em) {
    .latest .latest_title {
        font-size: 34px;
        line-height: 40px
    }
}

@media(min-width:60em) {
    .latest__dmpu {
        grid-row: span 2
    }
}

.latest .post-grid__posts {
    display: block
}

@media (min-width: 48em) {
    .latest .post-grid__posts {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr)); /* Semicolon added */
    }
}

@media (min-width: 60em) {
    .latest .post-grid__posts {
        grid-template-columns: repeat(12, minmax(0, 1fr)); /* Semicolon added */
    }
    .latest .post-grid__posts > * {
        grid-column: span 4; /* Semicolon added */
    }
    .latest .post-grid__posts > :nth-of-type(23n + 14),
    .latest .post-grid__posts > :nth-of-type(23n + 15),
    .latest .post-grid__posts > :nth-of-type(23n + 16),
    .latest .post-grid__posts > :nth-of-type(23n + 17),
    .latest .post-grid__posts > :nth-of-type(23n + 21),
    .latest .post-grid__posts > :nth-of-type(23n + 22),
    .latest .post-grid__posts > :nth-of-type(23n + 23),
    .latest .post-grid__posts > :nth-of-type(23n + 24) {
        
    }
}

.latest .post-grid .article-card__image img {
    aspect-ratio: 16/9
}

.latest .post-grid .ad-placeholder {
    align-items: center;
    border: none;
    display: flex;
    width: 100%
}

.latest .post-grid .ad-placeholder div {
    background: var(--metro--widget--background-color--light-grey);
    height: 250px;
    margin: 1rem 0;
    width: 300px
}

@media(min-width:48em) {
    .latest .post-grid .ad-placeholder div {
        margin: 0
    }
}

@media(min-width:60em) {
    .latest .has-dmpu .post-grid__posts>:nth-of-type(23n+14),
    .latest .has-dmpu .post-grid__posts>:nth-of-type(23n+15),
    .latest .has-dmpu .post-grid__posts>:nth-of-type(23n+16),
    .latest .has-dmpu .post-grid__posts>:nth-of-type(23n+17),
    .latest .has-dmpu .post-grid__posts>:nth-of-type(23n+21),
    .latest .has-dmpu .post-grid__posts>:nth-of-type(23n+22),
    .latest .has-dmpu .post-grid__posts>:nth-of-type(23n+23),
    .latest .has-dmpu .post-grid__posts>:nth-of-type(23n+24) {
        grid-column: span 3
    }
    .latest .has-dmpu .post-grid__posts>:nth-of-type(23n+18),
    .latest .has-dmpu .post-grid__posts>:nth-of-type(23n+19),
    .latest .has-dmpu .post-grid__posts>:nth-of-type(23n+20) {
        grid-column: span 4
    }
}

.latest_footer {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 1
}

.latest_footer:before {
    background: #eaeaea;
    bottom: 50%;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.latest .loader {
    --loading-size: 15px;
    --loading-color: #fff;
    display: none;
    margin-left: .5em
}

.latest.loading .metro-button__more svg {
    display: none
}

.latest.loading .loader {
    display: block
}

.latest.finished .latest_footer {
    visibility: hidden
}

@media(min-width:48em) and (max-width:59.99em) {
    .latest .has-dmpu:not(.has-mpu) .post-grid__posts .post-grid__item:last-child:not(:nth-of-type(odd)),
    .latest .post-grid__posts .post-grid__item:last-child:not(:nth-of-type(2n)),
    .latest__dmpu,
    .latest__mpu {
        display: none
    }
}

@media(min-width:60em) {
    .latest__dmpu:has(.ad-slot-container[style*="display: none"]),
    .latest__mpu:has(.ad-slot-container[style*="display: none"]) {
        background-color: #eaeaea
    }
}

.latest_pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%
}

.latest_pagination .pages {
    display: none
}

.latest_pagination .current {
    font-weight: 700
}

.latest_pagination a,
.latest_pagination span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none
}

@media(min-width:26em) {
    .latest_pagination a,
    .latest_pagination span {
        font-size: 16px;
        line-height: 22px;
        padding: 0 4px
    }
}

.latest_pagination a:active,
.latest_pagination a:focus,
.latest_pagination a:hover {
    font-weight: bolder;
    text-decoration: underline
}

.latest_pagination a:active svg,
.latest_pagination a:focus svg,
.latest_pagination a:hover svg {
    opacity: .6
}

.latest_pagination svg {
    height: 14px;
    margin-top: -2px;
    transition: opacity .3s;
    width: 14px
}

.latest .last {
    order: 998
}

.latest .nextpostslink {
    order: 999
}

.latest .previouspostslink {
    order: -1
}

.latest .previouspostslink svg {
    transform: rotate(180deg)
}

.latest .extend+a.smaller,
.latest .larger+a.larger {
    display: none
}

@media(min-width:48em) {
    .latest .extend+a.smaller,
    .latest .larger+a.larger {
        display: inline
    }
}

.video-player {
    background-color: #000;
    color: #fff;
    padding: 0 0 10px;
    position: relative
}

.archive-layout>.video-player {
    margin: 0 -1rem;
    padding: 1rem 1rem 0
}

@media(min-width:48em) {
    .archive-layout>.video-player {
        padding: 1rem
    }
}

@media(min-width:60em) {
    .archive-layout>.video-player {
        margin: 0
    }
}

.archive-layout>.video-player>.video-player {
    margin: 0 -1rem;
    padding-bottom: 0
}

@media(min-width:48em) {
    .archive-layout>.video-player>.video-player {
        margin: 0
    }
    .archive-layout>.video-player .metro-video-player {
        display: flex;
        flex-direction: column;
        min-height: 581px
    }
    .archive-layout>.video-player .metro-video-player__meta,
    .archive-layout>.video-player .vjs-video-container {
        width: calc(100% - 320px)
    }
}

.archive-layout>.video-player .metro-video-player__meta {
    display: flex;
    flex-grow: 1
}

@media(min-width:48em) {
    .archive-layout>.video-player .metro-related-video-carousel__related-videos {
        padding: 0
    }
    .archive-layout>.video-player .metro-related-video-carousel__related-videos-slider {
        flex-direction: column;
        flex-wrap: wrap;
        height: 536px
    }
    .archive-layout>.video-player .metro-related-video-carousel__related-video {
        flex-direction: row
    }
    .archive-layout>.video-player .metro-related-video-carousel__related-video-thumbnail {
        width: 120px
    }
}

.video-player .video-player__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem
}

.video-player .metro-button {
    background: #fff;
    color: #000;
    transition: background .3s
}

.video-player .metro-button:active,
.video-player .metro-button:focus,
.video-player .metro-button:hover {
    background: #eaeaea;
    opacity: 1
}

.video-player .share-button {
    transition: opacity .3s
}

.video-player .share-button:active,
.video-player .share-button:focus,
.video-player .share-button:hover {
    opacity: .6
}

.video-player .video-player__header h2 {
    font-family: var(--wp--preset--font-family--headline);
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase
}

@media(min-width:48em) {
    .video-player .video-player__header h2 {
        font-size: 34px;
        line-height: 40px
    }
}

.video-player .vjs-title {
    font-family: var(--wp--preset--font-family--body);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1
}

.video-player .vjs-video-container>video {
    margin-bottom: 40px
}

@media(min-width:48em) {
    .video-player .vjs-video-container>video {
        margin-bottom: 49px
    }
}

.video-player .metro-video-player {
    position: relative
}

.video-player .metro-related-video-carousel {
    display: block
}

.video-player video {
    width: 100%
}

.video-player .spinner {
    display: inline-block
}

.video-player .spinner:after {
    animation: placeholder-spinner 1.2s linear infinite;
    border-color: #fff transparent;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    content: " ";
    display: block;
    height: 12px;
    left: 5px;
    position: relative;
    width: 12px
}

.video-player .metro--video--warning {
    padding-top: 1.1rem;
    text-align: center
}

.video-player .metro--video--warning p {
    margin: 0
}

.video-player .vjs-full-width-popup {
    z-index: 10
}

@media(min-width:48em)and (max-width:50.0625em) {
    .archive-layout .vjs-responsive .vjs-control-bar,
    .archive-layout .vjs-responsive .vjs-social-controls,
    .archive-layout .vjs-responsive .vjs-timer-controls {
        height: 40px
    }
    .archive-layout .vjs-responsive .vjs-timer-controls {
        font-size: 12px;
        line-height: 40px
    }
    .archive-layout .vjs-responsive .vjs-fullscreen-control,
    .archive-layout .vjs-responsive .vjs-mute-control,
    .archive-layout .vjs-responsive .vjs-play-control {
        height: 40px;
        width: 40px
    }
    .archive-layout .vjs-responsive .vjs-fullscreen-control:before,
    .archive-layout .vjs-responsive .vjs-mute-control:before,
    .archive-layout .vjs-responsive .vjs-play-control:before {
        font-size: 20px
    }
    .archive-layout .vjs-responsive .vjs-social-share-control {
        height: 30px;
        width: 30px
    }
    .archive-layout .vjs-responsive .vjs-social-icon {
        font-size: 18px;
        height: 20px;
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        position: absolute;
        top: 50%;
        width: 20px
    }
}

@media(min-width:60em) {
    .article__content__inner>.video-player:first-child {
        margin-left: -3.4rem;
        margin-right: -3.4rem
    }
}

.article__content__inner>.video-player:first-child .metro-related-video-carousel__related-videos-placeholder {
    flex-direction: column
}

@media(min-width:59.3125em) {
    .article__content__inner>.video-player:first-child .metro-related-video-carousel__related-videos-placeholder {
        flex-direction: row
    }
}

.article__content__inner>.video-player:first-child .metro-related-video-carousel__related-video-placeholder:nth-of-type(4) {
    display: none
}

@media(min-width:59.3125em) {
    .article__content__inner>.video-player:first-child .metro-related-video-carousel__related-video-placeholder:nth-of-type(4) {
        display: flex
    }
}

.metro-related-video-carousel__related-video h3 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.metro-related-video-carousel__related-video:hover h3 {
    text-decoration: underline
}

.metro-related-video-carousel__related-video:hover .metro-related-video-carousel__related-video-thumbnail:before {
    opacity: .1
}

.metro-related-video-carousel__related-video:hover .metro-related-video-carousel__related-video-overlay {
    opacity: .5
}

.metro-related-video-carousel__related-video-thumbnail {
    min-width: 120px
}

.metro-related-video-carousel__related-video-thumbnail:before {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .3s;
    width: 100%
}

.metro-related-video-carousel__related-video-overlay {
    transition: opacity .3s
}

.icon.vjs-social-icon {
    background: 0 0
}

.metro-video-player__meta {
    background: #262626;
    padding: 12px 10px
}

.metro-video-player__meta-inner {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.metro-video-player__headline {
    font-size: 24px;
    line-height: 30px
}

.metro-video-player__footer {
    align-items: center;
    display: flex;
    font-size: 13px;
    line-height: 19px
}

.metro-video-player__date:before,
.metro-video-player__duration:before {
    content: "|";
    padding: 0 5px
}

.metro-video-player__description {
    flex-grow: 1
}

.metro-video-player__description a {
    color: #fff;
    font-weight: 700;
    text-decoration: none !important
}

.metro-video-player__description a:active,
.metro-video-player__description a:focus,
.metro-video-player__description a:hover {
    text-decoration: underline !important
}

.metro-video-player__description svg {
    height: 15px;
    margin: 0 0 0 3px;
    width: 15px
}

@keyframes placeholder-spinner {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@media(min-width:60em) {
    .wide-layout .article__content__inner>.video-player {
        margin-left: -3rem;
        margin-right: -3rem
    }
    .wide-layout .metro-related-video-carousel__related-videos-slider {
        flex-direction: row;
        flex-wrap: nowrap;
        height: auto
    }
    .wide-layout .metro-related-video-carousel__related-video {
        flex-direction: column;
        height: auto;
        min-width: calc(25% - 7.5px)
    }
    .wide-layout .metro-related-video-carousel__related-video-thumbnail,
    .wide-layout .metro-related-video-carousel__related-video-thumbnail img {
        width: 100%
    }
}

.metro-related-video-carousel__related-videos,
.metro-video-player__up-next-placeholder {
    padding: 10px
}

@media(min-width:48em) {
    .metro-related-video-carousel__related-videos,
    .metro-video-player__up-next-placeholder {
        padding: 0;
        position: absolute !important;
        right: 10px;
        top: 5px;
        width: 300px
    }
}

.single .metro-related-video-carousel__related-videos,
.single .metro-video-player__up-next-placeholder {
    padding: 10px;
    position: relative !important;
    right: auto;
    top: auto;
    width: auto
}

.metro-video-player__up-next-placeholder-header {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.metro-related-video-carousel__navigation {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 10px
}

.metro-related-video-carousel__arrow--left,
.metro-related-video-carousel__arrow--right {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 11px;
    cursor: pointer;
    display: flex;
    height: 22px;
    justify-content: center;
    transition: opacity .3s;
    width: 22px
}

.metro-related-video-carousel__arrow--left.disabled,
.metro-related-video-carousel__arrow--right.disabled {
    opacity: .4
}

.metro-related-video-carousel__arrow--left svg,
.metro-related-video-carousel__arrow--right svg {
    height: 12px;
    width: 12px
}

.metro-related-video-carousel__arrow--left:hover,
.metro-related-video-carousel__arrow--right:hover {
    opacity: .6
}

.metro-related-video-carousel__page {
    background: #f1f1f1;
    border-radius: 4px;
    height: 8px;
    opacity: .4;
    width: 8px
}

@media(min-width:48em) {
    .metro-video-player__up-next-placeholder-header .metro-related-video-carousel__page:nth-of-type(2) {
        display: none
    }
}

.metro-related-video-carousel__related-videos-placeholder,
.metro-video-player__up-next-placeholder {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.single .metro-related-video-carousel__related-videos-placeholder {
    flex-direction: column
}

@media(min-width:59.3125em) {
    .single .metro-related-video-carousel__related-videos-placeholder {
        flex-direction: row
    }
}

@media(min-width:31.25em) {
    .wide-layout .metro-related-video-carousel__related-videos-placeholder {
        flex-direction: row
    }
}

.metro-related-video-carousel__related-video-placeholder {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    gap: 10px
}

.metro-related-video-carousel__related-video-placeholder:nth-of-type(4),
.metro-related-video-carousel__related-video-placeholder:nth-of-type(5),
.metro-related-video-carousel__related-video-placeholder:nth-of-type(6),
.metro-related-video-carousel__related-video-placeholder:nth-of-type(7) {
    display: none
}

@media(min-width:48em) {
    .metro-related-video-carousel__related-video-placeholder:nth-of-type(4),
    .metro-related-video-carousel__related-video-placeholder:nth-of-type(5),
    .metro-related-video-carousel__related-video-placeholder:nth-of-type(6),
    .metro-related-video-carousel__related-video-placeholder:nth-of-type(7) {
        display: flex
    }
}

.single .metro-related-video-carousel__related-video-placeholder:nth-of-type(4),
.single .metro-related-video-carousel__related-video-placeholder:nth-of-type(5),
.single .metro-related-video-carousel__related-video-placeholder:nth-of-type(6),
.single .metro-related-video-carousel__related-video-placeholder:nth-of-type(7) {
    display: none
}

@media(min-width:59.3125em) {
    .single .metro-related-video-carousel__related-video-placeholder {
        flex-direction: column
    }
    .single .metro-related-video-carousel__related-video-placeholder:nth-of-type(4) {
        display: flex
    }
}

@media(min-width:31.25em) {
    .wide-layout .metro-related-video-carousel__related-video-placeholder {
        flex-direction: column
    }
    .wide-layout .metro-related-video-carousel__related-video-placeholder:nth-of-type(4) {
        display: flex
    }
}

.metro-related-video-carousel__related-video-placeholder-thumbnail {
    animation: placeholder-opacity 1.2s linear infinite;
    aspect-ratio: 16/9;
    background: #444;
    width: 120px
}

@media(min-width:59.3125em) {
    .single .metro-related-video-carousel__related-video-placeholder-thumbnail {
        width: 100%
    }
}

@media(min-width:31.25em) {
    .wide-layout .metro-related-video-carousel__related-video-placeholder-thumbnail {
        width: 100%
    }
}

.metro-related-video-carousel__related-video-placeholder-headline {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 4px;
    margin: 0 0 4px
}

.metro-related-video-carousel__related-video-placeholder-headline span {
    animation: placeholder-opacity 1.2s linear infinite;
    background: #444;
    border-radius: 2px;
    content: "";
    display: block;
    height: 13px;
    width: 100%
}

.metro-related-video-carousel__related-video-placeholder-headline span:last-of-type {
    width: 80%
}

@keyframes placeholder-opacity {
    0% {
        opacity: .5
    }
    50% {
        opacity: 1
    }
    to {
        opacity: .5
    }
}

.video-player .metro-related-video-carousel {
    background: 0 0
}

.video-player .metro-related-video-carousel__related-videos-header p,
.video-player .metro-video-player__up-next-placeholder-header-label {
    align-items: center;
    display: flex;
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
    text-transform: uppercase
}

.single .metro-video-player--portrait.active--ab {
    margin-bottom: -40px
}

.single .metro-video-player--portrait.active--ab .metro-video-player__up-next-placeholder {
    display: none
}

.metro-portrait-video-player__next-video {
    font-weight: 700;
    text-transform: uppercase
}

.video-player--hidden-carousel .video-player,
.video-player--hidden-carousel.video-player {
    padding: 0
}

.video-player--hidden-carousel .metro-related-video-carousel__related-videos,
.video-player--hidden-carousel .metro-video-player__up-next-placeholder {
    display: none
}

.spotlight {
    background: #fff;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.spotlight--with-background {
    background: var(--metro--widget--background-color--dark-grey);
    gap: 10px;
    margin: 0 -1rem;
    padding: 1rem 1rem 0
}

.spotlight--with-background .spotlight_title {
    color: #fff
}

@media(min-width:48em) {
    .spotlight--with-background {
        background: #000;
        margin: 0;
        padding-bottom: 1rem
    }
    .spotlight {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.spotlight_title {
    color: #000;
    font-family: var(--wp--preset--font-family--headline);
    font-size: 28px;
    line-height: 34px;
    padding: 0;
    text-transform: uppercase
}

@media(min-width:48em) {
    .spotlight_title {
        font-size: 34px;
        line-height: 40px
    }
}

.spotlight .post-grid__posts {
    gap: 0;
    grid-template-columns: 1fr;
    margin: 0 -1rem
}

@media(min-width:48em) {
    .spotlight .post-grid__posts {
        gap: 10px;
        grid-template-columns: repeat(12, 1fr);
        margin: 0
    }
}

.spotlight .post-grid__item {
    background: var(--metro--widget--background-color--dark-grey);
    border: none;
    grid-column: 1
}

@media(min-width:48em) {
    .spotlight .post-grid__item {
        grid-column: span 5
    }
}

@media(min-width:60em) {
    .spotlight .post-grid__item {
        grid-column: span 3
    }
}

.spotlight .post-grid__item .article-card__image img {
    aspect-ratio: 16/9
}

.spotlight .post-grid__item:first-of-type .breaking-news {
    font-size: 36px;
    line-height: 1;
    padding: 15px
}

@media(min-width:60em) {
    .spotlight .post-grid__item:first-of-type .breaking-news {
        font-size: 50px
    }
}

@media(min-width:48em) {
    .spotlight .post-grid__item:first-of-type {
        font-size: 60px
    }
}

@media(min-width:60em) {
    .spotlight .post-grid__item:first-of-type {
        font-size: 60px
    }
}

@media(min-width:48em) and (max-width:59.99em) {
    .spotlight .post-grid__item:first-of-type .breaking-news {
        font-size: 50px
    }
}

.spotlight .post-grid__item:first-of-type .article-card__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px
}

.spotlight .post-grid__item:first-of-type .article-card__author,
.spotlight .post-grid__item:first-of-type .article-card__date,
.spotlight .post-grid__item:first-of-type .article-card__duration {
    display: block
}

@media(min-width:48em) {
    .spotlight .post-grid__item:first-of-type {
        grid-column: span 7;
        grid-row: span 2;
        margin: 0
    }
}

@media(min-width:60em) {
    .spotlight .post-grid__item:first-of-type {
        grid-column: span 9
    }
}

.spotlight .post-grid__item:nth-of-type(2):before,
.spotlight .post-grid__item:nth-of-type(3):before {
    border-bottom: 1px solid #eaeaea;
    content: "";
    display: block;
    margin: 0 auto;
    position: relative;
    top: 3px;
    width: calc(100% - 2rem)
}

@media(--tablet-and-below) {
    .spotlight .post-grid__item:nth-of-type(2) .article-card__inner,
    .spotlight .post-grid__item:nth-of-type(3) .article-card__inner {
        padding-top: calc(1rem + 3px)
    }
}

.spotlight .post-grid__item:nth-of-type(2) .article-card__footer,
.spotlight .post-grid__item:nth-of-type(2) .article-card__image,
.spotlight .post-grid__item:nth-of-type(3) .article-card__footer,
.spotlight .post-grid__item:nth-of-type(3) .article-card__image {
    display: none
}

.spotlight .post-grid__item:nth-of-type(2) .article-card__title,
.spotlight .post-grid__item:nth-of-type(3) .article-card__title {
    margin-bottom: 0
}

@media(min-width:48em) {
    .spotlight .post-grid__item:nth-of-type(2):before,
    .spotlight .post-grid__item:nth-of-type(3):before {
        display: none
    }
    .spotlight .post-grid__item:nth-of-type(2) .article-card__footer,
    .spotlight .post-grid__item:nth-of-type(2) .article-card__image,
    .spotlight .post-grid__item:nth-of-type(3) .article-card__footer,
    .spotlight .post-grid__item:nth-of-type(3) .article-card__image {
        display: block
    }
    .spotlight .post-grid__item:nth-of-type(2) .article-card__title,
    .spotlight .post-grid__item:nth-of-type(3) .article-card__title {
        margin-bottom: 1rem
    }
}

@media(max-width:47.99em) {
    .spotlight .post-grid__item:nth-of-type(2) .article-type-video .article-card__title a:before,
    .spotlight .post-grid__item:nth-of-type(3) .article-type-video .article-card__title a:before {
        content: "Video: "
    }
}

.spotlight.spotlight_live .spotlight_title span:first-of-type {
    color: #f04
}

.archive-layout .spotlight:first-child {
    margin: -.5rem 0 0
}

.archive-layout .spotlight.spotlight--with-background:first-child {
    margin: -1.5rem -1rem 0
}

@media screen and (min-width:48em) {
    .archive-layout .spotlight.spotlight--with-background:first-child {
        margin: 0
    }
}

.newsletter-signup {
    -webkit-column-gap: 5px;
    column-gap: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: .5rem 0;
    row-gap: 12px
}

@media(min-width:48em) {
    .newsletter-signup {
        justify-content: left;
        padding: .5rem 0 0
    }
}

.newsletter-signup>* {
    flex: 0 0 100%
}

.newsletter-signup input {
    background: hsla(0, 0%, 100%, 0);
    border: 1px solid #bbb;
    outline: none;
    transition: background .5s
}

.newsletter-signup input:focus {
    background: #fff
}

.newsletter-signup .metro-button {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    max-height: 40px;
    padding: 10px 54px
}

.newsletter-signup .loader {
    --loading-size: 15px;
    --loading-color: var(--accent-text-color, #fff);
    display: none;
    margin-left: .5em
}

.newsletter-signup.loading .loader {
    display: inline-block
}

.newsletter-signup .hidden {
    display: none
}

.newsletter-signup__agree {
    order: 20
}

@media(min-width:48em) {
    .newsletter-signup__agree {
        margin: -1rem 0 1rem
    }
}

.newsletter-signup__postcode {
    order: 2
}

.newsletter-signup__birth_date {
    order: 3
}

.newsletter-signup__mm {
    order: 4
}

.newsletter-signup__submit {
    order: 25
}

@media(min-width:48em) {
    .newsletter-signup__submit {
        order: 10;
        position: relative
    }
    .newsletter-signup__submit button {
        bottom: calc(100% + 12px);
        position: absolute;
        right: 0
    }
}

.newsletter-signup__field {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
    position: relative
}

.newsletter-signup__field label {
    align-items: center;
    display: flex;
    font-size: 13px;
    gap: 5px;
    line-height: 19px
}

.newsletter-signup .newsletter-signup__field.required .newsletter-signup__checkbox-placeholder,
.newsletter-signup .newsletter-signup__field.required input {
    border: 1px solid #f04
}

.newsletter-signup__submit {
    display: flex;
    justify-content: center
}

.newsletter-signup__submit button {
    border: none
}

.loading .newsletter-signup__submit button svg {
    display: none
}

@media(min-width:48em) {
    .newsletter-signup__field--date,
    .newsletter-signup__field--text {
        justify-content: left
    }
}

.newsletter-signup__field--date>label,
.newsletter-signup__field--text>label {
    background: var(--newsletter-signup-label-color, #fff);
    cursor: text;
    left: 20px;
    padding: 0 5px;
    position: absolute;
    transition: transform .15s
}

.newsletter-signup__field--date input,
.newsletter-signup__field--text input {
    border-radius: 20px;
    height: 40px;
    padding: 0 20px;
    width: 100%
}

.newsletter-signup__field--date.active>label,
.newsletter-signup__field--text.active>label {
    transform: translateY(calc(-100% - 1px)) scale(.9)
}

.newsletter-signup__field--date.active input,
.newsletter-signup__field--text.active input {
    background: #fff
}

.newsletter-signup__field--date input {
    padding: 0 20px 0 60px;
    transition: padding .15s
}

.newsletter-signup__field--date input::-webkit-calendar-picker-indicator,
.newsletter-signup__field--date input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none
}

.newsletter-signup__field--date.active input {
    padding: 0 20px
}

.newsletter-signup__field--checkbox {
    flex-direction: row-reverse
}

.newsletter-signup__field--checkbox label {
    cursor: pointer
}

.newsletter-signup__field--checkbox input {
    display: none
}

.newsletter-signup__checkbox-placeholder {
    border: 1px solid #bbb;
    display: flex;
    height: 16px;
    width: 16px
}

.newsletter-signup__checkbox-placeholder svg {
    display: none
}

.checked .newsletter-signup__checkbox-placeholder {
    background: var(--accent-color, #000);
    border: 1px solid var(--accent-color, #000)
}

.checked .newsletter-signup__checkbox-placeholder svg {
    color: var(--accent-text-color, #fff);
    display: block;
    height: 14px;
    width: 14px
}

.newsletter-signup__info {
    align-items: center;
    background: 0 0;
    border: 1px solid #000;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    font-size: 11px;
    font-weight: 700;
    height: 16px;
    justify-content: center;
    position: absolute;
    right: 10px;
    width: 16px
}

.newsletter-signup__tooltip {
    display: none
}

.newsletter-signup__tooltip.active {
    background: var(--accent-color, #f6c286);
    color: var(--accent-text-color, #000);
    display: flex;
    left: 100%;
    padding: 10px 30px 10px 10px;
    position: absolute;
    transform: translateX(calc(-100% - 36px));
    width: 150px;
    z-index: 200
}

.newsletter-signup__tooltip.active:before {
    border-bottom: 10px solid transparent;
    border-left: 10px solid var(--accent-color, #f6c286);
    border-right: 0;
    border-top: 10px solid transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: 100%;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0
}

.newsletter-signup__close-tooltip {
    background: 0 0;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px
}

.newsletter-signup__close-tooltip svg {
    height: 12px;
    width: 12px
}

.newsletter-signup__message {
    align-items: center;
    display: flex;
    font-size: 24px;
    font-weight: 900;
    line-height: 30px
}

.newsletter-recaptcha {
    font-size: 10px;
    line-height: 16px
}

@media(min-width:48em) {
    .newsletter-recaptcha {
        font-size: 12px;
        line-height: 18px
    }
}

.newsletter-recaptcha a {
    font-weight: 700
}

.has-postcode.has-birth_date .newsletter-signup__postcode {
    flex-basis: 100%
}

@media(min-width:23.5em) {
    .has-postcode.has-birth_date .newsletter-signup__postcode {
        flex-basis: calc(35% - 2.5px)
    }
}

.has-postcode.has-birth_date .newsletter-signup__birth_date {
    flex-basis: 100%
}

@media(min-width:23.5em) {
    .has-postcode.has-birth_date .newsletter-signup__birth_date {
        flex-basis: calc(65% - 2.5px)
    }
    .has-postcode.has-birth_date .newsletter-signup__postcode .newsletter-signup__tooltip.active {
        transform: unset
    }
    .has-postcode.has-birth_date .newsletter-signup__postcode .newsletter-signup__tooltip.active:before {
        border-bottom: 10px solid transparent;
        border-left: unset;
        border-right: 10px solid var(--accent-color, #f6c286);
        border-top: 10px solid transparent;
        left: unset;
        right: 100%
    }
}

.newsletter-signup__field--custom-var {
    width: 100%
}

.newsletter-signup__field--custom-var input[type=text] {
    caret-color: transparent
}

.newsletter-signup .newsletter-signup__field--custom-var.required .newsletter-signup__checkbox-placeholder {
    border: 1px solid #000
}

.newsletter-signup__fieldset {
    --accent-color: #000;
    --accent-text-color: #fff;
    background: #fff;
    border: 1px solid #000;
    display: none;
    height: 170px;
    left: 20px;
    overflow-y: scroll;
    position: absolute;
    right: 20px;
    top: calc(100% - 1px);
    z-index: 99
}

.active--fieldset .newsletter-signup__fieldset {
    display: block
}

.required .newsletter-signup__fieldset {
    border: 1px solid #f04
}

.newsletter-signup__fieldset-group {
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    flex-direction: row;
    font-size: 15px;
    gap: 8px;
    padding: 8px
}

.newsletter-signup__fieldset-group label {
    flex-grow: 1
}

.newsletter-signup__expand-fieldset {
    background: 0 0;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 40px;
    transition: transform .35s
}

.newsletter-signup__expand-fieldset svg {
    height: 16px;
    width: 16px
}

.active--fieldset .newsletter-signup__expand-fieldset {
    transform: rotate(180deg)
}

.newsletter-mpu {
    background: #fff;
    border: 1px solid #eaeaea;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 15px;
    position: relative
}

.newsletter-mpu h4,
.newsletter-mpu>p {
    text-align: center
}

.newsletter-mpu>p {
    font-size: 15px;
    line-height: 21px
}

.newsletter-mpu h4 {
    font-size: 24px;
    font-weight: 900;
    line-height: 30px
}

.newsletter-mpu .newsletter-signup__agree {
    margin: 0
}

.newsletter-mpu .newsletter-signup__submit {
    order: 25
}

.newsletter-mpu .newsletter-signup__submit button {
    background-color: var(--accent-color, #000);
    color: var(--accent-text-color, #fff);
    position: unset
}

.newsletter-mpu .newsletter-signup__recaptcha {
    order: 99
}

.newsletter-mpu .newsletter-signup__success {
    text-align: center
}

@media(min-width:48em) {
    .editors-picks__editorial-include .newsletter-mpu .has-birth_date.has-postcode .newsletter-signup__postcode,
    .latest__editorial-include .newsletter-mpu .has-birth_date.has-postcode .newsletter-signup__postcode {
        flex-basis: calc(38% - 2.5px)
    }
    .editors-picks__editorial-include .newsletter-mpu .has-birth_date.has-postcode .newsletter-signup__birth_date,
    .latest__editorial-include .newsletter-mpu .has-birth_date.has-postcode .newsletter-signup__birth_date {
        flex-basis: calc(62% - 2.5px)
    }
    .editors-picks__editorial-include .newsletter-mpu .has-birth_date.has-postcode input,
    .latest__editorial-include .newsletter-mpu .has-birth_date.has-postcode input {
        font-size: 13px
    }
    .editors-picks__editorial-include .newsletter-mpu .has-birth_date.has-postcode .newsletter-signup__field--date label,
    .editors-picks__editorial-include .newsletter-mpu .has-birth_date.has-postcode .newsletter-signup__field--text label,
    .latest__editorial-include .newsletter-mpu .has-birth_date.has-postcode .newsletter-signup__field--date label,
    .latest__editorial-include .newsletter-mpu .has-birth_date.has-postcode .newsletter-signup__field--text label {
        left: 12px
    }
    .editors-picks__editorial-include .newsletter-mpu .has-birth_date.has-postcode .newsletter-signup__field--date input,
    .latest__editorial-include .newsletter-mpu .has-birth_date.has-postcode .newsletter-signup__field--date input {
        padding: 0 10px 0 45px
    }
    .editors-picks__editorial-include .newsletter-mpu .has-birth_date.has-postcode .newsletter-signup__field--date.active input,
    .latest__editorial-include .newsletter-mpu .has-birth_date.has-postcode .newsletter-signup__field--date.active input {
        padding: 0 10px 0 12px
    }
}

.newsletter-mpu .newsletter-signup .newsletter-signup__mm input {
    padding-right: unset
}

.wp-block-metro-widget-archive-metro-games {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative
}

.wp-block-metro-widget-archive-metro-games .metro-button {
    flex-basis: 100%;
    order: 3
}

.wp-block-metro-widget-archive-metro-games .metro-button:before {
    background: #eaeaea;
    bottom: 26px;
    bottom: 1rem;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.wp-block-metro-widget-archive-metro-games .metro-games-title {
    flex-basis: 100%;
    font-family: var(--wp--preset--font-family--headline);
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
    order: 1;
    text-transform: uppercase
}

@media(min-width:48em) {
    .wp-block-metro-widget-archive-metro-games .metro-games-title {
        font-size: 34px;
        line-height: 40px
    }
}

.wp-block-metro-widget-archive-metro-games .metro-games-list {
    display: grid;
    flex-basis: 100%;
    gap: 1em;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 1em;
    margin-top: 1em;
    order: 2
}

@media(min-width:48em) {
    .wp-block-metro-widget-archive-metro-games .metro-games-list {
        margin-bottom: 0
    }
}

.wp-block-metro-widget-archive-metro-games .wp-block-metro-widget-archive-metro-games-item {
    border: 1px solid #eaeaea
}

.wp-block-metro-widget-archive-metro-games .wp-block-metro-widget-archive-metro-games-item a {
    align-content: center;
    display: flex;
    flex-direction: row-reverse;
    font-weight: 300;
    justify-content: space-between;
    text-decoration: none
}

.wp-block-metro-widget-archive-metro-games .wp-block-metro-widget-archive-metro-games-item a strong {
    display: block;
    font-size: 16px;
    font-weight: 900;
    line-height: 22px
}

.wp-block-metro-widget-archive-metro-games .wp-block-metro-widget-archive-metro-games-item a:hover .metro-games-image {
    opacity: .6
}

.wp-block-metro-widget-archive-metro-games .wp-block-metro-widget-archive-metro-games-item a:hover .metro-games-text strong {
    text-decoration: underline
}

.wp-block-metro-widget-archive-metro-games .wp-block-metro-widget-archive-metro-games-item .metro-games-text {
    flex-basis: 0;
    flex-grow: 1;
    font-size: 14px;
    line-height: 20px;
    padding: 10px
}

.wp-block-metro-widget-archive-metro-games .metro-games-image {
    flex-basis: 112px;
    height: auto;
    transition: opacity .3s
}

.wp-block-metro-widget-archive-metro-games .metro-games-image img {
    object-fit: cover
}

@media screen and (min-width:48em) {
    .wp-block-metro-widget-archive-metro-games {
        justify-content: space-between
    }
    .wp-block-metro-widget-archive-metro-games .metro-button {
        flex-basis: 50%;
        order: 2
    }
    .wp-block-metro-widget-archive-metro-games .metro-button:before {
        display: none
    }
    .wp-block-metro-widget-archive-metro-games .metro-games-title {
        flex-basis: 50%
    }
    .wp-block-metro-widget-archive-metro-games .metro-games-list {
        flex-basis: 100%;
        grid-template-columns: repeat(5, 1fr);
        order: 3
    }
    .wp-block-metro-widget-archive-metro-games .wp-block-metro-widget-archive-metro-games-item a {
        flex-direction: column
    }
    .wp-block-metro-widget-archive-metro-games .wp-block-metro-widget-archive-metro-games-item .metro-games-text {
        padding-top: 0
    }
    .wp-block-metro-widget-archive-metro-games .img-container {
        height: 100%;
        width: 100%
    }
    .wp-block-metro-widget-archive-metro-games .metro-games-image {
        flex-basis: auto;
        height: 120px;
        margin-bottom: .5rem
    }
    .wp-block-metro-widget-archive-metro-games .metro-games-image img {
        height: 100%;
        width: 100%
    }
}


:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--font-family--headline: Roboto Flex, Helvetica Neue, Arial, sans-serif;
    --wp--preset--font-family--body: Roboto, Helvetica Neue, Arial, sans-serif;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
}

:root {
    --wp--style--global--content-size: 531.2px;
    --wp--style--global--wide-size: 531.2px;
}

:where(body) {
    margin: 0;
}

.wp-site-blocks>.alignleft {
    float: left;
    margin-right: 2em;
}

.wp-site-blocks>.alignright {
    float: right;
    margin-left: 2em;
}

.wp-site-blocks>.aligncenter {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

:where(.wp-site-blocks)>* {
    margin-block-start: var(--metro-block-gap);
    margin-block-end: 0;
}

:where(.wp-site-blocks)> :first-child {
    margin-block-start: 0;
}

:where(.wp-site-blocks)> :last-child {
    margin-block-end: 0;
}

:root {
    --wp--style--block-gap: var(--metro-block-gap);
}

:root :where(.is-layout-flow)> :first-child {
    margin-block-start: 0;
}

:root :where(.is-layout-flow)> :last-child {
    margin-block-end: 0;
}

:root :where(.is-layout-flow)>* {
    margin-block-start: var(--metro-block-gap);
    margin-block-end: 0;
}

:root :where(.is-layout-constrained)> :first-child {
    margin-block-start: 0;
}

:root :where(.is-layout-constrained)> :last-child {
    margin-block-end: 0;
}

:root :where(.is-layout-constrained)>* {
    margin-block-start: var(--metro-block-gap);
    margin-block-end: 0;
}

:root :where(.is-layout-flex) {
    gap: var(--metro-block-gap);
}

:root :where(.is-layout-grid) {
    gap: var(--metro-block-gap);
}

.is-layout-flow>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

.is-layout-flow>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

.is-layout-flow>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

.is-layout-constrained>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

.is-layout-constrained>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-layout-constrained>.alignwide {
    max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid> :is(*, div) {
    margin: 0;
}

body {
    font-family: var(--wp--preset--font-family--body);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

h1 {
    font-family: var(--wp--preset--font-family--body);
    font-size: 27px;
    font-weight: 900;
    line-height: 33px;
}

h2 {
    font-size: 1.5rem;
    font-weight: 900;
}

h3 {
    font-size: 1.17rem;
    font-weight: 700;
}

h4 {
    font-size: 1rem;
    font-weight: 700;
}

:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: #32373c;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
}

.has-headline-font-family {
    font-family: var(--wp--preset--font-family--headline) !important;
}

.has-body-font-family {
    font-family: var(--wp--preset--font-family--body) !important;
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6;
}

:root :where(p a:where(:not(.wp-element-button))) {
    font-weight: bolder;
    text-decoration: underline var(--metro-link-underline-color) solid 1px;
}

:root :where(.wp-block-list > li) {
    margin-bottom: 8px;
}

:root :where(.wp-block-post-title) {
    margin-top: -2rem;
}

body {
    --metro--header--background-color: #ffc000;
    --metro--widget--background-color--dark-grey: #262626;
    --metro--widget--background-color--light-grey: #f2f2f2;
    --metro--content-overrides--background-color: #feeae8;
    --metro--ads--placeholder--background-color: #dedede;
    --metro--category--primary-color--news: #1788FB;
    --metro--category--primary-color--entertainment: #FB257C;
    --metro--category--primary-color--sport: #29C985;
    --metro--category--primary-color--lifestyle: #FD766A;
    --metro--category--primary-color--tv-soaps: #E3A7DB;
    --metro--category--primary-color--video: #FF0044;
    --metro--category--primary-color--property: #E73353;
    --metro--category--primary-color--shopping: #10C4A3;
    --metro--category--primary-color--money: #E046AC;
    --metro--category--primary-color--travel: #25C4C4;
    --metro--category--primary-color--horoscopes: #3493A4;
    --metro--category--primary-color--opinion: #0032f5;
    --metro--category--primary-color--originals: #FF0044;
    --metro--category--primary-color--newsletters: #F6C286;
    --metro--category--primary-color--puzzles: #0C6D67;
}

.accent--news {
    --accent-color: var(--metro--category--primary-color--news);
    --accent-text-color: #fff;
}

.accent--entertainment {
    --accent-color: var(--metro--category--primary-color--entertainment);
    --accent-text-color: #fff;
}

.accent--sport {
    --accent-color: var(--metro--category--primary-color--sport);
    --accent-text-color: #fff;
}

.accent--lifestyle {
    --accent-color: var(--metro--category--primary-color--lifestyle);
    --accent-text-color: #fff;
}

.accent--tv-soaps {
    --accent-color: var(--metro--category--primary-color--tv-soaps);
    --accent-text-color: #000000;
}

.accent--video {
    --accent-color: var(--metro--category--primary-color--video);
    --accent-text-color: #fff;
}

.accent--property {
    --accent-color: var(--metro--category--primary-color--property);
    --accent-text-color: #fff;
}

.accent--shopping {
    --accent-color: var(--metro--category--primary-color--shopping);
    --accent-text-color: #fff;
}

.accent--money {
    --accent-color: var(--metro--category--primary-color--money);
    --accent-text-color: #fff;
}

.accent--travel {
    --accent-color: var(--metro--category--primary-color--travel);
    --accent-text-color: #fff;
}

.accent--horoscopes {
    --accent-color: var(--metro--category--primary-color--horoscopes);
    --accent-text-color: #fff;
}

.accent--opinion {
    --accent-color: var(--metro--category--primary-color--opinion);
    --accent-text-color: #fff;
}

.accent--originals {
    --accent-color: var(--metro--category--primary-color--originals);
    --accent-text-color: #fff;
}

.accent--newsletters {
    --accent-color: var(--metro--category--primary-color--newsletters);
    --accent-text-color: #fff;
}

.accent--puzzles {
    --accent-color: var(--metro--category--primary-color--puzzles);
    --accent-text-color: #fff;
}

</style><style id='metro-post-style-styles-1752590361463-inline-css'>.metro-signpost-ad-feature {
    color: #9C9C9C;
    border: 1px solid #eaeaea;
    background: #FFFFFF;
}

.metro-signpost-ad-feature:after {
    content: 'Ad Feature'
}

.metro-signpost-advertisement {
    color: #9C9C9C;
    border: 1px solid #eaeaea;
    background: #FFFFFF;
}

.metro-signpost-advertisement:after {
    content: 'Advertisement'
}

.metro-signpost-analysis {
    color: #FFFFFF;
    border: 1px solid #00A768;
    background: #00A768;
}

.metro-signpost-analysis:after {
    content: 'Analysis'
}

.metro-signpost-club-metro {
    color: #FFFFFF;
    border: 1px solid #FF0044;
    background: #FF0044;
}

.metro-signpost-club-metro:after {
    content: 'Opinion'
}

.metro-signpost-exclusive {
    color: #FFFFFF;
    border: 1px solid #FF0044;
    background: #FF0044;
}

.metro-signpost-exclusive:after {
    content: 'Exclusive'
}

.metro-signpost-first-person {
    color: #FFFFFF;
    border: 1px solid #006edf;
    background: #006edf;
}

.metro-signpost-first-person:after {
    content: 'First Person'
}

.metro-signpost-gossip {
    color: #FFFFFF;
    border: 1px solid #FB257C;
    background: #FB257C;
}

.metro-signpost-gossip:after {
    content: 'Gossip'
}

.metro-signpost-liveblog {
    color: #FFFFFF;
    border: 1px solid #FF0044;
    background: #FF0044;
}

.metro-signpost-liveblog:after {
    content: 'Live'
}

.metro-signpost-opinion {
    color: #FFFFFF;
    border: 1px solid #0032f5;
    background: #0032f5;
}

.metro-signpost-opinion:after {
    content: 'Opinion'
}

.metro-signpost-original {
    color: #FFFFFF;
    border: 1px solid #5259FF;
    background: #5259FF;
}

.metro-signpost-original:after {
    content: 'Original'
}

.metro-signpost-partner-content {
    color: #FFFFFF;
    border: 1px solid #C6146A;
    background: #C6146A;
}

.metro-signpost-partner-content:after {
    content: 'Partner Content'
}

.metro-signpost-promoted {
    color: #FFFFFF;
    border: 1px solid #C6146A;
    background: #C6146A;
}

.metro-signpost-promoted:after {
    content: 'Promoted'
}

.metro-signpost-review {
    color: #FFFFFF;
    border: 1px solid #0CBCD0;
    background: #0CBCD0;
}

.metro-signpost-review:after {
    content: 'Review'
}

.metro-signpost-shopping {
    color: #FFFFFF;
    border: 1px solid #10C4A3;
    background: #10C4A3;
}

.metro-signpost-shopping:after {
    content: 'Shopping'
}

.metro-signpost-sponsored {
    color: #9C9C9C;
    border: 1px solid #eaeaea;
    background: #FFFFFF;
}

.metro-signpost-sponsored:after {
    content: 'Sponsored'
}

.metro-signpost-video {
    color: #FFFFFF;
    border: 1px solid #FF0044;
    background: #FF0044;
}

.metro-signpost-video:after {
    content: 'Video'
}

.post-grid.dark .article-card {
    background-color: #222; /* A dark grey color */
    border-color: #444;     /* A slightly lighter border */
}

/* We also need to make sure the non-link text is white */
.post-grid.dark .article-card__meta {
    color: #ccc; /* A light grey for the date/author text */
}




/* --- Comments Section --- */

#metro-comments-area {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* The custom title bar we added with our function */
.spot-im-comment-title {
    align-items: center;
    background: #000;
    color: #fff;
    display: flex;
    font-size: 20px;
    height: 40px;
    line-height: 26px;
    padding: 0 10px;
    text-transform: uppercase;
    margin-bottom: 1.5rem; /* Space between title and comments */
}

.spot-im-comment-title svg {
    fill: #fff;
    height: 23px;
    margin: 0 10px 0 0;
    width: 26px;
}

/* Styling the list of comments */
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.comment-list .comment {
    border-bottom: 1px solid #eaeaea;
    padding: 1rem 0;
}

.comment-list .children {
    list-style: none;
    padding-left: 2rem; /* Indent replies */
    margin-top: 1rem;
}

.comment-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0.5rem;
}

.comment-author .avatar {
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.comment-author .fn {
    font-weight: 700;
    font-style: normal;
}

.comment-meta a {
    font-size: 12px;
    color: #555;
    text-decoration: none;
}

.comment-content {
    margin-left: 58px; /* Aligns content with author name */
}

.reply a {
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    background: #eee;
    padding: 4px 8px;
    border-radius: 4px;
}

/* Styling the Reply Form */
#respond {
    background-color: #f9f9f9;
    padding: 1.5rem;
    border-top: 4px solid #000;
}

#respond h3 {
    font-size: 20px;
}

#commentform .comment-form-comment textarea,
#commentform .comment-form-author input,
#commentform .comment-form-email input,
#commentform .comment-form-url input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 1rem;
}

#commentform .form-submit .submit {
    background-color: #fc0f45; /* Metro's pink/red button color */
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 99px;
}




/* --- Comment Action Buttons Styling --- */

/* Style the existing Reply link */
.comment-reply-link {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #555 !important;
    text-decoration: none !important;
    background: none !important;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}







/* --- Custom Comment Actions (Updated) --- */

.comment-actions {
    margin-top: 1rem;
    margin-left: 58px; /* Aligns with comment text */
    display: flex;
    align-items: center;
    gap: 15px; /* Space between Like and Reply buttons */
}

/* Keep the styles for your REAL like button */
.comment-like-button {
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 4px 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.2s ease-in-out;
}
.comment-like-button:hover {
    background-color: #e0e0e0;
}
.comment-like-button .like-icon {
    color: #999;
    font-size: 16px;
    line-height: 1;
}
.comment-like-button .like-count {
    color: #333;
    font-weight: 700;
    font-size: 14px;
}
.comment-like-button.liked {
    background-color: #ffe1e8;
    border-color: #ff004f;
    cursor: not-allowed;
}
.comment-like-button.liked .like-icon {
    color: #ff004f;
}

/* NEW Simplified style for the Reply link */
.comment-actions .reply a {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #000 !important;
    text-decoration: none !important;
    background: #eee !important;
    padding: 5px 10px !important;
    border-radius: 4px;
}
.comment-actions .reply a:hover {
    background: #ddd !important;
    text-decoration: underline !important;
}


/* --- Author Page Header --- */
.author-header_box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
    padding: 1.5rem 1rem;
    border: 1px solid #eaeaea;
    margin-bottom: 1.5rem;
}

@media (min-width: 48em) {
    .author-header_box {
        flex-direction: row;
        text-align: left;
    }
}

.author-header_box_image img {
    border-radius: 50%;
    max-width: 150px; /* Control avatar size */
}

.author-header_box_content h1 {
    font-size: 28px;
    margin-bottom: 0.5rem;
}

.author-header_box_content p {
    font-size: 15px;
    line-height: 21px;
    color: #555;
    margin-bottom: 1rem;
}

.author-header_box_contact a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
}

.author-header_box_contact a svg {
    width: 20px;
    height: 20px;
}


/* --- Search Results Page --- */

.archive-header {
    padding: 1rem;
    border-bottom: 2px solid #000;
    margin-bottom: 1.5rem;
}

.page-title {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 28px;
}

.page-title span {
    font-style: italic;
    color: #555;
}

/* --- Search Form Customization --- */

/* Hide the default text-based submit button */
.search-form .search-submit {
    display: none;
}

/* Ensure the input field inside the form is visible when it needs to be */
.metro-search--expanded .search-form .metro-search__input {
    display: block;
}


/* --- Search Component Styling (UPDATED) --- */

.masthead__search {
    flex-shrink: 0;
}

.metro-search {
    align-items: center;
    background: #292929;
    border-radius: 22.5px;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 45px;
    position: absolute;
    right: 65px;
    width: 45px; /* Initial collapsed width */
    transition: width 0.35s ease-in-out; /* Animate the width change */
}

/* This is the state when the search icon is clicked */
.metro-search--expanded {
    cursor: auto;
    width: calc(100% - 100px); /* Expand to fill space, minus margins */
}

.metro-search > form {
    flex-grow: 1;
    display: none; /* Hide form by default */
}

.metro-search--expanded > form {
    display: block; /* Show form when expanded */
}

.metro-search__input {
    background: none;
    border: none;
    border-radius: 25px;
    box-sizing: border-box;
    color: #fff;
    font-weight: 700;
    outline: none;
    padding: 0 0 0 20px; /* Add some padding for the text */
    width: 100%;
}

.metro-search__expand {
    display: flex; /* Show the search icon by default */
}

.metro-search--expanded .metro-search__expand {
    display: none; /* Hide search icon when expanded */
}

.metro-search__close {
    display: none; /* Hide close button by default */
}

.metro-search--expanded .metro-search__close {
    display: flex; /* Show close button when expanded */
}

/* This rule makes the logo fade out when the search expands on mobile */
@media(max-width: 47.99em) {
    .metro-search--expanded .masthead__logo {
        opacity: 0;
        pointer-events: none; /* Prevents clicking the invisible logo */
    }
}

/* Desktop styles for the search bar */
@media(min-width: 48em) {
    .metro-search {
        border-radius: 16px;
        height: 32px;
        right: 20px;
        width: 32px;
    }
    .metro-search--expanded {
        width: 180px;
    }
}


/* --- 404 Page (Not Found) Styling --- */

.error-404.sidebar-layout__content {
    align-items: center;
    background: var(--metro--widget--background-color--light-grey, #f2f2f2);
    border-radius: 6px;
    padding: 75px 0 40px;
    text-align: center;
}

@media(min-width: 48em) {
    .error-404.sidebar-layout__content {
        padding: 200px 0 130px;
    }
}

.error-404 h1 {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 34px;
    line-height: 40px;
    text-transform: uppercase;
}

.error-404 h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 0.5rem;
}

@media(min-width: 48em) {
    .error-404 h1 {
        font-size: 44px;
        line-height: 50px;
    }
}

.error-404 .metro-button {
    margin-top: 1rem;
}

.error-404 > svg {
    transform: translateX(-90px);
    width: 97px;
    height: 167px;
}

@media(min-width: 48em) {
    .error-404 > svg {
        transform: translateX(-120px);
        width: 136px;
    }
}


/* --- Featured Artist Slider (Swiper Version) --- */
.artist-slider {
    margin: 1.5rem 0;
    position: relative; /* Needed for positioning the nav buttons */
}

.artist-slider .section-title {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 28px;
    margin: 0 1rem 1rem;
    text-transform: uppercase;
}

.artist-swiper-container {
    padding: 0 1rem;
}

.artist-slider__item {
    text-align: center;
}

.artist-slider__item a {
    text-decoration: none;
    color: #000;
    display: block;
}

.artist-slider__image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-color: #eee;
    margin: 0 auto;
    border: 3px solid #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: transform 0.2s ease-in-out;
}

.artist-slider__item a:hover .artist-slider__image {
    transform: scale(1.05);
}

.artist-slider__title {
    display: block;
    margin-top: 10px;
    font-weight: 700;
    font-size: 14px;
}

/* Styling for the new Navigation Buttons */
.artist-swiper-button-prev,
.artist-swiper-button-next {
    color: #000; /* Black arrows */
    top: 55%; /* Position them vertically centered on the circles */
}

/* Hide arrows on mobile by default, show on desktop */
.artist-swiper-button-prev,
.artist-swiper-button-next {
    display: none;
}

@media (min-width: 60em) {
    .artist-swiper-button-prev,
    .artist-swiper-button-next {
        display: flex;
    }
}


/* --- Shortcut Navigation Slider --- */
.shortcut-nav {
    margin: 1.5rem 0;
}

.shortcut-nav .horizontal-scroll {
    padding: 0 1rem;
}

.shortcut-nav__list {
    display: flex;
    gap: 25px; /* Space between circles */
    list-style: none;
    padding: 0;
    margin: 0;
}

.shortcut-nav__item {
    text-align: center;
    flex-shrink: 0; /* Prevents items from shrinking */
}

.shortcut-nav__item a {
    text-decoration: none;
    color: #000;
    display: block;
}

.shortcut-nav__circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f0f0f0; /* Light grey background */
    margin: 0 auto;
    border: 3px solid #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shortcut-nav__circle svg {
    width: 40px; /* Size of the icon */
    height: 40px;
    fill: #333; /* Color of the icon */
    transition: fill 0.2s ease-in-out;
}

.shortcut-nav__item a:hover .shortcut-nav__circle {
    background-color: #000; /* Black background on hover */
    transform: translateY(-5px);
}

.shortcut-nav__item a:hover .shortcut-nav__circle svg {
    fill: #fff; /* White icon on hover */
}

.shortcut-nav__title {
    display: block;
    margin-top: 12px;
    font-weight: 700;
    font-size: 13px;
}


/* --- Top Songs Slider --- */
.top-songs-grid

 {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eaeaea;
    margin: 2rem 0;
    padding-top: 1.5rem;
    border-top: 1px solid #eaeaea;
}

.top-songs-grid .section-title {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 24px;
    margin: 0 1rem 1.5rem;
    text-align: center;
    text-transform: uppercase;
}

/* Swiper container styles */
.top-songs-slider {
    width: 100%;
    height: auto;
    padding: 0 1rem 2.5rem; /* Add padding for nav buttons and bottom space for pagination */
    box-sizing: border-box;
    position: relative;
}

.swiper-slide.song-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns per slide */
    gap: 20px;
    align-content: start;
}

.song-card { text-align: center; }
.song-card__link { text-decoration: none; color: #000; }
.song-card__image {
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
}
.song-card__image img {
    width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease;
}
.song-card__link:hover .song-card__image img { transform: scale(1.05); }
.song-card__title { font-size: 14px; font-weight: 700; margin-top: 1rem; line-height: 1.3; }

/* Styling for Swiper Navigation Arrows and Pagination */
.top-songs-slider .swiper-button-next,
.top-songs-slider .swiper-button-prev {
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    top: 50%;
    transform: translateY(-150%);
}

.top-songs-slider .swiper-pagination-bullet {
    background: #aaa;
}

.top-songs-slider .swiper-pagination-bullet-active {
    background: #000;
}



/* --- Val9ja Theme: Beautiful Table Styles --- */

/* Main container for the table to allow for horizontal scrolling on mobile */
.table-container {
    width: 100%;
    overflow-x: auto;
    margin: 1.5rem 0;
    border: 1px solid #eaeaea;
    border-radius: 6px;
}

table.val9ja-table {
    width: 100%;
    border-collapse: collapse; /* Removes space between cells */
    font-size: 15px;
    color: #333;
}

/* Table Header Styling (thead) */
.val9ja-table th {
    background-color: #f7f7f7; /* A very light grey for the header */
    border-bottom: 2px solid #ddd;
    font-weight: 700;
    padding: 12px 15px;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}

/* Table Body Cell Styling (td) */
.val9ja-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #eaeaea; /* Light lines between rows */
}

/* Row Styling (tr) */
.val9ja-table tbody tr {
    transition: background-color 0.2s ease-in-out;
}

/* Add a hover effect for rows */
.val9ja-table tbody tr:hover {
    background-color: #f9f9f9; /* A slightly darker grey on hover */
}

/* Remove the bottom border from the very last row */
.val9ja-table tbody tr:last-child td {
    border-bottom: none;
}

/* Style for alternating row colors (Zebra-striping) - optional but looks good */
.val9ja-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}
.val9ja-table tbody tr:nth-child(even):hover {
    background-color: #f2f2f2;
}

/* --- Final Footer Styling --- */


.footer__logo {
    flex-shrink: 0;
}

/* --- ADD THIS NEW RULE --- */
.footer__logo img {
    max-height: 45px; /* Controls the height of the uploaded logo */
    width: auto;      /* Maintains aspect ratio */
}

.footer__logo svg {
    height: 45px;
    width: 188px;
    fill: #fff;
}


/* --- Section Header Spacing --- */

.post-grid__header {
    padding: 1rem 0; /* Adds space above and below the title */
    margin: 0 1rem; /* Adds space on the left and right on mobile */
    border-bottom: 2px solid #000; /* Adds a strong separator line */
    margin-bottom: 1rem; /* Adds space between the header and the content below it */
}

.post-grid__label {
    margin: 0; /* Remove any default margin from the h2 tag */
    font-family: 'Roboto Flex', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
}

/* On larger screens, remove the left/right margin */
@media (min-width: 60em) {
    .post-grid__header {
        margin-left: 0;
        margin-right: 0;
    }
}


/* --- Advertisement Slot Styling --- */

/* Base container for all ad slots */
.header-ad-slot,
.in-post-ad,
.sidebar-ad {
    margin: 1.5rem auto; /* Center the ad slots and give them vertical space */
    padding: 1.5rem 1rem;
    background-color: #f7f7f7; /* A subtle background color to separate the ad */
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    position: relative;
    min-height: 90px; /* Minimum height for ad containers */
}

/* This creates the "Advertisement" label */
.header-ad-slot::before,
.in-post-ad::before,
.sidebar-ad::before {
    content: "Advertisement";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e5e5e5;
    padding: 2px 8px;
    font-size: 10px;
    font-weight: 700;
    color: #777;
    text-transform: uppercase;
    border-radius: 0 0 4px 4px;
}

/* Center the ad script/iframe inside the container */
.header-ad-slot > *,
.in-post-ad > *,
.sidebar-ad > * {
    margin: 0 auto !important;
}

/* Specific styling for the in-post ad to give it proper spacing */
.in-post-ad {
    margin: 2rem 0;
}


/* --- After Article Ad Slot --- */
.after-article-ad {
    margin: 2rem auto; /* Give it some space */
    padding: 1.5rem 1rem;
    background-color: #f7f7f7;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    position: relative;
    min-height: 90px;
}

.after-article-ad::before {
    content: "Advertisement";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e5e5e5;
    padding: 2px 8px;
    font-size: 10px;
    font-weight: 700;
    color: #777;
    text-transform: uppercase;
    border-radius: 0 0 4px 4px;
}

/* ---  Share Button Spacing --- */
.share-buttons-bottom {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}




/* This part styles the underline effect to also use the active color,
just like on the Metro theme.
*/
.site-navigation__menu > .current-menu-item > a:before,
.site-navigation__menu > .current-menu-parent > a:before,
.site-navigation__menu > .current-category-ancestor > a:before {
    background: #f04; /* Sets the underline color */
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 6px;
}



/* --- Responsive Video Embeds --- */

.responsive-video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divides 9 by 16) */
    margin: 1.5rem 0;
}

.responsive-video-container iframe,
.responsive-video-container object,
.responsive-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



/* --- Trending Post Number Counter (Scoped to Trending Page) --- */

/* This targets the body class of your "Trending Page" template to initialize the counter */
.page-template-page-trending .post-grid__posts {
    counter-reset: trending; /* This creates and resets our counter */
}

/* This rule only increments the counter on the Trending page */
.page-template-page-trending .post-grid__item {
    counter-increment: trending; /* This adds 1 for each post-grid__item */
    position: relative; 
}

/* This rule now only displays the counter on the Trending page */
.page-template-page-trending .post-grid__posts .post-grid__item:before {
    align-items: center;
    background: #f04;
    color: #fff;
    content: counter(trending);
    display: flex;
    font-size: 30px;
    font-weight: 900;
    height: 50px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 10;
}


.show_more_top_songs {
    display: flex
;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 1;
    margin-top: 1.5rem;
}



.article-image {
 width: 100%;   
}


/* --- Country Flag Slider --- */
.country-slider {
    margin: 2.5rem 0;
    position: relative;
}

.country-slider .section-title {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 28px;
    margin: 0 1rem 1.5rem;
    text-transform: uppercase;
    text-align: center;
}

.country-swiper-container {
    padding: 0 1rem;
}

.country-slider__item {
    text-align: center;
}

.country-slider__item a {
    text-decoration: none;
    color: #000;
    display: block;
}

.country-slider__image {
    width: 100px;
    height: 100px;
    border-radius: 50%; /* This makes the image a circle */
    margin: 0 auto;
    overflow: hidden; /* Hides the corners of the flag image */
    border: 4px solid #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.country-slider__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the flag fills the circle without stretching */
}

.country-slider__item a:hover .country-slider__image {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.country-slider__title {
    display: block;
    margin-top: 12px;
    font-weight: 700;
    font-size: 15px;
}

/* Styling for the Navigation Buttons */
.country-swiper-button-prev,
.country-swiper-button-next {
    color: #000;
    top: 45%; /* Position them vertically centered on the circles */
    display: none; /* Hide by default on mobile */
}

@media (min-width: 60em) {
    .country-swiper-button-prev,
    .country-swiper-button-next {
        display: flex;
    }
}
