html.amp .copylink span[role=tooltip] {
    display: none
}

html.amp .copylink span.copylink__tooltip {
    visibility: hidden;
    line-height: 0
}

html.amp .copylink span.copylink__tooltip-visible {
    visibility: visible;
    display: block
}

html.amp .copylink .copylink__url {
    display: none
}

.combined-share {
    display: flex
}

.combined-share__hidden {
    display: none
}

.combined-share__social {
    display: flex;
    margin: 0;
    width: 100%;
    padding: 0
}

.combined-share__social-link {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    transition: all .3s ease .1s;
    line-height: 0;
    margin: 0
}

.combined-share__social-link:first-child {
    transition: .1s cubic-bezier(.25, .46, .45, .94) 50ms
}

.combined-share__social-link:nth-child(2) {
    transition: .15s cubic-bezier(.25, .46, .45, .94) .1s
}

.combined-share__social-link:nth-child(3) {
    transition: .2s cubic-bezier(.25, .46, .45, .94) .15s
}

.combined-share__social-link:nth-child(4) {
    transition: .25s cubic-bezier(.25, .46, .45, .94) .2s
}

.combined-share__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .combined-share__wrapper {
        float: left
    }
}

@supports(-ms-ime-align:auto) and (not (position:sticky)) {
    .combined-share__wrapper {
        float: left
    }
}

.combined-share__button {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    cursor: pointer;
    color: inherit;
    font: inherit;
    text-align: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    color: #969696;
    line-height: 0;
    display: flex;
    align-items: center;
    z-index: 3;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@media screen and (-webkit-min-device-pixel-ratio:0)and (min-resolution:0.001dpcm) {
    .combined-share__button[focus-within] {
        outline-color: transparent
    }
    .combined-share__button:focus-within {
        outline-color: transparent
    }
    .combined-share__button.focus-visible,
    .combined-share__button:focus-visible {
        outline: 2px auto #118add;
        outline-offset: 2px
    }
}

@-moz-document url-prefix("") {
    .combined-share__button[focus-within] {
        outline-color: transparent
    }
    .combined-share__button:focus-within {
        outline-color: transparent
    }
    .combined-share__button.focus-visible,
    .combined-share__button:focus-visible {
        outline: 3px dotted;
        outline-offset: 1px
    }
}

@media not all and (min-resolution:0.001dpcm) {
    .combined-share__button[focus-within] {
        outline: 5px auto #118add;
        outline-offset: -1px
    }
    .combined-share__button:focus-within {
        outline: 5px auto #118add;
        outline-offset: -1px
    }
}

@media(pointer:coarse) {
    .combined-share__button:focus {
        outline: none
    }
    .combined-share__button.focus-visible,
    .combined-share__button:focus-visible {
        outline: 2px auto #118add;
        outline-offset: 2px
    }
}

@media(min-width:769px) {
    .combined-share__button {
        order: 2
    }
}

.combined-share__button .icon {
    width: 24px;
    height: 24px;
    color: #969696
}

.combined-share:not(.dark-view) .combined-share__links {
    border: 1px solid #fff
}

.combined-share:not(.dark-view) .combined-share__links--column,
.combined-share:not(.dark-view) .combined-share__links--row {
    background-color: #fff
}

.combined-share:not(.dark-view) .combined-share__links.is-open {
    border-color: #e5e5e5
}

.combined-share__links {
    z-index: 2;
    order: 1;
    left: auto;
    right: 0;
    position: absolute;
    overflow: hidden
}

.combined-share__links--column,
.combined-share__links--row {
    border-radius: 20px;
    transition: all .3s ease .1s;
    max-width: 38px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center
}

.combined-share__links--row {
    justify-content: flex-end
}

.combined-share__links--column {
    top: 0
}

.combined-share__links--column .combined-share__social {
    flex-direction: column;
    align-items: center
}

.combined-share__links--column .social-share-buttons .social-share-button {
    margin: 0
}

.combined-share__links.is-amp.combined-share__links--column .combined-share__social {
    padding: 0 0 0 2px
}

.combined-share__links.is-open {
    border-color: #e5e5e5;
    overflow: visible
}

.combined-share__links.is-open.combined-share__links--row {
    max-width: 160px;
    width: 160px
}

.combined-share__links.is-open.combined-share__links--column {
    max-height: 160px;
    height: 160px;
    top: 0
}

.combined-share__links.is-open.is-amp.combined-share__links--column {
    max-height: 160px;
    height: 160px
}

@media(min-width:769px) {
    .combined-share__links.is-open.combined-share__links--column:not(.is-amp) {
        max-height: 130px;
        height: 130px
    }
}

@media(min-width:769px) {
    .combined-share__links.is-open.combined-share__links--row:not(.is-amp) {
        max-width: 130px;
        width: 130px
    }
}

.combined-share__links.is-open.combined-share__links--column,
.combined-share__links.is-open.combined-share__links--row {
    background-color: #fff
}

.combined-share__links.is-open .combined-share__social-link {
    opacity: 1;
    visibility: visible
}

@media(min-width:769px) {
    .combined-share__links.is-open .combined-share__social-link:nth-child(4).row.copylink {
        transform: translate3d(19px, 0, 0)
    }
}

.combined-share__links.is-open .combined-share__social-link:first-child.column {
    transform: translate3d(0, 7px, 0)
}

.combined-share__links.is-open .combined-share__social-link:first-child.row {
    transform: translate3d(7px, 0, 0)
}

.combined-share__links.is-open .combined-share__social-link:nth-child(2).column {
    transform: translate3d(0, 13px, 0)
}

.combined-share__links.is-open .combined-share__social-link:nth-child(2).row {
    transform: translate3d(13px, 0, 0)
}

.combined-share__links.is-open .combined-share__social-link:nth-child(3).column {
    transform: translate3d(0, 19px, 0)
}

.combined-share__links.is-open .combined-share__social-link:nth-child(3).row {
    transform: translate3d(19px, 0, 0)
}

.combined-share__links.is-open .combined-share__social-link:nth-child(4).column {
    transform: translate3d(0, 25px, 0)
}

.combined-share__links.is-open .combined-share__social-link:nth-child(4).row {
    transform: translate3d(25px, 0, 0)
}

.liveblog-update .combined-share .combined-share__links {
    -webkit-mask-image: linear-gradient(180deg, transparent 50%, #000 0);
    mask-image: linear-gradient(180deg, transparent 50%, #000 0);
    border-color: #bebebe
}

.liveblog-update .combined-share .combined-share__links.is-open {
    -webkit-mask-image: none;
    mask-image: none
}

.article-card__meta-info[\:not-has\(.article-author\)] .combined-share__wrapper {
    justify-content: flex-start
}

.article-card__meta-info:not(:has(.article-author)) .combined-share__wrapper {
    justify-content: flex-start
}

[dir=ltr] .article-card__meta-info[\:not-has\(.article-author\)] .combined-share__wrapper .combined-share__links {
    left: -7px
}

[dir=ltr] .article-card__meta-info:not(:has(.article-author)) .combined-share__wrapper .combined-share__links {
    left: -7px
}

[dir=rtl] .article-card__meta-info[\:not-has\(.article-author\)] .combined-share__wrapper .combined-share__links {
    right: -7px
}

[dir=rtl] .article-card__meta-info:not(:has(.article-author)) .combined-share__wrapper .combined-share__links {
    right: -7px
}

.article-card__meta-info[\:not-has\(.article-author\)] .combined-share__wrapper .combined-share__links[\:not-has\(.update-reading-list\)] {
    width: 175px;
    max-width: 175px
}

.article-card__meta-info:not(:has(.article-author)) .combined-share__wrapper .combined-share__links:not(:has(.update-reading-list)) {
    width: 175px;
    max-width: 175px
}

div.combined-share__links--row.is-amp.is-open {
    max-width: 160px;
    width: 160px
}

div.combined-share__links--row.is-amp.is-open .social-share-button {
    margin: 0
}

div.combined-share__links--row.is-amp--column.is-open {
    max-height: 130px;
    height: 130px
}

div.combined-share__links.is-open .copylink .icon--copylink g:not([fill]) {
    fill: #000
}

html[dir=rtl] .combined-share__links {
    left: 0;
    right: unset
}

@media(max-width:768.98px) {
    html[dir=rtl] .combined-share__links.is-amp .combined-share__social {
        padding-right: 2px !important
    }
}

html[dir=rtl] .combined-share__links.is-open .combined-share__social-link:first-child.column {
    transform: translate3d(0, -8px, 0)
}

html[dir=rtl] .combined-share__links.is-open .combined-share__social-link:first-child.row {
    transform: translate3d(-8px, 0, 0)
}

html[dir=rtl] .combined-share__links.is-open .combined-share__social-link:nth-child(2).column {
    transform: translate3d(0, -12px, 0)
}

html[dir=rtl] .combined-share__links.is-open .combined-share__social-link:nth-child(2).row {
    transform: translate3d(-12px, 0, 0)
}

html[dir=rtl] .combined-share__links.is-open .combined-share__social-link:nth-child(3).column {
    transform: translate3d(0, -16px, 0)
}

html[dir=rtl] .combined-share__links.is-open .combined-share__social-link:nth-child(3).row {
    transform: translate3d(-16px, 0, 0)
}

html[dir=rtl] .combined-share__links.is-open .combined-share__social-link:nth-child(4).column {
    transform: translate3d(0, -20px, 0)
}

html[dir=rtl] .combined-share__links.is-open .combined-share__social-link:nth-child(4).row {
    transform: translate3d(-20px, 0, 0)
}

html[dir=rtl] .combined-share__links.is-open.combined-share__links--column .combined-share__social-link:first-child.column {
    transform: translate3d(0, 3px, 0)
}

html[dir=rtl] .combined-share__links.is-open.combined-share__links--column .combined-share__social-link:first-child.row {
    transform: translate3d(3px, 0, 0)
}

html[dir=rtl] .combined-share__links.is-open.combined-share__links--column .combined-share__social-link:nth-child(2).column {
    transform: translate3d(0, 9px, 0)
}

html[dir=rtl] .combined-share__links.is-open.combined-share__links--column .combined-share__social-link:nth-child(2).row {
    transform: translate3d(9px, 0, 0)
}

html[dir=rtl] .combined-share__links.is-open.combined-share__links--column .combined-share__social-link:nth-child(3).column {
    transform: translate3d(0, 15px, 0)
}

html[dir=rtl] .combined-share__links.is-open.combined-share__links--column .combined-share__social-link:nth-child(3).row {
    transform: translate3d(15px, 0, 0)
}

html[dir=rtl] .combined-share__links.is-open.combined-share__links--column .combined-share__social-link:nth-child(4).column {
    transform: translate3d(0, 21px, 0)
}

html[dir=rtl] .combined-share__links.is-open.combined-share__links--column .combined-share__social-link:nth-child(4).row {
    transform: translate3d(21px, 0, 0)
}

@media(max-width:768.98px) {
    html[dir=rtl] .combined-share__links.is-open.combined-share__links--column .combined-share__social-link:first-child.column {
        transform: translate3d(0, 6px, 0)
    }
    html[dir=rtl] .combined-share__links.is-open.combined-share__links--column .combined-share__social-link:first-child.row {
        transform: translate3d(6px, 0, 0)
    }
    html[dir=rtl] .combined-share__links.is-open.combined-share__links--column .combined-share__social-link:nth-child(2).column {
        transform: translate3d(0, 13px, 0)
    }
    html[dir=rtl] .combined-share__links.is-open.combined-share__links--column .combined-share__social-link:nth-child(2).row {
        transform: translate3d(13px, 0, 0)
    }
    html[dir=rtl] .combined-share__links.is-open.combined-share__links--column .combined-share__social-link:nth-child(3).column {
        transform: translate3d(0, 20px, 0)
    }
    html[dir=rtl] .combined-share__links.is-open.combined-share__links--column .combined-share__social-link:nth-child(3).row {
        transform: translate3d(20px, 0, 0)
    }
    html[dir=rtl] .combined-share__links.is-open.combined-share__links--column .combined-share__social-link:nth-child(4).column {
        transform: translate3d(0, 27px, 0)
    }
    html[dir=rtl] .combined-share__links.is-open.combined-share__links--column .combined-share__social-link:nth-child(4).row {
        transform: translate3d(27px, 0, 0)
    }
}

.theme-chinese .combined-share__links.is-open.combined-share__links--row:not(.is-amp) {
    width: 160px;
    max-width: 160px
}

@media(min-width:769px) {
    .theme-chinese .combined-share__links.is-open .combined-share__social-link:nth-child(4).row.copylink {
        transform: translate3d(25px, 0, 0)
    }
}

.wallpaper-ad {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 0
}

.event-page .wallpaper-ad {
    padding-top: 212px
}

.wallpaper-ad h1 {
    position: absolute
}

.wallpaper-ad--left,
.wallpaper-ad--right {
    position: absolute;
    display: block;
    left: 0;
    width: calc(50% - 600px);
    height: 100vh;
    background-size: cover
}

.wallpaper-ad--right {
    left: auto;
    right: 0;
    background-position: -55% 0
}

.wallpaper-ad--wrapper {
    position: sticky;
    display: block;
    top: 0;
    left: 0;
    height: 100vh
}

.wallpaper-ad.small .wallpaper-ad--left,
.wallpaper-ad.small .wallpaper-ad--right {
    width: 200px;
    height: 1000px;
    left: 50%;
    transform: translateX(-800px)
}

.wallpaper-ad.small .wallpaper-ad--right {
    right: auto;
    transform: translateX(600px)
}

.wallpaper-ad.small .wallpaper-ad--wrapper {
    height: 1000px
}

@media(max-width:1600px) {
    .wallpaper-ad {
        display: none
    }
}

.archipelago,
.article-author,
.article-featured-image,
.article-header,
.article-info-block,
.article-pre-footer,
.article-related-list,
.article-source,
.container--main-content,
.container__inner,
.container__inner #main-content-area>:not(.wallpaper-ad),
.container__inner>div.l-col>:not(#main-content-area):not(.sticky-ads),
.dianomi-container,
.event-page,
.landing-page,
.main-container>div,
.posts-page,
.social-share-button,
.sponsor-ad,
.topics-page,
.wysiwyg {
    position: relative
}

.section-header .heading--section {
    margin-top: 0;
    padding-top: 30px
}

a.author-link {
    text-decoration: none;
    color: #595959
}

a.author-link:focus,
a.author-link:hover {
    text-decoration: underline
}

.dark-mode a.author-link {
    color: #bebebe
}

.date-updated {
    font-size: 16px;
    font-size: 1rem;
    color: #595959;
    display: flex
}

@media(max-width:768.98px) {
    .date-updated {
        grid-column: 1/span 2;
        grid-row-start: 2;
        margin-top: 20px;
        flex-wrap: wrap
    }
}

.date-updated__separator {
    display: none;
    padding: 0 20px
}

@media(min-width:769px) {
    .date-updated__separator {
        display: block
    }
}

.date-updated__lastupdated {
    padding-left: 10px
}

@media(min-width:769px) {
    .date-updated__lastupdated {
        min-width: 0
    }
}

.date-updated__time {
    direction: ltr !important;
    padding-right: 20px
}

html[dir=ltr] .date-updated__lastupdated {
    padding-right: 10px
}

html[dir=ltr] .date-updated__time {
    padding-right: 0;
    padding-left: 20px
}

html[dir=ltr] .date-updated__lastupdated {
    padding-left: 0
}

.separator {
    padding: 0 5px;
    color: #8d8d8d
}

@media(min-width:992px) {
    .separator {
        padding: 0 20px
    }
}

.separator--mobile {
    display: inline-block
}

@media(min-width:992px) {
    .separator--desktop {
        font-size: 16px;
        font-size: 1rem;
        color: #d8d8d8;
        display: inline-block;
        padding: 0 20px;
        font-weight: 100
    }
}

@media(min-width:992px) {
    .separator--withoutCharacter {
        padding: 0 10px
    }
}

.article-author {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 20px 15px;
    padding: 0
}

@media(min-width:769px) {
    .article-author {
        margin: 30px 0
    }
}

@media (max-width:768.98px)and (-ms-high-contrast:none),
screen and (max-width:768.98px)and (-ms-high-contrast:active) {
    .article-author {
        display: table;
        width: 100%
    }
}

@media(max-width:768.98px) {
    @supports(-ms-ime-align: auto) and (not (position:sticky)) {
        .article-author {
            display:table;
            width: 100%
        }
    }
}

.article-author .article-author__item {
    display: flex;
    flex-direction: row;
    flex-basis: 100%
}

@media(min-width:769px) {
    .article-author .article-author__item {
        flex-basis: calc(50% - 15px)
    }
}

.article-author .article-author__item:not(:first-of-type) {
    margin-top: 20px
}

.article-author .article-author__image {
    border-radius: 75%;
    align-self: flex-start;
    object-fit: contain;
    filter: grayscale(100%);
    margin: 0 0 0 10px;
    border: 1px solid #d8d8d8;
    width: 60px;
    height: 60px
}

.article-author .article-author__info {
    flex: 1 1;
    display: flex;
    justify-content: space-around;
    flex-direction: column
}

.article-author .article-author__name {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4
}

.article-author .article-author__name a {
    color: #333;
    text-decoration: none
}

.article-author .article-author__name a:focus,
.article-author .article-author__name a:hover {
    text-decoration: underline
}

.article-author .article-author__desc {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.64;
    color: #595959
}

.article-author .article-author__title {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.2;
    padding-bottom: 10px;
    color: #595959
}

html[dir=rtl] .article-author .article-author__image {
    margin: 0 0 0 10px
}

html[dir=ltr] .article-author .article-author__image {
    margin: 0 10px 0 0
}

@media (-ms-high-contrast:none)and (min-width:769px),
screen and (-ms-high-contrast:active)and (min-width:769px) {
    .article-author li {
        display: block
    }
}

@supports(-ms-ime-align:auto) and (not (position:sticky)) {
    @media(min-width: 769px) {
        .article-author li {
            display:block
        }
    }
}

.theme-chinese .article-author__name {
    font-weight: 500;
    line-height: 1.5
}

.theme-chinese .article-author__desc {
    font-weight: 200;
    line-height: 1.4
}

.theme-chinese .article-author__desc,
.theme-chinese .article-author__name {
    padding-right: 0;
    padding-left: 10px
}

.article-b-l {
    padding: 0 10px 0 0;
    overflow: hidden;
    border-left: none;
    border-right: 4px solid;
    border-color: var(--primary-color)
}

.article-b-l .article-author-tagline {
    display: inline-block;
    font-size: 13px;
    font-size: .8125rem;
    color: #595959;
    font-weight: 400;
    line-height: 1.486
}

.article-b-l .article-author-tagline p {
    margin: 0
}

.article-b-l .article-by {
    margin: 0;
    border-left-width: 0;
    line-height: 1.72;
    font-weight: 400;
    color: #626262;
    font-size: 1rem
}

@media(min-width:769px) {
    .article-b-l .article-by {
        flex-direction: column;
        line-height: 1.72;
        font-size: 1.125rem
    }
}

.article-b-l .article-author[\:has\(\%2B.article-author-tagline\)] {
    display: inline-block
}

.article-b-l .article-author:has(+.article-author-tagline) {
    display: inline-block
}

.article-b-l .article-author-name {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    border-width: 0;
    word-wrap: break-word
}

[dir=ltr] .article-b-l .article-author-name[\:has\(\%2B.article-author-tagline\)] {
    margin-right: 10px
}

[dir=ltr] .article-b-l .article-author-name:has(+.article-author-tagline) {
    margin-right: 10px
}

[dir=rtl] .article-b-l .article-author-name[\:has\(\%2B.article-author-tagline\)] {
    margin-left: 10px
}

[dir=rtl] .article-b-l .article-author-name:has(+.article-author-tagline) {
    margin-left: 10px
}

.article-b-l .article-author-name[\:has\(\%2B.article-author-tagline\)] {
    display: inline-block
}

.article-b-l .article-author-name:has(+.article-author-tagline) {
    display: inline-block
}

.live-blog--feed .article-b-l .article-author-name[\:has\(\%2B.article-author-tagline\)] {
    display: block
}

.live-blog--feed .article-b-l .article-author-name:has(+.article-author-tagline) {
    display: block
}

@media(min-width:769px) {
    .article-b-l .article-author-name {
        font-size: 1.125rem
    }
}

.article-b-l .article-author-name-item {
    font-weight: 700;
    color: #595959
}

.article-b-l .article-feat-src {
    line-height: 1.72;
    font-weight: 700;
    color: #626262;
    font-size: 1rem
}

@media(min-width:769px) {
    .article-b-l .article-feat-src {
        font-size: 1.125rem
    }
}

.article-b-l .article-feat-src:not(:first-child) {
    margin: 0 10px;
    padding: 0 10px;
    border-right: 1px solid #8d8d8d
}

.article-b-l .article-dates {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    border-color: var(--primary-color)
}

@media(min-width:769px) {
    .article-b-l .article-dates {
        flex-direction: row
    }
}

.article-b-l .article-dates .date-updated {
    font-size: 14px;
    font-size: .875rem;
    margin: 0
}

.article-b-l .article-dates .date-updated__separator {
    padding: 0 5px
}

.article-b-l .article-dates .date-updated__lastupdated {
    padding: 0
}

.article-b-l .article-dates .date-updated__time {
    padding: 0 5px
}

.article-b-l .article-dates__published,
.article-b-l .article-dates__updated {
    color: #595959
}

@media(min-width:992px) {
    .article-b-l .article-dates__updated {
        font-size: 16px;
        font-size: 1rem;
        color: #595959
    }
}

@media(min-width:769px) {
    .article-b-l .article-dates .date-simple {
        line-height: unset
    }
}

[dir=ltr] .theme-style-rounded .container__inner .article-b-l,
[dir=ltr] .theme-style-rounded .container__inner .opinion-info-block .article-b-l,
[dir=ltr] .theme-style-rounded .container__inner .opinion-info-block .article-dates {
    padding-left: 14px;
    padding-right: 0
}

[dir=rtl] .theme-style-rounded .container__inner .article-b-l,
[dir=rtl] .theme-style-rounded .container__inner .opinion-info-block .article-b-l,
[dir=rtl] .theme-style-rounded .container__inner .opinion-info-block .article-dates {
    padding-right: 14px;
    padding-left: 0
}

.theme-style-rounded .container__inner .article-b-l,
.theme-style-rounded .container__inner .opinion-info-block .article-b-l,
.theme-style-rounded .container__inner .opinion-info-block .article-dates {
    position: relative;
    border-left: 0;
    border-right: 0
}

[dir=ltr] .theme-style-rounded .container__inner .article-b-l:before,
[dir=ltr] .theme-style-rounded .container__inner .opinion-info-block .article-b-l:before,
[dir=ltr] .theme-style-rounded .container__inner .opinion-info-block .article-dates:before {
    left: 0
}

[dir=rtl] .theme-style-rounded .container__inner .article-b-l:before,
[dir=rtl] .theme-style-rounded .container__inner .opinion-info-block .article-b-l:before,
[dir=rtl] .theme-style-rounded .container__inner .opinion-info-block .article-dates:before {
    right: 0
}

.theme-style-rounded .container__inner .article-b-l:before,
.theme-style-rounded .container__inner .opinion-info-block .article-b-l:before,
.theme-style-rounded .container__inner .opinion-info-block .article-dates:before {
    content: "";
    position: absolute;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: var(--primary-color);
    display: block;
    border-radius: 22px
}

.theme-style-rounded .container__inner .opinion-info-block.article-info-block .article-b-l {
    padding-left: 0;
    padding-right: 0
}

.theme-style-rounded .container__inner .opinion-info-block.article-info-block .article-b-l:before {
    height: auto
}

@media(min-width:769px) {
    .article-author .article-author__item {
        flex-basis: auto
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .article-author .article-author__item {
        width: 100%
    }
}

@supports(-ms-ime-align:auto) and (not (position:sticky)) {
    .article-author .article-author__item {
        width: 100%
    }
}

.article-author .article-author__item .article-author__desc {
    color: #595959
}

.article-info-block {
    margin: 0 0 20px;
    display: column
}

@media(min-width:769px) {
    .article-info-block {
        margin-bottom: 30px;
        display: flex
    }
}

.article-info-block .icon--24 {
    width: 22px;
    height: 22px
}

html[dir=ltr] .article-b-l {
    border-left-width: 4px;
    border-left-style: solid;
    border-right: none;
    padding: 0 0 0 10px
}

html[dir=ltr] .article-b-l .article-author-name {
    margin: 0;
    padding: 0;
    border-width: 0
}

html[dir=ltr] .article-b-l .article-author-name[\:not-has\(\%2B.article-author-tagline\)] {
    display: block
}

html[dir=ltr] .article-b-l .article-author-name:not(:has(+.article-author-tagline)) {
    display: block
}

html[dir=ltr] .article-b-l .article-by {
    padding-right: 0
}

html[dir=ltr] .article-b-l .article-feat-src:not(:first-child) {
    border-left: 1px solid #8d8d8d;
    border-right: 0
}

@media(max-width:768.98px) {
    html[dir=ltr] .article-info-block .article-b-l {
        margin-bottom: 0
    }
    html[dir=ltr] .article-info-block .social-share-buttons {
        padding: 10px 0 5px 10px;
        margin: 0 0 10px
    }
    html[dir=ltr] .article-info-block .social-share-button:first-of-type {
        margin-left: 0
    }
}

html[dir=ltr] .opinion-info-block {
    margin-bottom: 20px
}

@media(min-width:769px) {
    html[dir=ltr] .opinion-info-block {
        margin-bottom: 30px
    }
}

html[dir=ltr] .opinion-info-block .article-author {
    margin: 0 0 30px
}

html[dir=ltr] .opinion-info-block .article-author__item:not(:first-of-type) {
    margin-top: 20px
}

html[dir=ltr] .opinion-info-block .article-b-l {
    padding: 0;
    border: 0
}

html[dir=ltr] .opinion-info-block .article-dates {
    padding-left: 10px;
    border-left-width: 4px;
    border-left-style: solid
}

html[dir=rtl] .opinion-info-block .article-author {
    margin: 0 0 30px
}

html[dir=rtl] .opinion-info-block .article-author__item:not(:first-of-type) {
    margin-top: 20px
}

html[dir=rtl] .opinion-info-block .article-b-l {
    padding-right: 0;
    border-right: 0
}

html[dir=rtl] .opinion-info-block .article-dates {
    padding-right: 10px;
    border-right-width: 4px;
    border-right-style: solid
}

@media(max-width:768.98px) {
    html[dir=rtl] .article-info-block .social-share-buttons {
        padding: 10px 10px 5px 0;
        margin: 0 0 10px;
        justify-content: flex-start
    }
    html[dir=rtl] .opinion-info-block .social-share-button:first-of-type {
        padding-right: 0
    }
}

.dark-mode .article-dates__published,
.dark-mode .article-dates__updated {
    color: #969696
}

.article-b-l.under-title .article-author-tagline.inline-tagline {
    vertical-align: top;
    margin-top: 12px
}

.amp .article-b-l.under-title .article-author-tagline.inline-tagline {
    margin-top: 22px
}

.aj-toc-container {
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 40px
}

.aj-toc-list {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0
}

.aj-toc-list li {
    margin-bottom: 15px;
    list-style-type: none
}

.aj-toc-list li:last-child {
    margin-bottom: 0
}

.aj-toc-list li a {
    color: #0059a5;
    text-decoration: none
}

.aj-toc-link {
    font-size: 20px;
    font-size: 1.25rem;
    text-decoration: none
}

.wysiwyg h2.heading-with-anchor {
    display: flex;
    align-items: center;
    grid-gap: .8rem;
    gap: .8rem
}

.wysiwyg h2.heading-with-anchor span.heading-anchor-button {
    display: flex;
    transition: opacity .3s ease-in-out;
    cursor: pointer;
    opacity: 0
}

@media(max-width:768.98px) {
    .wysiwyg h2.heading-with-anchor span.heading-anchor-button {
        opacity: 1
    }
}

.dark-mode .wysiwyg h2.heading-with-anchor span.heading-anchor-button svg path {
    fill: #fff
}

.wysiwyg h2.heading-with-anchor span.heading-anchor-button.heading-anchor-button--clicked svg path {
    fill: var(--primary-color)
}

.wysiwyg h2.heading-with-anchor:hover span {
    opacity: 1
}

.article-source {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: var(--article-source-font-size);
    line-height: var(--leading-headline);
    font-weight: 400;
    color: #595959;
    text-transform: uppercase
}

.article-source a {
    color: #595959;
    text-decoration: none
}

.article-source a:hover {
    text-decoration: underline
}

@media(min-width:769px) {
    .longform-article-source .article-source:before {
        content: "";
        margin-bottom: 40px;
        display: block;
        border-bottom: 1px solid #e0e0e0
    }
}

.dark-mode .article-source {
    color: #bebebe
}

.wysiwyg blockquote {
    display: block;
    position: relative;
    max-width: 570px;
    width: 100%;
    padding: 52px 0 20px;
    margin: 0 auto 30px;
    font-weight: 400;
    -webkit-hyphens: none;
    hyphens: none;
    color: #000
}

html[dir] .wysiwyg blockquote p {
    text-align: center
}

html[dir=rtl] .wysiwyg blockquote {
    font-weight: 700
}

html[dir=ltr] .wysiwyg blockquote p:first-of-type {
    font-style: italic
}

.wysiwyg blockquote p {
    margin: 0
}

.wysiwyg blockquote p:first-of-type {
    margin-bottom: 20px;
    line-height: 2;
    font-size: 24px;
    font-size: 1.5rem
}

.wysiwyg blockquote p.quote-author {
    color: #595959;
    text-transform: uppercase;
    font-family: var(--font-family);
    line-height: var(--leading-multilines);
    font-size: 16px;
    font-size: 1rem
}

.wysiwyg blockquote:after,
.wysiwyg blockquote:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto
}

.wysiwyg blockquote:before {
    width: 32px;
    height: 32px;
    top: 0;
    background: url(/images/blockqoute-grey-dark.svg) top/32px no-repeat
}

html[dir=ltr] .wysiwyg blockquote:before {
    transform: rotate(180deg)
}

.wysiwyg blockquote:after {
    width: 100px;
    height: 2px;
    bottom: 0;
    background-color: var(--primary-color)
}

.theme-style-rounded .live-blog--feed .wysiwyg iframe,
.theme-style-rounded .live-blog--feed .wysiwyg img {
    border-radius: 10px
}

.wysiwyg {
    margin: 0 0 30px;
    overflow: hidden;
    z-index: 1;
    font-size: var(--article-body-font-size-m);
    line-height: var(--leading-multilines);
    font-family: var(--font-family-article-body);
    color: #000
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4 {
    line-height: var(--leading-headline);
    font-family: var(--font-family);
    color: #000;
    font-weight: 700;
    margin: 0 0 10px
}

.wysiwyg h1:before,
.wysiwyg h2:before,
.wysiwyg h3:before,
.wysiwyg h4:before {
    background: none
}

.dark-mode .wysiwyg h1,
.dark-mode .wysiwyg h2,
.dark-mode .wysiwyg h3,
.dark-mode .wysiwyg h4 {
    color: #fff
}

.wysiwyg h1,
.wysiwyg h2 {
    font-size: 22px;
    font-size: 1.375rem
}

@media(min-width:769px) {
    .wysiwyg h1,
    .wysiwyg h2 {
        font-size: 32px;
        font-size: 2rem
    }
}

.wysiwyg h3 {
    font-size: 20px;
    font-size: 1.25rem
}

@media(min-width:769px) {
    .wysiwyg h3 {
        font-size: 26px;
        font-size: 1.625rem
    }
}

.wysiwyg h4 {
    font-size: 18px;
    font-size: 1.125rem
}

@media(min-width:769px) {
    .wysiwyg h4 {
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media(min-width:769px) {
    .wysiwyg {
        font-size: var(--article-body-font-size-d)
    }
}

[dir=ltr] .wysiwyg [style*=text-align] {
    text-align: left !important
}

[dir=rtl] .wysiwyg [style*=text-align] {
    text-align: right !important
}

.wysiwyg [style*=font-family] {
    font-family: var(--font-family-article-body) !important
}

.wysiwyg [style*=color] {
    color: #000 !important
}

.wysiwyg [style*=text-decoration] {
    text-decoration: none !important
}

.wysiwyg [style*=font-size] {
    font-size: var(--article-body-font-size-m) !important;
    font-weight: var(--article-body-font-weight) !important
}

@media(min-width:769px) {
    .wysiwyg [style*=font-size] {
        font-size: var(--article-body-font-size-d) !important
    }
}

[dir=ltr] .wysiwyg p {
    text-align: left
}

[dir=rtl] .wysiwyg p {
    text-align: right
}

.wysiwyg p {
    margin: 0 0 30px;
    line-height: var(--leading-multilines);
    font-size: var(--article-body-font-size-m);
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto
}

html[dir=ltr][dir=rtl] .wysiwyg p {
    margin-left: 3px
}

html[dir=rtl][dir=rtl] .wysiwyg p {
    margin-right: 3px
}

.wysiwyg p:last-child {
    margin-bottom: 0
}

.wysiwyg p:last-child:empty,
.wysiwyg p:last-child[\:has\(script\)] {
    display: none
}

.wysiwyg p:last-child:empty,
.wysiwyg p:last-child:has(script) {
    display: none
}

@media(min-width:769px) {
    .wysiwyg p {
        font-size: var(--article-body-font-size-d)
    }
}

.wysiwyg p[\:has\(\%2Bul\)] {
    margin-bottom: 10px
}

.wysiwyg p:has(+ul) {
    margin-bottom: 10px
}

.wysiwyg p+ul {
    margin-top: 0
}

.wysiwyg a {
    text-decoration: underline;
    color: #0059a5
}

html.theme-aja .wysiwyg a:not(:hover) {
    text-decoration: none
}

.wysiwyg :is(ul, ol).spaced-bullet-spacing li {
    margin-bottom: 20px
}

.wysiwyg .article-time,
.wysiwyg .blog-card-time {
    font-weight: 700;
    color: #c31833;
    font-family: var(--font-family);
    line-height: var(--leading-headline);
    font-size: 16px;
    font-size: 1rem
}

@media(min-width:769px) {
    .wysiwyg .article-time,
    .wysiwyg .blog-card-time {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.wysiwyg .article-time+h2,
.wysiwyg .article-time+h3,
.wysiwyg .article-time+h4,
.wysiwyg .blog-card-time+h2,
.wysiwyg .blog-card-time+h3,
.wysiwyg .blog-card-time+h4 {
    margin-top: 0;
    margin-bottom: 20px
}

.wysiwyg amp-img,
.wysiwyg img {
    display: block;
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    height: auto
}

.wysiwyg .vjs-poster :is(amp-img, img) {
    height: 100%;
    object-fit: cover
}

.wysiwyg ul {
    list-style-type: disc
}

.wysiwyg ul li::marker,
.wysiwyg ul li:before {
    color: var(--primary-color)
}

.wysiwyg ol {
    list-style-type: decimal !important
}

@media(max-width:768.98px) {
    .wysiwyg hr {
        background: #000;
        margin: 40px 0 15px
    }
}

@media(min-width:769px) {
    .wysiwyg hr {
        background: #e5e5e5;
        margin: 20px 0
    }
}

.wysiwyg figure {
    margin: 0 0 30px;
    max-width: 100%;
    width: 100%;
    font-family: var(--font-family)
}

.wysiwyg figure:last-of-type {
    margin-bottom: 0
}

.wysiwyg figure.embed-figure {
    margin: 0
}

.wysiwyg :is(figure, img):is(.alignnone, .aligncenter, .alignright) {
    width: 100% !important;
    max-width: 770px
}

.wysiwyg :is(amp-img, div, figure, img, .wp-caption).alignleft {
    max-width: 370px;
    margin: 0 auto 28px
}

@media(max-width:768.98px) {
    .wysiwyg :is(amp-img, div, figure, img, .wp-caption).alignleft {
        width: 66.67vw !important;
        margin-right: auto
    }
}

@media(min-width:769px) {
    .wysiwyg :is(amp-img, div, figure, img, .wp-caption).alignleft {
        width: 100%;
        float: left;
        margin-right: 30px
    }
}

.wysiwyg figure.wp-caption img {
    margin-bottom: 5px
}

.wysiwyg .wp-caption-text,
.wysiwyg figcaption {
    font-size: 14px;
    font-size: .875rem;
    line-height: var(--leading-multilines);
    color: #595959;
    margin-top: 0
}

.wysiwyg .wp-caption {
    color: #595959
}

html.theme-chinese .wysiwyg figure {
    font-size: 14px;
    font-size: .875rem
}

html.theme-ajb .wysiwyg figure,
html.theme-aje .wysiwyg figure {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.3
}

.wysiwyg table.embedTableContainer {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.wysiwyg .embed-vimeo {
    text-align: unset !important
}

.wysiwyg iframe {
    max-width: 100%
}

.wysiwyg iframe[src^="https://datawrapper.dwcdn.net"] {
    min-width: 100%
}

.wysiwyg iframe.instagram-media.instagram-media-rendered {
    margin: unset !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: calc(100% - 2px) !important;
    max-width: 640px !important
}

.wysiwyg .twitter-tweet.twitter-tweet-rendered {
    margin-left: auto;
    margin-right: auto
}

.wysiwyg blockquote.twitter-tweet {
    visibility: hidden
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .wysiwyg blockquote.twitter-tweet {
        visibility: visible
    }
}

@supports(-ms-ime-align:auto) and (not (position:sticky)) {
    .wysiwyg blockquote.twitter-tweet {
        visibility: visible
    }
}

.wysiwyg blockquote.twitter-tweet-error {
    visibility: visible !important;
    margin: 0
}

.wysiwyg blockquote.twitter-tweet-error p {
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem
}

.wysiwyg .fb_iframe_widget {
    display: flex
}

.wysiwyg .fb_iframe_widget>span {
    margin-left: auto;
    margin-right: auto
}

.wysiwyg .fb_iframe_widget[style*=display] {
    display: flex !important
}

.wysiwyg .iframe--center {
    display: block;
    margin: 0 auto
}

.wysiwyg div.jetpack-video-wrapper iframe,
.wysiwyg div.knightlab-embed iframe {
    width: 100%
}

.wysiwyg table.mainthumbimagetable {
    margin: 0 0 30px !important;
    border: 0;
    text-align: right
}

.wysiwyg table.mainthumbimagetable span,
.wysiwyg table.mainthumbimagetable strong,
.wysiwyg table.mainthumbimagetable tbody,
.wysiwyg table.mainthumbimagetable td,
.wysiwyg table.mainthumbimagetable tr {
    font-size: 16px !important;
    color: #626262
}

.wysiwyg table.mainthumbimagetable img {
    text-align: right
}

.wysiwyg table.mainthumbimagetable td {
    border: 0;
    text-align: right !important
}

.wysiwyg table.mainthumbimagetable strong {
    font-weight: 400
}

.wysiwyg .fb-video:before {
    content: "";
    padding-top: 56.25%;
    height: 0;
    width: 1px;
    margin-left: -1px;
    float: left
}

.wysiwyg .fb-video:after {
    content: "";
    display: table;
    clear: both
}

.wysiwyg .fb-video .fb_iframe_widget>span {
    margin: 0
}

.wysiwyg div.omny-fm-embed iframe {
    width: 100%
}

.wysiwyg .fluid-vids,
.wysiwyg .jetpack-video-wrapper .fluid-vids {
    margin-bottom: 50px
}

.wysiwyg .jetpack-video-wrapper:last-child,
.wysiwyg .jetpack-video-wrapper:last-child .fluid-vids {
    margin-bottom: 0
}

.wysiwyg table.Fullwidth,
.wysiwyg table.video {
    width: 100%
}

@media(max-width:768.98px) {
    .wysiwyg .fb_iframe_widget,
    .wysiwyg .fb_iframe_widget_fluid,
    .wysiwyg .fb_iframe_widget_fluid iframe,
    .wysiwyg .fb_iframe_widget_fluid span,
    .wysiwyg .fb_iframe_widget iframe,
    .wysiwyg .fb_iframe_widget span,
    .wysiwyg iframe.instagram-media {
        max-width: 100%
    }
}

@media(max-width:768.98px)and (max-width:356px) {
    .wysiwyg iframe.instagram-media {
        min-width: 290px !important
    }
}

@media(max-width:768.98px) {
    .wysiwyg .googlemaps iframe {
        max-width: 100%
    }
}

@media(max-width:768.98px) {
    .wysiwyg .jetpack-video-wrapper .ratio-16-by-9:before {
        content: "";
        padding-top: 56.25%;
        height: 0;
        width: 1px;
        margin-left: -1px;
        float: left
    }
    .wysiwyg .jetpack-video-wrapper .ratio-16-by-9:after {
        content: "";
        display: table;
        clear: both
    }
}

@media(max-width:768.98px) {
    .wysiwyg .jetpack-video-wrapper .ratio-4-by-3:before {
        content: "";
        padding-top: 75%;
        height: 0;
        width: 1px;
        margin-left: -1px;
        float: left
    }
    .wysiwyg .jetpack-video-wrapper .ratio-4-by-3:after {
        content: "";
        display: table;
        clear: both
    }
}

@media(max-width:768.98px) {
    .wysiwyg .jetpack-video-wrapper .ratio-16-by-10:before {
        content: "";
        padding-top: 62.5%;
        height: 0;
        width: 1px;
        margin-left: -1px;
        float: left
    }
    .wysiwyg .jetpack-video-wrapper .ratio-16-by-10:after {
        content: "";
        display: table;
        clear: both
    }
}

.wysiwyg html[dir=ltr] ul li:before {
    margin-left: -15px;
    margin-right: 10px
}

.wysiwyg img.wp-image-2692424 {
    width: auto !important
}

@media(max-width:768.98px) {
    .wysiwyg img.wp-image-2692424 {
        margin: 0
    }
}

html.theme-chinese .wysiwyg img+br {
    display: none
}

html.theme-chinese .wysiwyg img+br+span strong,
html.theme-chinese .wysiwyg img+br+strong span {
    font-size: 14px;
    font-size: .875rem;
    line-height: var(--leading-multilines);
    color: #595959;
    font-size: 14px !important;
    font-size: .875rem !important;
    font-weight: 200 !important;
    display: block;
    margin-top: 5px
}

html.theme-ajb.amp .wysiwyg .flourish-credit,
html.theme-aje.amp .wysiwyg .flourish-credit {
    display: flex;
    height: 16px
}

.wysiwyg .infogram-overflow-button {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    display: block;
    padding: 15px 27px;
    width: 100%;
    font-family: var(--font-family);
    color: #fff;
    border: none;
    background-color: var(--primary-color)
}

.wysiwyg .infogram-overflow-button:hover {
    cursor: pointer
}

@media(max-width:768.98px) {
    .wysiwyg[class*=css-] h2 {
        font-size: 22px;
        font-size: 1.375rem
    }
    .wysiwyg[class*=css-] h3 {
        font-size: 20px;
        font-size: 1.25rem
    }
    .wysiwyg[class*=css-] h4 {
        font-size: 18px;
        font-size: 1.125rem
    }
    .wysiwyg[class*=css-] h5 {
        font-size: 16px;
        font-size: 1rem
    }
}

.wysiwyg #article-newsletter-slot {
    clear: both
}

.wysiwyg .in-page-video>div p:last-of-type {
    display: none
}

.wysiwyg .in-page-video figcaption {
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: var(--leading-multilines);
    top: 0
}

.wysiwyg storifyme-story {
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer
}

.wysiwyg storifyme-story:after,
.wysiwyg storifyme-story:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    background-size: 64px;
    background-repeat: no-repeat;
    background-position: 50%;
    transition: opacity 125ms linear;
    z-index: 100;
    pointer-events: none
}

@media(min-width:769px) {
    .wysiwyg storifyme-story:after,
    .wysiwyg storifyme-story:before {
        background-size: 80px
    }
}

.wysiwyg storifyme-story:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon--play-inverse' viewBox='0 0 20 20' aria-hidden='true'%3E%3Cpath class='icon-main-color' fill='%23fff' d='M.81 10A9.19 9.19 0 1010 .81 9.2 9.2 0 00.81 10zM0 10a10 10 0 1110 10A10 10 0 010 10zm7.92 3.86L13.76 10 7.92 6.14v7.7zm0 .81a.73.73 0 01-.39-.1.82.82 0 01-.44-.72v-7.7a.83.83 0 01.43-.72.81.81 0 01.85 0l5.83 3.88a.84.84 0 01.37.69.82.82 0 01-.37.69l-5.83 3.85a.79.79 0 01-.45.13z'/%3E%3C/svg%3E")
}

.wysiwyg storifyme-story:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon--play icon--white icon--64' viewBox='0 0 20 20' aria-hidden='true'%3E%3Cpath class='icon-main-color' d='M0 10a10 10 0 1110 10A10 10 0 010 10zm7.92 4.27a.48.48 0 00.23-.07L14 10.35a.42.42 0 000-.7L8.15 5.8a.42.42 0 00-.43 0 .4.4 0 00-.22.36v7.7a.4.4 0 00.22.36.36.36 0 00.2.05z' fill='%23fff'/%3E%3C/svg%3E");
    opacity: 0
}

.wysiwyg .in-page-video {
    margin: 0
}

.wysiwyg .in-page-video figcaption {
    position: relative;
    font-size: 14px
}

@media(min-width:769px) {
    .wysiwyg .in-page-video figcaption {
        font-size: 18px
    }
}

.theme-style-rounded .in-page-video .video-js.pause-controller {
    border-radius: 10px
}

.theme-style-rounded .in-page-video .video-js.pause-controller.vjs-has-started.vjs-paused,
.theme-style-rounded .in-page-video .video-js.pause-controller.vjs-has-started.vjs-playing {
    border-radius: 0
}

.theme-style-rounded amp-instagram[data-shortcode=""] {
    display: none
}

.theme-ajb .wysiwyg,
.theme-aje .wysiwyg {
    margin-top: 7px
}

.theme-chinese .wysiwyg .in-page-video figcaption {
    top: -14px
}

.wysiwyg--all-content #captionTable {
    color: #dba200;
    font-weight: 700
}

.wysiwyg--all-content #captionTable .TextCaption label {
    font-size: 0 !important;
    display: inline-block
}

.wysiwyg--all-content #captionTable .TextCaption label:first-child:after {
    content: '"';
    font-size: 24px;
    font-size: 1.5rem;
    margin-left: 3px
}

.wysiwyg--all-content #captionTable .TextCaption label:nth-child(2):after {
    content: '"';
    font-size: 24px;
    font-size: 1.5rem;
    margin-right: 3px
}

.wysiwyg--all-content #captionTable strong span {
    font-size: 1rem !important
}

.wysiwyg--blog-content #captionTable {
    color: #ae0405;
    font-size: 18px;
    font-size: 1.125rem;
    background: #f5eded;
    margin: 10px auto;
    width: 200px !important
}

.wysiwyg--blog-content #captionTable .TextCaption {
    box-sizing: border-box;
    padding: 0 5px 5px
}

.wysiwyg--blog-content #captionTable .TextCaption>label {
    display: none
}

.article-content-read-more {
    background: none;
    border: none;
    padding: 0;
    margin-top: 5px;
    color: #000;
    text-decoration: underline;
    font-weight: 400;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem
}

@media(min-width:769px) {
    .article-content-read-more {
        font-size: 20px;
        font-size: 1.25rem;
        margin-left: 0;
        font-style: normal
    }
}

.article-content-read-more--truncated-heading {
    margin-top: 0
}

.article-content-read-more[aria-expanded=true] {
    visibility: hidden;
    height: 0;
    margin: 0
}

[dir=ltr] .disclaimer-text {
    padding-left: 10px
}

[dir=rtl] .disclaimer-text {
    padding-right: 10px
}

[dir=ltr] .disclaimer-text {
    border-left: 2px solid var(--primary-color)
}

[dir=rtl] .disclaimer-text {
    border-right: 2px solid var(--primary-color)
}

.disclaimer-text {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    color: #595959;
    position: relative
}

.disclaimer-text p {
    margin-bottom: 0
}

.theme-aje .disclaimer-text {
    font-style: italic
}

html[dir=rtl] .wysiwyg .in-page-video figcaption {
    top: -11px
}

@media(min-width:769px) {
    html[dir=rtl] .wysiwyg .in-page-video figcaption {
        top: -15px
    }
}

html .wysiwyg blockquote.twitter-tweet:before {
    content: attr(deleted-tweet-message);
    width: 100%;
    height: auto;
    text-align: left;
    background: transparent;
    transform: none;
    font-size: 15px;
    font-size: .9375rem
}

.dark-mode .article-content-read-more {
    color: #fff
}

.dark-mode .wysiwyg,
.dark-mode .wysiwyg blockquote p {
    color: #bebebe
}

.dark-mode .wysiwyg blockquote:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' aria-hidden='true'%3E%3Cpath fill='%236D6D6D' d='M11.25 6.06a3.32 3.32 0 011.12-2.49A3.74 3.74 0 0115 2.5a4.43 4.43 0 013.69 1.62A7.09 7.09 0 0120 8.62 8.6 8.6 0 0117.79 14a14.43 14.43 0 01-5.34 4.11l-1-1.58a12.06 12.06 0 003.86-2.84A6.94 6.94 0 0017 9.76h-1.25a6.46 6.46 0 01-2.21-.32 3.38 3.38 0 01-1.37-.86 3.08 3.08 0 01-.71-1.18 4.32 4.32 0 01-.21-1.34zM0 6.06a3.32 3.32 0 011.12-2.49A3.74 3.74 0 013.77 2.5a4.43 4.43 0 013.69 1.62 7.09 7.09 0 011.29 4.5A8.6 8.6 0 016.54 14a14.43 14.43 0 01-5.34 4.12l-1-1.58a12.06 12.06 0 003.9-2.84 6.94 6.94 0 001.62-3.94H4.5a6.46 6.46 0 01-2.21-.32 3.38 3.38 0 01-1.37-.86A3.08 3.08 0 01.21 7.4 4.32 4.32 0 010 6.06z'/%3E%3C/svg%3E")
}

.dark-mode .wysiwyg figure figcaption {
    color: #8d8d8d
}

.dark-mode .wysiwyg a {
    color: #239bee
}

.amp .aj-toc-wrapper {
    display: none
}

.breadcrumbs {
    font-size: 16px;
    font-size: 1rem;
    line-height: var(--leading-base);
    color: #595959;
    margin-bottom: 10px
}

@media(min-width:769px) {
    .breadcrumbs {
        font-size: 19px;
        font-size: 1.1875rem
    }
}

.breadcrumbs .topics {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

.breadcrumbs a {
    font-size: 16px;
    font-size: 1rem;
    line-height: var(--leading-base);
    margin: 0 10px;
    color: #595959;
    text-decoration: none
}

@media(min-width:769px) {
    .breadcrumbs a {
        font-size: 19px;
        font-size: 1.1875rem
    }
}

.breadcrumbs a:active,
.breadcrumbs a:hover {
    text-decoration: underline
}

[dir=ltr] .breadcrumbs a:first-of-type {
    margin-left: 0;
    margin-right: 10px
}

[dir=rtl] .breadcrumbs a:first-of-type {
    margin-right: 0;
    margin-left: 10px
}

.breadcrumbs .source-featured {
    flex-direction: column
}

.breadcrumbs .source-featured .source-featured-img {
    width: auto;
    max-height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px
}

.breadcrumbs .source-featured a .source-featured-img {
    border-bottom: 1px solid transparent
}

.breadcrumbs .source-featured a .source-featured-img:hover {
    border-bottom: 1px solid #595959
}

[dir=ltr] .breadcrumbs .source-featured:not(:first-child):before {
    padding-left: 0;
    padding-right: 10px
}

[dir=rtl] .breadcrumbs .source-featured:not(:first-child):before {
    padding-right: 0;
    padding-left: 10px
}

.breadcrumbs .source-featured:not(:first-child):before {
    font-size: 16px;
    font-size: 1rem;
    line-height: var(--leading-base);
    content: "|"
}

@media(min-width:769px) {
    .breadcrumbs .source-featured:not(:first-child):before {
        font-size: 19px;
        font-size: 1.1875rem
    }
}

.theme-chinese .breadcrumbs a {
    margin-top: auto;
    margin-bottom: auto
}

.article-header {
    margin: 0 0 20px
}

@media(min-width:769px) {
    .article-header {
        margin-bottom: 30px
    }
}

.article-header__title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 5px 0 -5px;
    line-height: var(--leading-headline)
}

@media(min-width:769px) {
    .article-header__title {
        font-size: 22px;
        font-size: 1.375rem;
        margin: 10px 0 0
    }
}

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

.article-header__title a:hover {
    text-decoration: underline
}

.article-header h1 {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: var(--leading-headline);
    margin: 0 0 10px
}

@media(min-width:769px) {
    .article-header h1 {
        font-size: 40px;
        font-size: 2.5rem
    }
}

.static-page .article-header h1,
.terms-condition-page .article-header h1 {
    font-size: 34px;
    font-size: 2.125rem;
    font-weight: 300
}

@media(min-width:769px) {
    .static-page .article-header h1,
    .terms-condition-page .article-header h1 {
        font-size: 50px;
        font-size: 3.125rem
    }
}

.article-header .article__subhead {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: var(--font-family-article-body);
    line-height: var(--leading-multilines);
    color: #595959;
    margin: 0
}

@media(min-width:769px) {
    .article-header .article__subhead {
        font-size: 24px;
        font-size: 1.5rem
    }
}

.container--gallery .article-header {
    margin-bottom: 20px
}

@media(min-width:769px) {
    .container--gallery .article-header {
        margin-bottom: 0
    }
}

.daily-brief-cta {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column
}

@media(max-width:768.98px) {
    .daily-brief-cta--desktop {
        display: none
    }
}

@media(min-width:769px) {
    .daily-brief-cta--mobile {
        display: none
    }
}

@media(max-width:768.98px) {
    .daily-brief-cta {
        margin: 0 -15px 15px
    }
}

.daily-brief-cta__header {
    border-left: 5px solid var(--primary-color);
    padding-left: 10px;
    margin-bottom: 10px
}

[dir=rtl] .daily-brief-cta__header {
    border-left: none;
    padding-left: 0;
    padding-right: 10px;
    border-right: 5px solid var(--primary-color)
}

.daily-brief-cta__header-title {
    line-height: 1.125;
    font-size: 32px;
    padding-right: 6px
}

[dir=rtl] .daily-brief-cta__header-title {
    padding-right: 0;
    padding-left: 6px;
    line-height: 1.3
}

[dir=rtl] .daily-brief-cta__header-title span {
    font-weight: 400
}

.daily-brief-cta__header-title span,
[dir=rtl] .daily-brief-cta__header-title span:last-child {
    font-weight: 100
}

.daily-brief-cta__header-title span:last-child {
    font-weight: 400
}

.daily-brief-cta__header-description {
    color: #595959;
    font-size: 16px;
    line-height: 1.3
}

.daily-brief-cta__btn {
    cursor: pointer;
    background-color: #000;
    padding: 4px 11px;
    color: #fff;
    border: 0;
    align-self: end;
    text-decoration: none
}

.container--article .daily-brief-cta {
    background-color: #f0f0f0
}

.dianomi_sidebar {
    margin-bottom: 30px
}

.dianomi_related {
    margin-bottom: 25px
}

@media(max-width:1179px) {
    .dianomi_sidebar {
        display: none !important
    }
}

.dianomi_article[\:has\(iframe\)] {
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px
}

.dianomi_article:has(iframe) {
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px
}

.disco-headliner-widget-placement .disco-episode-widget {
    width: 300px;
    margin: 30px auto
}

.article-pre-footer {
    margin-bottom: 40px
}

.article-pre-footer:last-child {
    margin-bottom: 0
}

.article-pre-footer__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.article-pre-footer__list a:not(.post-label__link) {
    color: #000;
    text-decoration: none
}

.article-pre-footer__list a:not(.post-label__link):active,
.article-pre-footer__list a:not(.post-label__link):hover {
    text-decoration: underline
}

.article-pre-footer__list li {
    width: 100%
}

@media(min-width:769px) {
    .article-pre-footer__list li {
        width: calc(50% - 20px)
    }
}

html.theme-ajm .article-pre-footer:last-of-type {
    margin-bottom: 0
}

.dark-mode .article-pre-footer__list a:not(.post-label__link) {
    color: #fff
}

.statsperform-fixtures {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: max-content;
    grid-template-areas: "fixtures-meta" "sport-meta" "slider";
    align-items: center;
    grid-row-gap: 15px;
    row-gap: 15px
}

[dir=ltr] .statsperform-fixtures__sport-meta {
    padding-left: 0
}

[dir=rtl] .statsperform-fixtures__sport-meta {
    padding-right: 0
}

.statsperform-fixtures__sport-meta {
    grid-area: sport-meta;
    display: flex;
    justify-content: space-between;
    align-items: center
}

[dir=ltr] .statsperform-fixtures__sport-name {
    border-left: 2px solid var(--primary-color)
}

[dir=rtl] .statsperform-fixtures__sport-name {
    border-right: 2px solid var(--primary-color)
}

.statsperform-fixtures__sport-name {
    padding-left: 8px;
    padding-right: 8px;
    line-height: 1.2;
    font-size: 18px;
    font-size: 1.125rem
}

@media(min-width:769px) {
    .statsperform-fixtures__sport-name {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.statsperform-fixtures__description {
    color: #949494;
    line-height: 1.2;
    font-size: 14px;
    font-size: .875rem
}

@media(min-width:769px) {
    .statsperform-fixtures__description {
        font-size: 14px;
        font-size: .875rem
    }
}

.statsperform-fixtures__fixtures-meta {
    grid-area: fixtures-meta;
    word-wrap: break-word;
    width: 110px
}

.statsperform-fixtures__fixtures-meta h2,
.statsperform-fixtures__fixtures-meta p {
    margin: 0
}

.statsperform-fixtures__widget-title {
    display: none;
    font-weight: 300;
    line-height: 1.2;
    font-size: 16px;
    font-size: 1rem
}

@media(min-width:769px) {
    .statsperform-fixtures__widget-title {
        font-size: 16px;
        font-size: 1rem
    }
}

.statsperform-fixtures__fixtures-title {
    font-weight: 700;
    line-height: 1.2;
    font-size: 20px;
    font-size: 1.25rem
}

@media(min-width:769px) {
    .statsperform-fixtures__fixtures-title {
        font-size: 27px;
        font-size: 1.6875rem
    }
}

.statsperform-fixtures__slider {
    grid-area: slider;
    overflow: auto;
    padding-left: 10px;
    padding-right: 10px
}

.statsperform-fixtures .slick-slider {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px
}

.statsperform-fixtures .slick-slider .slick-track {
    display: flex;
    align-items: stretch;
    margin: 0
}

.statsperform-fixtures .slick-slider .slick-next,
.statsperform-fixtures .slick-slider .slick-prev {
    width: 24px;
    height: 24px
}

[dir=ltr] .statsperform-fixtures .slick-slider .slick-prev {
    left: 5px
}

[dir=rtl] .statsperform-fixtures .slick-slider .slick-prev {
    right: 5px
}

.statsperform-fixtures .slick-slider .slick-prev {
    z-index: 1
}

[dir=ltr] .statsperform-fixtures .slick-slider .slick-next {
    right: 5px
}

[dir=rtl] .statsperform-fixtures .slick-slider .slick-next {
    left: 5px
}

.statsperform-fixtures .slick-slider .slick-next {
    z-index: 1
}

.statsperform-fixtures .slick-slider .slick-disabled {
    display: none
}

[dir=ltr] .statsperform-fixtures__slide {
    border-left: 1px solid #969696
}

[dir=rtl] .statsperform-fixtures__slide {
    border-right: 1px solid #969696
}

.statsperform-fixtures__slide {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    font-size: .8125rem
}

@media(min-width:769px) {
    .statsperform-fixtures__slide {
        font-size: 13px;
        font-size: .8125rem
    }
}

[dir=ltr] .slick-slide:last-of-type .statsperform-fixtures__slide {
    border-right: 1px solid #969696
}

[dir=rtl] .slick-slide:last-of-type .statsperform-fixtures__slide {
    border-left: 1px solid #969696
}

@media(max-width:768.98px) {
    [dir=ltr] .statsperform-fixtures .slick-slide.slick-current .statsperform-fixtures__slide {
        padding-left: 0
    }
    [dir=rtl] .statsperform-fixtures .slick-slide.slick-current .statsperform-fixtures__slide {
        padding-right: 0
    }
    [dir=ltr] .statsperform-fixtures .slick-slide.slick-current .statsperform-fixtures__slide {
        border-left: 0
    }
    [dir=rtl] .statsperform-fixtures .slick-slide.slick-current .statsperform-fixtures__slide {
        border-right: 0
    }
}

.statsperform-fixtures__team-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 10px;
    gap: 10px;
    margin-bottom: 10px
}

.statsperform-fixtures__flag {
    width: 24px;
    height: 15px
}

.statsperform-fixtures__date-and-time {
    color: #595959;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.2
}

@media(min-width:769px) {
    .statsperform-fixtures {
        grid-template-columns: 120px 1fr;
        grid-template-rows: max-content 1fr;
        grid-template-areas: ". sport-meta" "fixtures-meta slider"
    }
    .statsperform-fixtures__widget-title {
        display: block
    }
    [dir=ltr] .statsperform-fixtures__sport-meta {
        padding-left: 15px
    }
    [dir=rtl] .statsperform-fixtures__sport-meta {
        padding-right: 15px
    }
    [dir=ltr] .statsperform-fixtures__slider {
        padding-left: 15px;
        padding-right: 10px
    }
    [dir=rtl] .statsperform-fixtures__slider {
        padding-right: 15px;
        padding-left: 10px
    }
    .statsperform-fixtures .slick-slider {
        margin-left: 0;
        margin-right: 0
    }
    .statsperform-fixtures .slick-slider .slick-next,
    .statsperform-fixtures .slick-slider .slick-prev {
        width: 32px;
        height: 32px
    }
    [dir=ltr] .statsperform-fixtures .slick-slider .slick-prev {
        left: 0
    }
    [dir=ltr] .statsperform-fixtures .slick-slider .slick-next,
    [dir=rtl] .statsperform-fixtures .slick-slider .slick-prev {
        right: 0
    }
    [dir=rtl] .statsperform-fixtures .slick-slider .slick-next {
        left: 0
    }
    .statsperform-fixtures__slide {
        padding-left: 20px;
        padding-right: 20px
    }
}

.amp .statsperform-fixtures__slider {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center
}

@media(max-width:768.98px) {
    .amp .statsperform-fixtures__slider {
        padding-left: 0;
        padding-right: 0
    }
}

.amp .statsperform-fixtures__slider::-webkit-scrollbar {
    display: none
}

@media(max-width:768.98px) {
    [dir=ltr] .amp .statsperform-fixtures__slider .statsperform-fixtures__slide:first-child {
        padding-left: 0
    }
    [dir=rtl] .amp .statsperform-fixtures__slider .statsperform-fixtures__slide:first-child {
        padding-right: 0
    }
    [dir=ltr] .amp .statsperform-fixtures__slider .statsperform-fixtures__slide:first-child {
        border-left: 0
    }
    [dir=rtl] .amp .statsperform-fixtures__slider .statsperform-fixtures__slide:first-child {
        border-right: 0
    }
}

.additional-page-embeds,
.additional-page-embeds>* {
    margin-top: 30px;
    margin-bottom: 30px
}

.additional-page-embeds.opta-match-links {
    margin-bottom: 30px
}

.additional-page-embeds.below-featured-posts>* {
    margin-bottom: 0
}

.additional-page-embeds.below-featured-posts iframe[src="https://interactive.aljazeera.com/aja/2023/gaza-under-fire-siege/"] {
    height: 340px
}

@media(min-width:769px) {
    .additional-page-embeds.below-featured-posts iframe[src="https://interactive.aljazeera.com/aja/2023/gaza-under-fire-siege/"] {
        height: 200px
    }
}

.additional-page-embeds.sidebar>:first-child {
    margin-top: 0
}

.additional-page-embeds iframe {
    width: 100%
}

.additional-page-embeds br,
.additional-page-embeds p:empty {
    display: none
}

.additional-page-embeds .twitter-tweet.twitter-tweet-rendered {
    margin-left: auto;
    margin-right: auto
}

.additional-page-embeds blockquote.twitter-tweet {
    visibility: hidden;
    line-height: 1.9
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .additional-page-embeds blockquote.twitter-tweet {
        visibility: visible
    }
}

@supports(-ms-ime-align:auto) and (not (position:sticky)) {
    .additional-page-embeds blockquote.twitter-tweet {
        visibility: visible
    }
}

.additional-page-embeds blockquote.twitter-tweet p {
    line-height: 1.9
}

.additional-page-embeds blockquote.twitter-tweet-error {
    visibility: visible !important;
    margin: 0
}

.additional-page-embeds blockquote.twitter-tweet-error p {
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem
}

.additional-page-embeds figure.embed-figure {
    margin: 0;
    text-align: center
}

.additional-page-embeds figure.embed-figure iframe {
    margin: 0 auto !important
}

@media(max-width:768.98px) {
    .additional-page-embeds storifyme-collection {
        margin: 0 -15px
    }
}

.additional-page-embeds.above-article-featured-area p:last-of-type,
.additional-page-embeds.above-featured-area-homepage p:last-of-type,
.additional-page-embeds.above-featured-area-section-page p:last-of-type,
.additional-page-embeds.below-featured-area-homepage p:last-of-type {
    margin-bottom: 0
}

@media(max-width:768.98px) {
    .additional-page-embeds.above-featured-area-homepage {
        margin-top: 0
    }
}

.section-inline-embeds-wrapper {
    margin: 0;
    padding: 0
}

@media(min-width:769px) {
    .section-inline-embeds-wrapper[\:has\(\%3E.additional-page-embeds\)] {
        max-width: 1205px;
        width: 100%;
        margin: auto;
        display: block
    }
    .section-inline-embeds-wrapper:has(>.additional-page-embeds) {
        max-width: 1205px;
        width: 100%;
        margin: auto;
        display: block
    }
}

.additional-page-embeds.above-article-featured-area,
.additional-page-embeds.from-one-featured-layout,
.additional-page-embeds.from-ten-featured-layout,
.additional-page-embeds.from-three-column-layout {
    margin-bottom: 0
}

@media(min-width:769px) {
    .section-inline-embeds-wrapper[\:has\(\%3E.additional-page-embeds.from-qid-layout\)] {
        margin-bottom: 30px
    }
    .section-inline-embeds-wrapper:has(>.additional-page-embeds.from-qid-layout) {
        margin-bottom: 30px
    }
}

@media(max-width:768.98px) {
    .additional-page-embeds.from-qid-layout {
        margin-bottom: 0
    }
}

@media(max-width:768.98px) {
    .section-inline-embeds-wrapper[\:has\(\%3E.below-featured-area-homepage.from-qid-layout\)] {
        margin-bottom: -20px
    }
    .section-inline-embeds-wrapper:has(>.below-featured-area-homepage.from-qid-layout) {
        margin-bottom: -20px
    }
}

.section-inline-embeds-wrapper[\:has\(\%3E.additional-page-embeds.above-article-featured-area\)] {
    margin-bottom: -15px
}

.section-inline-embeds-wrapper:has(>.additional-page-embeds.above-article-featured-area) {
    margin-bottom: -15px
}

@media(max-width:768.98px) {
    .section-inline-embeds-wrapper[\:has\(\%3E.additional-page-embeds.above-article-featured-area\)] {
        margin-bottom: -10px
    }
    .section-inline-embeds-wrapper:has(>.additional-page-embeds.above-article-featured-area) {
        margin-bottom: -10px
    }
}

@media(max-width:768.98px) {
    .section-inline-embeds-wrapper+.qid-featured__related-stories {
        margin-top: 20px
    }
}

@media(max-width:768.98px) {
    .theme-ajm .section-inline-embeds-wrapper+.qid-featured__related-stories {
        margin-top: 50px
    }
}

@media(min-width:992px) {
    .container--section-top-grid .container__inner[\:has\(.section-inline-embeds-wrapper\)] {
        max-width: 1235px
    }
    .container--section-top-grid .container__inner:has(.section-inline-embeds-wrapper) {
        max-width: 1235px
    }
}

.additional-page-embeds.above-article-featured-area:after {
    content: "";
    display: block;
    margin: 15px auto 0;
    clear: both;
    border-bottom: 1px solid #e5e5e5;
    height: 1px;
    max-width: 1170px
}

@media(max-width:768.98px) {
    .additional-page-embeds.above-article-featured-area:after {
        margin: 5px auto 0
    }
}

.additional-page-embeds.above-article-featured-area.from-liveblog:after {
    margin: 15px auto
}

@media(max-width:768.98px) {
    .additional-page-embeds.above-article-featured-area.from-liveblog:after {
        margin: 5px auto
    }
}

.theme-ajb .container-article-top .container__inner,
.theme-aje .container-article-top .container__inner {
    padding: 0;
    display: block;
    grid-template-columns: unset
}

@media(min-width:769px) {
    .theme-ajb .container-article-top .container__inner,
    .theme-aje .container-article-top .container__inner {
        padding: 15px 15px 0
    }
}

.theme-ajb .container-article-top .container__inner .countdown-banner,
.theme-aje .container-article-top .container__inner .countdown-banner {
    padding: 0 15px;
    margin-top: 0
}

.theme-aje .container-election-widget .container__inner {
    display: block
}

.container--article .live-score-widget {
    padding: 0
}

.container--article .live-score-widget section {
    grid-column-end: span 12;
    margin-bottom: -40px
}

.article-related-list {
    margin-bottom: 40px
}

.article-related-list .gc--list {
    border-bottom: 0
}

.article-related-list .gc--list:last-of-type {
    margin-bottom: 0
}

.article-related-list .gc--list a {
    text-decoration: none
}

.article-related-list .gc__excerpt {
    margin: 10px 0;
    padding: 0
}

.article-related-list .gc__excerpt p {
    color: #595959
}

.theme-ajb .article-related-list .gc__excerpt,
.theme-aje .article-related-list .gc__excerpt {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300
}

@media(min-width:769px) {
    .theme-ajb .article-related-list .gc__excerpt,
    .theme-aje .article-related-list .gc__excerpt {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.article-related-list .gc__title a {
    color: #000
}

.article-related-list .gc__meta {
    margin: 0
}

.article-related-list.article-related-list__hr:after {
    content: "";
    display: block;
    border-bottom: 1px solid #e0e0e0
}

[dir=ltr] .article-related-list ul {
    padding-left: 0
}

[dir=rtl] .article-related-list ul {
    padding-right: 0
}

.article-related-list ul {
    list-style-type: none
}

.article-related-list li {
    margin-bottom: 25px
}

@media(min-width:769px) {
    .article-related-list li {
        margin-bottom: 45px
    }
}

.theme-chinese .article-related-list .gc__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5
}

@media(min-width:769px) {
    .theme-chinese .article-related-list .gc__title {
        font-size: 24px;
        font-size: 1.5rem
    }
}

.theme-chinese .article-related-list .gc:first-of-type .gc__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5
}

@media(min-width:769px) {
    .theme-chinese .article-related-list .gc:first-of-type .gc__title {
        font-size: 24px;
        font-size: 1.5rem
    }
}

.theme-ajb .article-related-list li,
.theme-aje .article-related-list li {
    margin-bottom: 25px
}

@media(min-width:769px) {
    .theme-ajb .article-related-list li,
    .theme-aje .article-related-list li {
        margin-bottom: 45px
    }
}

.theme-ajb .article-related-list li:last-of-type,
.theme-aje .article-related-list li:last-of-type {
    margin-bottom: 25px
}

.dark-mode .article-related-list .gc__title a {
    color: #fff
}

.dark-mode .article-related-list .gc__excerpt p {
    color: #969696
}

.amp .disco-widget.disco-widget__hr:after {
    content: "";
    display: block;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px
}

.container--article hr:last-of-type {
    height: 1px;
    border: none;
    margin: 40px 0;
    clear: left
}

.container--article hr.article-horizontal-line {
    width: 100%
}

.container--article .container__inner>div>hr:first-of-type {
    background-color: var(--primary-color)
}

.article-more-from-author:after,
.article-more-from-topic:after {
    content: "";
    margin-top: 10px;
    display: block;
    border-bottom: 1px solid #e0e0e0
}

.article-author-name {
    display: flex;
    flex-direction: column;
    margin: 15px 15px 30px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 700;
    color: #626262;
    padding-right: 10px;
    border-left-color: var(--primary-color);
    border-bottom-color: var(--primary-color);
    border-right: 4px solid;
    border-right-color: var(--primary-color);
    border-top-color: var(--primary-color)
}

@media(min-width:769px) {
    .article-author-name {
        margin: 15px 0 30px;
        flex-direction: row;
        font-size: 18px;
        font-size: 1.125rem
    }
}

.article-author-name-item {
    line-height: 1.72;
    color: #626262;
    font-weight: 700
}

@media(min-width:769px) {
    .article-ad-left {
        min-height: 628px;
        text-align: center
    }
    .article-ad-feed {
        text-align: center;
        margin-bottom: 30px
    }
}

@media(max-width:768.98px) {
    .article-ad-left {
        text-align: center;
        background-color: #f7f7f7;
        width: 100%;
        padding: 30px 0 60px
    }
    .article-ad-left .ads__slot>div {
        margin: 10px 0 0
    }
    .article-ad-feed {
        text-align: center;
        padding: 10px 0;
        margin-bottom: 30px
    }
    .article-ad-feed .ads__slot>div {
        margin: 10px 0 0
    }
    .more-from-section--ad {
        margin-bottom: 30px
    }
}

html[dir=ltr] .article-author-name {
    border-left-width: 4px;
    border-left-style: solid;
    border-right: none;
    padding-left: 10px;
    padding-right: 0;
    margin-bottom: 20px
}

@media(max-width:768.98px) {
    .dark-mode .article-ad-left {
        background: transparent
    }
}

.correction-container {
    font-size: 18px;
    font-size: 1.125rem;
    background-color: #f0f0f0;
    color: #000;
    padding: 15px;
    margin-bottom: 13px
}

@media(min-width:769px) {
    .correction-container {
        padding: 20px;
        margin-bottom: 23px
    }
}

.correction-container div {
    font-family: var(--font-family-article-body);
    color: #333;
    margin-top: 10px
}

.correction__date {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1;
    color: #595959
}

.correction__date:before {
    content: "";
    width: 1px;
    height: 16px;
    display: inline-block;
    margin: 0 10px;
    background: #595959;
    transform: translate3d(0, 3px, 0)
}

.correction__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.7;
    font-weight: 700
}

html[dir=ltr] .correction__title {
    vertical-align: middle
}

.theme-style-rounded .correction-container {
    border-radius: 10px
}

.article-dates {
    display: flex;
    flex-direction: row;
    margin: 20px 15px;
    flex-wrap: wrap;
    align-items: center
}

@media(min-width:769px) {
    .article-dates .date-simple {
        line-height: var(--leading-base)
    }
}

.article-dates .social-share-buttons .icon {
    vertical-align: middle
}

@media(min-width:769px) {
    .article-dates {
        margin: 20px 0
    }
}

.container--article .video-js:not(.vjs-pip-active) {
    width: 100%
}

html[dir=rtl] .article-dates .social-share-button:first-of-type {
    margin-left: 0
}

.theme-chinese .article-author-name-item {
    line-height: var(--leading-headline);
    font-weight: 500
}

@media(min-width:769px) {
    .theme-chinese .article-dates .date-simple {
        font-size: 15px;
        font-size: .9375rem
    }
}

.theme-ajm .disclaimer {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700
}

.section-top-branding {
    color: #fff;
    background-color: #ccc;
    height: auto;
    text-align: center;
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.section-top-branding h1 {
    margin: 0
}

.section-top-branding.timer-only {
    background-color: #fff;
    color: #000
}

.section-top-branding.timer-only.event-landing-page-header h1 {
    font-weight: 300
}

.section-top-branding.timer-only .section-top-branding__container {
    padding: 30px 0 0
}

.section-top-branding.timer-only .countdown-timer .countdown-timer__daytime span[aria-hidden=true] {
    padding-left: 0
}

.section-top-branding.timer-only .icon--white-transparent .icon-alt-color,
.section-top-branding.timer-only .icon--white-transparent .icon-main-color {
    fill: #bebebe
}

.section-top-branding__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 30px 0
}

@media(min-width:769px) {
    .section-top-branding__container {
        min-height: 144px
    }
}

.section-top-branding__heading {
    margin: 0;
    font-weight: 700;
    font-size: 32px;
    font-size: 2rem
}

@media(min-width:769px) {
    .section-top-branding__heading {
        line-height: 1.3;
        font-size: 50px;
        font-size: 3.125rem
    }
}

.section-top-branding__heading-link {
    color: inherit;
    text-decoration: none
}

.section-top-branding__countdown {
    font-weight: 300;
    font-size: 14px;
    font-size: .875rem
}

@media(min-width:769px) {
    .section-top-branding__countdown {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.section-header[\:has\(.breadcrumbs_container\)] .section-top-branding {
    margin-top: 20px
}

.section-header:has(.breadcrumbs_container) .section-top-branding {
    margin-top: 20px
}

.event-landing-page-header h1,
.section-top-branding__countdown .countdown-timer__daytime_value {
    font-weight: 700
}

html[dir=rtl] .section-top-branding__container {
    padding: 18px 0
}

@media(min-width:769px) {
    html[dir=rtl] .section-top-branding__container {
        padding: 20px 0
    }
}

html[dir=rtl] .section-top-branding__heading {
    font-size: 34px;
    font-size: 2.125rem
}

@media(min-width:769px) {
    html[dir=rtl] .section-top-branding__heading {
        font-size: 50px;
        font-size: 3.125rem
    }
}

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

@media(max-width:768.98px) {
    .heading--section a {
        font-size: 34px;
        font-size: 2.125rem
    }
    html.theme-aje .heading--section a {
        font-size: 32px;
        font-size: 2rem
    }
}

.branding-blogs {
    background-color: #fff;
    color: #000
}

.branding-blogs--aja {
    background-color: #2d55ad;
    color: #fff;
    height: 92px;
    margin-bottom: 30px
}

@media(min-width:769px) {
    .branding-blogs--aja {
        height: 124px
    }
}

.branding-blogs__image {
    width: 142px
}

@media(min-width:769px) {
    .branding-blogs__image {
        width: 236px
    }
}

.branding-blogs .section-top-branding__container {
    min-height: 92px
}

@media(min-width:769px) {
    .branding-blogs .section-top-branding__container {
        min-height: 124px;
        padding: 40px 0
    }
}

.branding-blogs .blog-write-button-container {
    display: flex;
    margin: 20px 0 0
}

.branding-blogs .blog-write-button-container .blog-write-button-title {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 400;
    margin: 0;
    color: #fff;
    text-align: center
}

.branding-blogs .blog-write-button-container a {
    background-color: #000;
    display: inline-flex;
    text-decoration: none;
    margin: auto;
    justify-content: center;
    align-items: center;
    padding: 8px 20px
}

html[dir=rtl] .branding-blogs .blog-write-button-container .blog-write-button-title {
    margin-right: 10px
}

html[dir=rtl] .branding-blogs .blog-write-button-container a {
    padding: 8px 15px 8px 20px
}

.branding-midan {
    background-color: #2d3d6d
}

.branding-midan .section-top-branding__container {
    min-height: 92px
}

@media(min-width:769px) {
    .branding-midan .section-top-branding__container {
        min-height: 124px
    }
}

.branding-midan__image {
    width: 90px
}

@media(min-width:769px) {
    .branding-midan__image {
        width: 165px
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .container--video-page {
        margin-top: 150px
    }
}

@supports(-ms-ime-align:auto) and (not (position:sticky)) {
    .container--video-page {
        margin-top: 150px
    }
}

.container--video-page .article-header {
    margin-top: 0;
    margin-bottom: 10px
}

.container--video-page .article-header h1 {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 400
}

@media(min-width:769px) {
    .container--video-page .article-header h1 {
        font-size: 28px;
        font-size: 1.75rem
    }
}

[dir=ltr] .container--video-page .article-excerpt,
[dir=ltr] .container--video-page .article__subhead {
    padding-right: 10px
}

[dir=rtl] .container--video-page .article-excerpt,
[dir=rtl] .container--video-page .article__subhead {
    padding-left: 10px
}

.container--video-page .article-excerpt,
.container--video-page .article__subhead {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: var(--font-family-article-body);
    line-height: var(--leading-headline);
    color: #bebebe
}

@media(min-width:769px) {
    .container--video-page .article-excerpt,
    .container--video-page .article__subhead {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.container--video-page .article-excerpt {
    display: inline
}

.container--playlist-page .container__inner {
    padding-top: 0;
    padding-bottom: 0
}

.container--video-page .container__inner {
    display: block
}

@media(min-width:769px) {
    .container--video-page .container__inner {
        display: flex;
        flex-direction: column;
        grid-gap: 0
    }
}

@media(min-width:992px) {
    .container--video-page .container__inner {
        display: grid;
        grid-gap: 0 30px;
        gap: 0 30px
    }
}

.container__inner.playlist-page {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 60px
}

@media(min-width:769px) {
    .container__inner.playlist-page {
        padding-top: 30px
    }
}

@media(max-width:768.98px) {
    .container__inner.playlist-page {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #333
    }
    .container__inner.playlist-page .container--playlist-page {
        background-color: #333
    }
}

@media(min-width:769px) {
    [dir=ltr] .dark-mode .container--video-page .article-b-l {
        padding-right: 60px
    }
    [dir=rtl] .dark-mode .container--video-page .article-b-l {
        padding-left: 60px
    }
}

.dark-mode .container--video-page .article-b-l .article-author-name-item,
.dark-mode .container--video-page .article-b-l .article-author-name .article-by,
.dark-mode .container--video-page .article-b-l .article-dates .date-updated {
    color: #979797
}

.dark-mode .container--video-page .article-content {
    margin-bottom: 15px
}

.dark-mode .container--video-page .article-content-read-more {
    display: inline;
    margin: 0
}

.dark-mode .container--video-page .playlist-header {
    margin-top: 15px;
    margin-bottom: 15px
}

.dark-mode .container--video-page .playlist-header .playlist-header-section__playlist-label {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #bebebe
}

.dark-mode .container--video-page .playlist-header h2 {
    font-size: 16px;
    font-size: 1rem;
    margin: 5px 0;
    line-height: var(--leading-headline)
}

.amp .container--video-page .combined-share__wrapper {
    z-index: 2
}

@media(max-width:768.98px) {
    .amp .more-video-section__playlist-label,
    .amp .more-video-section__playlist-title {
        display: none
    }
}

.container--video-page .article-info-block {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    grid-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

@media(min-width:769px) {
    .container--video-page .article-info-block {
        margin-top: 30px;
        margin-bottom: 0
    }
}

.container--video-page .article-info-block .article-b-l,
.container--video-page .article-info-block div.social-share-buttons {
    margin: 0
}

.container--video-page .article-info-block .combined-share,
.container--video-page .article-info-block .social-share-buttons {
    align-items: center
}

.container--video-page .article-info-block .combined-share .icon--saveInCircle path,
.container--video-page .article-info-block .social-share-buttons .icon--saveInCircle path {
    fill: #bebebe
}

.container--video-page .article-info-block .combined-share .icon--saveInCircle path.icon-fill-bg-white-black,
.container--video-page .article-info-block .social-share-buttons .icon--saveInCircle path.icon-fill-bg-white-black {
    stroke: #bebebe;
    fill: transparent
}

.container--video-page .article-info-block .combined-share .icon--share-grey path,
.container--video-page .article-info-block .social-share-buttons .icon--share-grey path {
    fill: #bebebe
}

.more-video-section:not(.more-video-section__playlist) {
    margin-top: 30px;
    margin-bottom: 30px
}

@media(min-width:769px) {
    .more-video-section:not(.more-video-section__playlist) {
        margin-top: 0;
        margin-bottom: 30px
    }
}

.more-video-section__title {
    font-size: 14px;
    font-size: .875rem;
    line-height: var(--leading-base);
    font-weight: 300;
    color: #bebebe;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px
}

.more-video-section__list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.more-video-section__item {
    display: flex;
    width: 100%;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px
}

@media(min-width:769px) {
    .more-video-section__item {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.more-video-section__item-content {
    flex: 1 1
}

.more-video-section__item:last-child {
    margin-bottom: 0
}

[dir=ltr] .more-video-section__item-image {
    margin-left: 10px
}

[dir=rtl] .more-video-section__item-image {
    margin-right: 10px
}

.more-video-section__item-image {
    width: 140px;
    height: 100%;
    position: relative
}

.more-video-section__item-image .currently-playing-label {
    position: absolute;
    top: 0;
    padding: 4px 6px;
    border-radius: 10px;
    font-size: 12px;
    font-size: .75rem;
    line-height: var(--leading-base);
    color: #fff;
    background-color: #000
}

.more-video-section__item-image .responsive-image {
    width: 100%;
    aspect-ratio: 16/9
}

.more-video-section__item-image .video-item-duration-container {
    z-index: 0
}

.more-video-section__item-title {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 500;
    line-height: var(--leading-headline);
    color: #212121;
    margin: 0;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto
}

.more-video-section__item-title a {
    color: #fff;
    text-decoration: none
}

.more-video-section__item-title a:active,
.more-video-section__item-title a:hover {
    text-decoration: underline
}

.container__inner .l-col .more-video-section hr {
    background-color: #bebebe;
    height: 1px;
    margin: 0
}

.more-video-section__playlist {
    padding-top: 0;
    margin: 0 -15px;
    background-color: #333
}

@media(min-width:769px) {
    .more-video-section__playlist {
        padding-top: 15px;
        margin: 0
    }
}

.more-video-section__playlist .more-video-section__list {
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #fff #0f1114;
    max-height: 400px
}

.more-video-section__playlist .more-video-section__list::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #fff;
    border-top: 4px solid #0f1114;
    border-bottom: 4px solid #0f1114
}

.more-video-section__playlist .more-video-section__list::-webkit-scrollbar {
    margin-top: 10px;
    width: 3px;
    background-color: #0f1114
}

@media(min-width:769px) {
    .more-video-section__playlist .more-video-section__list {
        max-height: 630px
    }
}

.more-video-section__playlist-item {
    padding: 15px
}

@media(min-width:769px) {
    .more-video-section__playlist-item {
        padding: 10px
    }
}

[dir=ltr] .more-video-section__playlist-label {
    padding-left: 18px
}

[dir=rtl] .more-video-section__playlist-label {
    padding-right: 18px
}

.more-video-section__playlist-label {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #bebebe
}

[dir=ltr] .more-video-section__playlist-title {
    padding-left: 18px
}

[dir=rtl] .more-video-section__playlist-title {
    padding-right: 18px
}

.more-video-section__playlist-title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 10px
}

.more-video-section__playlist-current {
    background: #595959
}

.more-video-section__playlist-current .more-video-section__playlist-current-icon {
    display: block
}

.more-video-section__playlist-current-icon {
    display: none;
    position: absolute;
    left: 0;
    font-size: 15px;
    font-size: .9375rem;
    line-height: var(--leading-base)
}

html[dir=rtl] .more-video-section__playlist-current-icon {
    rotate: 180deg;
    right: 0;
    left: unset
}