html{
    overflow-x: hidden;
}
body{
   background-color: #f5f5f5;
   font-family: "GuardianSans-Regular";
}
.mw-article-dateinfo {
	display: flex;
	flex-direction: row;
    align-items: center;
	gap: 5px;
    margin: 20px 0;
    color: #989898;
    font-size: 15px;
}
#google-news-btn {
    padding: 10px 16px;
    border: 1px solid #C7C7C7;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
    background-color: #ffffff;
}
#google-news-btn > p {
    font-family: 'GuardianTextEgypt-Light', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #434242;
}
#google-news-btn > p > strong {
    font-family: 'GuardianTextEgypt-Bold', sans-serif;
}
#google-news-btn > img {
    width: 22px;
    height: 22px;
    min-width: unset;
    border: unset;
    border-radius: unset;
    overflow: unset;
}
.blacksquare{
    height: 20px;
    width: 20px;
    background-color: black;
}
.mw-article-container{
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 20px;
}
.mw-page-article{
    min-width: 1000px;
    max-width: 1200px;
    margin: 20px auto;
}
.mw-article-body{
    grid-column: span 6;
}
.mw-article-data{
    background-color: white;
    padding: 20px;
}

.mw-aside-article{
    grid-column: span 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 150px;
    gap: 20px;
}
/* css article */
.mw-article-header > h1 {
    font-family: "GuardianSans-Bold";
    font-size: 53px;
    line-height: 57px;
    color: #2F3033;
    margin-bottom: 40px;
}
.mw-article-header > h2{
    font-family: "GuardianTextEgypt-Regular";
    font-size: 23px;
    line-height: 26px;
    color: #2F3033;
}
#mw-article-content{
    font-family: "GuardianTextEgypt-Regular";
}
#mw-article-content{
    margin:40px 0;
}
#mw-article-content h1{
    font-size: 23px;
    line-height: 33px;
    margin: 20px 0;
}
#mw-article-content h2{
    font-size: 24px;
    line-height: 34px;
    margin: 20px 0;
}
#mw-article-content h3{
    font-size: 25px;
    line-height: 26px;
    margin: 20px 0;
}
#mw-article-content h4{
    font-size: 26px;
    line-height: 26px;
    margin: 20px 0;
}
#mw-article-content h5{
    font-size: 22px;
    line-height: 26px;
    margin: 20px 0;
}
#mw-article-content h6{
    font-size: 16px;
    line-height: 16px;
    margin: 20px 0;
}
#mw-article-content p{
    font-family: "GuardianTextEgypt-Regular";
    font-size: 20px;
    line-height: 1.5em;
    margin: 20px 0;
    word-break: break-word;
}
#mw-article-content b{
    font-weight: bold;
}
#mw-article-content a{
    background-color: #f1e72662;
    text-decoration: none;
    color: #4c4cb8;
}
.mw-text-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

.google-news-button {
    min-width: 175px;
    margin-right: 10px;
}

.google-news-link {
    text-decoration: none;
    cursor: pointer;
}
.google-news {
    display: flex;
    flex-direction: row;
    font-family: 'VelinoSans-Book';
    font-size: 16px;
    padding: 10px;
    gap: 10px;
    border-radius: 10px;
    line-height: 22px;
    color: #fff;
    background-color: #181717;
    font-style: normal;

}

#taboola-container-alright {
    max-width: 1000px;
    margin: 20px auto;
}

.google-news h2 {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    font-style: normal;
}
.google-news h2 > span {
    text-transform: uppercase;
    color: #f1e740;
    /* font-weight: 900; */
}

.google-news img {
    width: 33px;
    height: 27px;
}

@media (max-width:1024px){
    .mw-text-wrapper {
        gap: 20px;
    }
}
/* MW-ARTICLE-AREA */

.mw-article-area{
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 20px;
    grid-auto-rows: 150px;
    margin-top:20px;
    margin-bottom: 20px;
}
.mw-article-area *{
    box-sizing: border-box;
}

.img-article-ads-div{
    grid-column: 1/-1;
}
.mw-section-column-2 {
    grid-column: span 3;
    grid-row: span 5;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    display: grid;
    gap: 30px;
    grid-auto-rows: 180px;
}

.mw-article-head-image img { 
    object-fit: contain!important;
    border-radius: 5px;
} 

@media (max-width:1024px){
    .mw-page-article {
        min-width: unset;
        max-width: unset;
        width: 100%;
        padding: 20px;
    }
    
    .mw-page-article {
      margin: 0 auto;
    }
    .mw-article-area{
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: minmax(100px, auto);
    }
    .mw-article-header > h1{
        font-family: "GuardianSans-Bold";
        font-size: 36px;
        line-height: 42px;
        color: #2F3033;
        margin-bottom: 20px;
    }
    .mw-article-header > h2 {
        font-family: "GuardianTextEgypt-Regular";
        font-size: 22px;
        line-height: 26px;
        color: #2F3033;
    }
}
@media (max-width: 1024px){
    .anuncioresponsivo{
        display: block;
        height: 180px;
        margin: 0 auto;
        grid-column: span 2;
    }
    .mw-article-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .mw-aside-article {
        grid-column: span 6;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: minmax(100px, auto);
        gap: 30px;
    }
    .mw-image-description {
        line-height: 20px !important;
        font-size: 14px !important;
    }
}
@media (max-width: 700px){
    .mw-article-area{
        grid-template-columns: 1fr 1fr;
    }
    .manchetemedia .mw-text-wrapper{
        height: 48%;
    }
    .manchetemedia .spancategorylink{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .mw-article-head-image img {
        object-fit: contain;
        min-height: 150px;
    }
    .mw-article-dateinfo {
        margin-bottom: 76px;
        position: relative;
    }
    #google-news-btn {
        position: absolute;
        bottom: -56px;
        width: 100%;
        justify-content: center;
    }
}
@media (max-width:350px){
    .mw-article-header > h1 {
        font-family: "GuardianSans-Bold";
        font-size: 46px;
        line-height: 50px;
        color: #2F3033;
        margin-bottom: 40px;
    }
}
