/* CSS INTERNAS NOTÍCIAS CSS NOTÍCIAS*/

/**************************** CSS DESKTOP ***************************/
@media ( min-width: 701px) {

    .text-box h2 {
        font-size: 30px;
    }

    .read-more article figure img {
        width: 220px;
        height: 140px;
        object-fit: cover
    }

    .author-share{
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .pull-left,
    .pull-right {
        margin: 10px 0 !important;
        display: table;
        position: relative;
        width: 50% !important
    }

    .header-border-underline {
        border-color: black;
    }

    #insert-rasgado_xs {
        display: none
    }

    #insert-rasgado_lg,
    .read-more ul {
        display: flex
    }

    .read-more {
        border: none
    }

    .read-more::after,
    .read-more::before {
        /*content: '';*/
        max-width: 235px;
        width: 100%;
        height: 2px;
        background-color: #d1d1d1;
        margin-bottom: 13px
    }

    .read-more::after {
        margin: 0
    }

    .read-more li+li {
        margin-top: 0;
        margin-left: 30px
    }

    .read-more article figure {
        max-width: 235px;
        display: flex;
        flex-direction: column
    }

    .read-more article figure figcaption {
        margin-left: 0
    }

    .read-more article figure figcaption p {
        line-height: 1.57
    }

    .read-more article figure img {
        width: 100%;
        height: 132px
    }

    .pull-right {
        float: right !important
    }

    .pull-left {
        float: left !important
    } 

}
  
/**************************** CSS MOBILE ***************************/
@media ( max-width: 700px) {

    .text-box h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    figure footer{
        background: #f5f5f5;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .taboola-right-rail-homepage-article-thumbnails2{
        padding-left: 10px;
        padding-right: 10px;
    }

    .author-share .f-roboto{
        margin-right: 10px;
    }

    .read-more article figure img {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    /*.newsletters-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }*/

    .newsletters-form__input {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px
    }

    body {
        overflow-x: hidden
    }
    .logo-em img {
        max-width: 200px
    }

    .order-header-news>.breadcrumbs {
        display: none;
        order: 0
    }

    .header-text.container {
        margin-top: 1rem;
        padding: 0 10px
    }

    .hidden-print.header-fixed.js-header-fix {
        border: 0;
        padding: 0
    }

    .hidden-print.header-fixed.js-header-fix .nav-main {
        border-top: 0;
        padding: 0
    }

    .header.container {
        padding: 0 6px !important;
        align-items: center;
        max-height: 50px
    }

    .article-text .img-full-mobile,
    .container.container-full-width>.row,
    .hidden-print.comment-header.text-xs-center {
        margin: 0
    }

    #esquerda_8_12_1 {
        padding: 0
    }

    #direita_4_12_1 {
        width: 100%;
        box-sizing: content-box
    }

    .pull-left,
    .pull-right {
        float: none !important
    }

    .article-text .img-full-mobile figure figcaption span {
        font-size: 14px
    }

    .article-text .img-full-mobile figure figcaption small {
        color: #595959
    }

    .author-share ul.share-container {
        padding-left: 0;
        padding-right: 0
    }

    .author-share ul.share-container li:nth-child(2) {
        margin-left: 0
    }

    aside .most-viewed {
        display: none
    }
  
}

/**************************** CSS ALL ***************************/

#tags-list{
    display: flex;
    margin-top: 20px;
}

#tags-list li{
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aside__newsletter-box{
    display: none !important;
}

.aside__newsletter-box{
    background-color: #4c759c !important;
    max-width: 294px !important;
    margin-left: 8px !important;
}

.aside__newsletter-box button{
    background: #F7941D !important;
}

.aside__newsletter-box h6{
    font-size: 14px !important;
}

.aside__newsletter-box .form-control{
    margin-bottom: 10px !important;
    width: 255px !important;
    margin-left: -8px !important;
}

.between,
.nav-link {
    justify-content: space-between
}

.container,
.header .logo-em {
    margin: 0 auto
}

#google-news,
#google-news span,
a {
    text-decoration: none
}

.header__assine,
.loged.header__assine a {
    color: var(--white)
}

.nav-login .login__btn,
header {
    background-color: var(--white)
}

.f-roboto,
.nav-item a {
    font-family: Roboto, sans-serif
}

.modal,
.nav-sidebar {
    z-index: 10000
}

:root {
    --blue-em: #002559;
    --gray-33: #333333;
    --gray-50: #505d68;
    --gray-83: #838f98;
    --gray-a1: #a1aeb7;
    --gray-d0: #d0d0d0;
    --gray-ed: #ededed;
    --white: #ffffff
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.article-text ul {
    list-style: disc;
    padding-left: 20px;
}

.most-viewed ul,
.read-more ul,
ul {
    list-style: none
}

button {
    cursor: pointer
}

body {
    font-size: 16px;
    background: var(--white);
    width: 100%
}

a,
body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
label,
p,
span,
strong {
    font-family: Merriweather, serif
}

header {
    position: sticky;
    top: 0;
    z-index: 1030;
    border-bottom: 1px solid #c2d1d9
}

img {
    max-width: 100%;
    height: auto
}

.header {
    width: 100%;
    height: 58px;
    display: flex;
    align-items: center;
    padding: 0 10px !important
}

#insert-rasgado_lg,
.breadcrumbs,
.header .logo-em a:nth-child(2),
.header__menu__btn span,
.header__menu__btn strong,
.most-viewed article a svg,
.newsletters #sucess.unactive,
aside.right {
    display: none
}

.header a svg {
    max-width: 200px
}

.header__menu__btn {
    cursor: pointer;
    border-radius: 4px;
    padding: 2px 2px 0;
    border: 1px solid #ececec;
    background-color: #fafafa;
    width: 34px;
    height: 34px
}

.header__menu__btn svg {
    fill: #000
}

.search-profile .profile .resources__user#resources__user {
    margin-left: 5px;
    padding-left: 14px
}

.header__assine {
    font-size: 14px;
    font-weight: 700;
    background-color: #f7941d;
    border: 0;
    border-radius: 4px;
    padding: 7px 6px;
    color: black;
}

#google-news span,
.nav-link {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.header__assine:hover {
    color: var(--white);
    text-decoration: none
}

.container {
    width: 100%;
    max-width: 767px;
    position: relative;
    padding: 0
}

#google-news {
    background-color: #ededed;
    border-radius: 4px;
    vertical-align: middle;
    max-height: 33.3px;
    display: flex;
    align-items: center;
    height: 100%;
    color: #333;
    padding: 7.5px 10px
}

#google-news span {
    line-height: normal;
    text-align: center
}

#google-news img {
    margin-left: 5px
}

.nav-sidebar .share-container {
    padding: 0 20px;
    width: 100%;
    justify-content: center
}

.nav-sidebar {
    background-color: #f7f7f7;
    width: 100%;
    max-width: 260px;
    position: fixed;
    top: 0;
    overflow-y: scroll;
    height: 100%
}

.nav-sidebar>.nav-list {
    padding: 5px 20px 0;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column
}

.branding,
.organic-thumbs-feed-01-e-loyal .video-label-box .branding,
.videoCube .video-label-box .branding.composite-branding{
    font-size: 13px !important;
    color: black !important;
}

.nav-login {
    padding: 5px 20px 0;
    margin-bottom: 10px
}

.nav-login .loged a {
    display: flex;
    justify-content: center;
    border-radius: 4px;
    font-size: 14px;
    color: black;
}

.loged+.loged,
.mt-10,
.read-more li+li {
    margin-top: 10px
}

.nav-login .login__btn {
    padding: 7px 6px;
    width: 100%;
    border: 1px solid rgba(217, 217, 217, .5);
    color: var(--blue-em)
}

.blockquote::after,
.blockquote::before {
    content: '';
    width: 250px;
    position: absolute;
    left: 10%
}

.nav-sidebar>.nav-list+.nav-list {
    border-top: 2px solid #d8d8d8;
    margin-top: 10px
}

.nav-list button {
    border: 0;
    background-color: transparent;
    font-size: 0
}

.nav-item {
    padding: 8px 0
}

.nav-item a {
    font-weight: 700;
    font-size: 16px;
    color: #666
}

.nav-link {
    display: flex;
    align-items: center;
    padding: 0 15px;
    line-height: 3.33;
    color: var(--blue-em)
}

.nav-link svg {
    fill: var(--blue-em);
    padding: 4px 6px
}

.nav-item .nav-link-gray,
.nav-item h4.back {
    color: var(--gray-33)
}

.nav-item.has-submenu .submenu {
    background-color: #f6f6f6
}

.nav-item.has-submenu .submenu .sublist {
    background-color: var(--gray-ed)
}

a.comments__btn.f-roboto,
footer {
    background-color: var(--blue-em)
}

.nav-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.author,
.order-header-news {
    flex-direction: column;
    display: flex
}

.nav-item details[open] svg {
    transform: rotate(90deg)
}

details .nav-list {
    padding-left: 10px
}

ul li.nav-item.has-submenu::marker,
ul li.nav-item::marker {
    font-size: 0
}

header.nav-link-header {
    width: 100%;
    border: 0;
    padding-right: 0;
    background-color: unset
}

.social-list {
    margin-top: auto;
    padding: 10px 0 10px 15px;
    display: flex;
    align-self: flex-end
}

#insert-rasgado_xs,
.author .author-columnist,
.read-more article figure,
.social-list ul {
    display: flex
}

.social-list ul li {
    margin-right: 6px
}

.news-photo figcaption,
.photo figcaption {
    display: flex;
    margin-top: 12px
}

.news-photo figcaption>svg,
.photo figcaption>svg {
    width: 51.25px;
    height: 18px;
    opacity: .7;
    margin-right: 10px
}

.news-photo figcaption p,
.photo figcaption p {
    font-size: 14px;
    color: #191919;
    font-weight: 400;
    margin-bottom: 5px
}

.news-photo figcaption small,
.photo figcaption small {
    font-size: 12px;
    color: #595959;
    font-weight: 400
}

.order-header-news>.breadcrumbs {
    margin: 15px 0 20px;
    order: 0;
    padding-left: 0
}

.order-header-news>.header-text.container {
    order: 1
}

.order-header-news>small.hidden-print.txt-no-serif {
    order: 2
}

.order-header-news>.ads.lg-ads-250.md-ads-250.xs-ads-100.hidden-print.ads__with-bg {
    order: 3;
    margin-bottom: 0
}

.header-text .hat {
    font-size: 12px;
    color: var(--blue-em);
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal
}

.header-text h1 {
    margin-top: 0;
    padding-top: 5px;
    font-size: 21px;
    color: var(--gray-33);
    font-weight: 700;
    line-height: 1.43
}

.header-text h2,
.header-text>p {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    color: var(--gray-33);
    line-height: normal
}

.text-box,
.text-box>blockquote,
.text-box>div,
.text-box>p {
    font-size: 16px;
    line-height: 2.13;
    font-family: Merriweather, serif
}

.author {
    width: fit-content
}

.author-columnist .author-name {
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    color: var(--gray-33);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}

.columnist-img .author-columnist .author-name {
    font-size: 18px
}

.columnist-img .author-columnist .author-name::before {
    content: "Colunista";
    padding: 4px 18px;
    background-color: var(--blue-em);
    margin-bottom: 9px;
    border-radius: 4px;
    color: #fff;
    width: fit-content;
    font-family: Roboto;
    text-transform: uppercase;
    font-size: 12px
}

.author .author-columnist>img {
    display: none;
    width: 80px;
    height: 80px;
    margin-right: 15px
}

.author.columnist-img .author-columnist img {
    display: block
}

.author span.publication {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.8;
    color: #363636
}

.author.columnist-img>span {
    margin: -25px 0 20px
}

.author>span>img {
    margin-right: 5px
}

.outer-txt__box {
    padding: 0 15px
}

.text-box {
    padding: 0 10px;
    color: var(--gray-33)
}

.text-box a,
a:active {
    color: var(--blue-em)
}

.text-box>blockquote,
.text-box>div,
.text-box>p {
    color: var(--gray-33)
}

.tags p,
.text-box>strong {
    line-height: 1.78
}

.text-box>strong {
    padding: 20px 0;
    font-size: 18px;
    color: var(--gray-33)
}

.text-box h3 {
    font-size: 22px
}

.text-box h4 {
    font-size: 17px
}

.text-box h5 {
    font-size: 16px
}

.text-box h6 {
    font-size: 12px
}

.most-viewed strong,
.read-more span {
    font-size: 20px;
    margin-bottom: 12px;
    color: #191919;
    text-transform: uppercase
}

.tags {
    margin: 20px 0
}

.tags p span {
    font-weight: 400;
    color: var(--gray-33)
}

.tags p a {
    font-size: 18px;
    font-weight: 700;
    color: var(--blue-em)
}

.most-viewed,
.read-more {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 12px 0;
    border-top: 2px solid #d1d1d1;
    border-bottom: 2px solid #d1d1d1
}

.read-more span {
    font-weight: 400;
    line-height: normal
}

.most-viewed strong {
    font-weight: 700;
    line-height: normal
}

.read-more article a {
    display: contents
}

.read-more article figure figcaption {
    margin-left: 10px;
    display: flex;
    flex-direction: column
}

.read-more article figure figcaption span {
    font-size: 14px;
    color: #666;
    font-weight: 400
}

.read-more article figure figcaption p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    color: var(--blue-em)
}

.share-container,
.share-container li,
.share-container li a {
    display: flex;
    align-items: center
}

.share-container li+li {
    margin-left: 10px
}

.share-container:not(.with-small) li:last-of-type {
    margin-left: auto
}

.with-small {
    width: fit-content;
    margin: 0 auto
}

.with-small li small {
    color: #363636;
    font-size: 12px
}

.share-container svg {
    width: 30px;
    height: 30px
}

.ads-em {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    min-height: 71px
}

.share-container li button {
    border: 0;
    background: 0 0;
    font-size: 0;
    margin-right: 10px
}

.dazn iframe div.video-controls button.button--video-controls {
    cursor: pointer;
    width: 14%;
    padding: .8em
}

.dazn iframe div.video-controls button.button--video-controls svg {
    height: 80%
}

.embeds {
    padding: 20px 0 10px
}

.embeds-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.youtube {
    margin-bottom: 20px
}

.blockquote {
    display: flex;
    justify-content: center;
    align-self: center;
    position: relative;
    padding: 10px;
    margin: 20px auto;
    font-weight: 700;
    width: 100%;
    max-width: 300px
}

.blockquote p {
    text-align: right
}

.blockquote::before {
    border-top: 3px solid var(--gray-d0);
    top: 0
}

.blockquote::after {
    border-bottom: 3px solid var(--gray-d0);
    bottom: 0
}

footer {
    margin-top: 30px
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0
}

.footer span,
.pt-10,
.pv-10 {
    padding-top: 10px
}

.pb-10,
.pv-10 {
    padding-bottom: 10px
}

.footer span {
    font-size: 12px;
    color: var(--white)
}

a:hover {
    text-decoration: none !important;
    color: #185a9d
}

.article-text a:link {
    color: var(--blue-em);
    text-decoration: underline;
    font-weight: 700
}

.article-text a:hover {
    color: #185a9d;
    text-decoration: none
}

.article-box-capitalize p:first-of-type:first-letter {
    color: #191919;
    font-size: 100px;
    float: left;
    font-weight: 500;
    line-height: 80px;
    margin-right: 10px
}

.article-text.article-box-capitalize .news-photo p:first-of-type:first-letter {
    color: #191919;
    font-size: initial;
    float: none;
    font-weight: 400;
    line-height: normal;
    margin-right: 0
}

.mr-10 {
    margin-right: 10px
}

.bt-grey {
    border-top: 1px solid var(--gray-d0)
}

.ph-10 {
    padding-left: 10px;
    padding-right: 10px
}

.mt-20 {
    margin-top: 20px
}

.newsletters {
    padding: 10px 30px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    background-color: #f7f7f7;
    margin-bottom: 10px
}

.newsletters-form {
    margin-top: 6px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.newsletters-form__input {
    width: calc(100% - 135px);
    height: 40px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-stretch: condensed;
    color: #888;
    padding: 0 10px;
    margin-right: 15px
}

.newsletters-desc {
    font-size: 12px;
    font-weight: 700;
    color: #9b9b9b
}

.newsletters-form__btn {
    width: 120px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ed7d00;
    border: none;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    font-stretch: condensed;
    text-transform: uppercase;
    color: #fff
}

.comments {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center
}

a.comments__btn.f-roboto {
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding: 8px 26px;
    text-decoration: none
}

.comments p {
    margin: 8px 0 0
}

.comments p strong {
    font-size: 12px;
    font-weight: 700;
    color: #4a4a4a;
    text-transform: uppercase
}

.comments p strong a {
    font-weight: 700;
    color: var(--blue-em)
}

.comments__register {
    padding: 10px 0 0
}

.comments__register span {
    line-height: 1.5
}

.comments__register header {
    padding: 10px 0
}

.header__menu__btn {
    display: flex;
    justify-content: center;
    align-items: center
}

.header__menu__btn div {
    width: 20px;
    height: 20px
}

.header__menu__btn div span {
    display: block;
    width: 20px;
    height: 4px;
    background: #000
}

.header__menu__btn div span+span {
    margin-top: 4px
}

@media (max-width:992px) {
    #direita_4_12_1 {
        width: 83.33333%;
        max-width: 100%;
        padding: 0 10px;
        float: none;
        box-sizing: border-box;
        border-left: none;
        display: block
    }

    #direita_4_12_1>.row {
        position: static;
        bottom: unset;
        height: fit-content;
        max-width: 100%
    }
}

@media(min-width:990px) and (max-width:1120px) {

    .container.container-full-width>.row::after,
    .container.container-full-width>.row::before {
        display: none
    }

    .container {
        max-width: 970px
    }

    .header__menu__btn {
        width: 100%;
        max-width: 107px;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 10px 13px
    }

    .header__menu__btn div {
        width: 20px;
        height: 20px
    }

    .header__menu__btn div span {
        display: block;
        width: 20px;
        height: 4px;
        background: #000
    }

    .header__menu__btn div span+span {
        margin-top: 4px
    }

    .header__menu__btn strong {
        display: inline-block;
        font-size: 14px;
        margin-left: 14px
    }

    .header a.naveg-secao {
        display: inline-block;
        color: #666;
        font-size: 24px;
        margin-left: 20px;
        line-height: 1
    }

    #direita_4_12_1 {
        box-sizing: border-box;
        justify-content: center;
        flex-wrap: wrap-reverse;
        width: 83.33333%;
        max-width: 100%;
        padding: 0 10px;
        float: none;
        box-sizing: border-box;
        border-left: none;
        display: block
    }

    #direita_4_12_1>.row {
        position: static;
        bottom: unset;
        height: fit-content;
        max-width: 100%
    }

    .header .logo-em {
        margin: 0 0 0 20px;
        display: flex;
        align-items: center
    }

    .news-photo {
        width: fit-content;
        margin: 0 auto
    }

    .author-share {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .most-viewed.uai-indica article figure,
    .search-profile,
    aside.right {
        display: flex
    }

    .most-viewed {
        border-top: 5px solid #d1d1d1;
        border-bottom: none
    }

    .most-viewed strong {
        font-size: 26px;
        font-weight: 400;
        color: #191919
    }

    .most-viewed ul li+li {
        border-top: 1px solid #d8d8d8;
        margin-top: 10px;
        padding-top: 9px;
        border: none
    }

    .most-viewed article {
        display: flex;
        flex-direction: column
    }

    .most-viewed article a {
        color: var(--blue-em);
        font-size: 14px
    }

    .most-viewed article a.pay svg {
        display: inline;
        margin-right: 5px
    }

    .most-viewed article span {
        font-size: 12px;
        color: #666;
        margin-bottom: 6px
    }

    .most-viewed.uai-indica article figure img {
        width: 100px;
        height: 100px;
        object-fit: cover
    }

    .most-viewed.uai-indica article figure figcaption {
        margin-left: 10px;
        display: flex;
        flex-direction: column
    }

    .most-viewed.uai-indica article figure figcaption span {
        font-size: 14px;
        color: #666;
        font-weight: 400
    }

    .most-viewed.uai-indica article figure figcaption p {
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: normal;
        color: var(--blue-em)
    }
}

@media (min-width:1025px) {
    .container.container-full-width>.row {
        display: flex;
        column-gap: 24px
    }
}

@media(min-width:1121px) {

    #direita_4_12_1>.row,
    .aside {
        position: sticky;
        bottom: 124px
    }

    .container.container-full-width>.row {
        display: flex;
        column-gap: 36px
    }

    .container.container-full-width>.row::after,
    .container.container-full-width>.row::before {
        display: none
    }

    .header.container {
        max-width: 1366px;
        padding: 0 16px;
        align-items: center
    }

    #esquerda_8_12_1 {
        width: 100%;
        max-width: 765px;
        padding-right: 0;
        margin-left: 0;
        float: none
    }

    #esquerda_8_12_1 .news-photo,
    #esquerda_8_12_1 .news-photo img {
        width: 100%
    }

    #direita_4_12_1 {
        width: 100%;
        max-width: 310px;
        padding: 0 8px;
        float: none;
        box-sizing: border-box;
        border-left: none;
        display: flex;
        justify-content: center;
        flex-wrap: wrap-reverse
    }

    #direita_4_12_1>.row {
        height: fit-content;
        max-width: 310px
    }

    .header .logo-em {
        margin: 0 0 0 20px;
        display: flex;
        align-items: center
    }

    .header a.naveg-secao {
        display: inline-block;
        color: #666;
        font-size: 26px;
        margin: 0 auto 0 20px;
        line-height: 0
    }

    .container {
        max-width: 1107px
    }

    .header-text h1 {
        font-size: 32px
    }

    .header__menu__btn {
        width: 100%;
        max-width: 107px;
        height: 40px;
        display: flex;
        align-items: center;
        padding: 10px 13px
    }

    .header__menu__btn div {
        width: 20px;
        height: 20px
    }

    .header__menu__btn div span {
        display: block;
        width: 20px;
        height: 4px;
        background: #000
    }

    .header__menu__btn div span+span {
        margin-top: 4px
    }

    .header__menu__btn strong {
        display: inline-block;
        font-size: 14px;
        margin-left: 14px
    }

    .news-photo {
        width: fit-content;
        margin: 30px auto 0
    }

    .author-share {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .text-box>blockquote,
    .text-box>div,
    .text-box>p {
        font-size: 18px;
        line-height: 2
    }

    .grid {
        margin: 20px auto 0;
        display: grid;
        grid-template-columns: 1fr 310px;
        gap: 2rem;
        max-width: 1107px
    }

    .most-viewed {
        border-top: 5px solid #d1d1d1;
        border-bottom: none
    }

    .most-viewed strong {
        font-size: 26px;
        font-weight: 400;
        color: #191919
    }

    .most-viewed ul li+li {
        border-top: 1px solid #d8d8d8;
        margin-top: 10px;
        padding-top: 9px;
        border: none
    }

    .most-viewed article {
        display: flex;
        flex-direction: column
    }

    .most-viewed article a {
        color: var(--blue-em);
        font-size: 14px
    }

    .most-viewed article a.pay svg {
        display: inline;
        margin-right: 5px
    }

    .most-viewed.uai-indica article figure,
    .search-profile,
    aside.right {
        display: flex
    }

    .most-viewed article span {
        font-size: 12px;
        color: #666;
        margin-bottom: 6px
    }

    .most-viewed.uai-indica article figure img {
        width: 100px;
        height: 100px;
        object-fit: cover
    }

    .most-viewed.uai-indica article figure figcaption {
        margin-left: 10px;
        display: flex;
        flex-direction: column
    }

    .most-viewed.uai-indica article figure figcaption span {
        font-size: 14px;
        color: #666;
        font-weight: 400
    }

    .most-viewed.uai-indica article figure figcaption p {
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: normal;
        color: var(--blue-em)
    }

    aside.right {
        justify-content: center;
        flex-wrap: wrap-reverse
    }

    .aside {
        height: fit-content
    }
}

#tns1>div:nth-child(n)>div>img {
    max-width: 100%;
    max-height: 479px;
    object-fit: contain;
}

@media only screen and (max-width: 767px) {
    #tns1>div:nth-child(n)>div>img {
        max-height: 479px;
        object-fit: cover;
        height: 479px;
    }

    #tns1-mw {
        height: 665px;
        max-height: 665px;
    }
}