body.darkb .article-page-wrapper {
    background: #000;
}
.gallery-item img {
    max-width: 100%;
    height: auto;
}

/* afieroma template fix */
.special-cat .main-body-compare p,
.main-body-compare p, 
.article-txt-wrapper p {
    text-align: left;
    font-size: 22px;
    font-family: 'Lab Grotesque', sans-serif;
    width:59%;
    margin:0 auto;
    padding:35px 0 47px;
    letter-spacing: -0.33px;
    line-height: 130%;
    padding-block: 15px;
}

.main-body-compare p {
    width: 100%;
}

.special-cat-art h3 {
    font-size: 22px;
    margin: 0 0 0 auto;
    width: 59%;
}

/* afieroma template fix */
.special-cat .main-body-compare p:not(.fixed-wrapper p),
.main-body-compare p:not(.fixed-wrapper p) {
    margin: 0 0 0 auto;
}
/* afieroma template fix */
.special-cat-art .fixed-wrapper p {
    width: 100%;
}

.rectangle-wrapper .rectangle img {
    width: 100%;
    padding: 1px;
}
.darkb .rectangle-wrapper a:last-of-type .rectangle img {
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 1200px) {
    .article-txt-wrapper p, 
    .main-body-compare p {
        padding-right:80px;
        margin-right:0;
        width: 85%;
    }

    .special-cat-art h3 {
        width: 85%;
    }
}

@media screen and (max-width: 768px) {
    .special-cat-art p,
    .special-cat-art .fixed-wrapper p {
        width: calc(100% - 180px);
    }

    /* afieroma template fix */
    .afieroma-template .special-cat-art .article-txt p {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .special-cat-art p,
    .special-cat-art .fixed-wrapper p{
        width:100%;
        font-size:19px;
    }
}

@media screen and (max-width: 500px) {
    /* afieroma template fix */
    .special-cat .main-body-compare p, 
    .article-txt-wrapper p, 
    .main-body-compare p{
        width:100%;
        font-size: 21px;
        padding: 36px 10px;
        padding-block: 15px;
    }
    

    .special-cat-art h3 {
        width: 100%;
    }
}

.article-container.special-page .main-text-article p {
    width: 100%;
}

.search-results-wrapper .nr-more-articles-wrapper {
    position: relative;
}

.loadmore-btn {
    font-family: 'GT America Medium', sans-serif;
    font-weight: 500;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    line-height: 90.3%; /* 10.836px */  
    position: absolute;
    width: 200px;
    height: 50px;
    padding: 17px 0;
    bottom: 0;
    left: 0;
    background: rgba(146, 146, 146, 0.20);
    backdrop-filter: blur(8px);
    margin-bottom: 150px;
    margin-left: 35px;
    border: 1px solid transparent;
    cursor: pointer;
}

@media screen and (max-width:1100px) {
    .loadmore-btn {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 520px) {
    .loadmore-btn {
        left: 50%;
        transform: translate(-50%, 0);
        margin-left: 0;
    }
}

.search-results-wrapper:not(.category-page) .search-results-filters-wrapper {
    opacity: 0;
    visibility: hidden;
}

.filters-form {
    min-width: 33%;
}

.search-results-wrapper.category-page .filter-item {
    flex-basis: 50%;
    height: 38px;
    position: relative;
}

.search-results-wrapper.category-page .filter-item input {
    width: 100%;
    height: 38px;
    margin: 0;
    cursor: pointer;
    appearance: none;
    border: none;
    outline: none;
}

.search-results-wrapper.category-page .filter-item input:checked + label {
    border: 1px solid #000;
    color: black;
}

.search-results-wrapper.category-page .filter-item label {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 16px;
    /* border-radius: 40px; */
    color: #000;
    z-index: -1;
} 

.search-results-wrapper.category-page span.nomob {
    padding: 10px 0px;
}

.special-char h2{
    font-size: 65px;
    font-family: 'GT America Thin', sans-serif;
    text-align: left;
    width: 75%;
    padding: 130px 35px 0;
    margin-left: auto;
}
.char-wrapper{
    margin-left: auto;
    margin-right: 30px;
    width: 76%;
    padding-bottom: 35px;
    margin-top: 35px;
    border-bottom: 1px dashed #ff5e0070;
    justify-content: space-evenly;
}
.char{
    text-align: left;
    border-right:1px dashed #ff5e0070;
    padding: 34px 6% 17px;

}
.char-wrapper .char:last-of-type{
    border-right:none;
}
.char h5{
    font-size: 15px;
    font-family: 'GT America Regular',sans-serif;
    color: #616161;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    padding-bottom:17px;
}
.char span{
    color: #FF5C00;
    font-size: 50px;
    font-family: 'GT America Medium',sans-serif;
}

@media screen and (max-width:1100px){
    .char{
        padding: 34px 5% 17px;
    }
    .char-wrapper{
        width:100%;
    }
    .special-char{
        padding: 0 10px 100px;
    }
    .char h5 {
        font-size: 14px;
    }
    .char span{
        font-size: 45px;
    }
    .special-char h2{
        width:100%;
        font-size: 55px;
        padding: 130px 12px 0;
    }
}
@media screen and (max-width:768px){
    .char-wrapper{
        flex-wrap: wrap;
        padding-bottom: 0; 
        margin-top: 0;
        border-bottom: none;
        justify-content: flex-start;
    }
    .char{
        width:calc(100%/2);
        border-right: none;
        border-bottom: 1px dashed #ff5e0070;
        padding:40px 5%;
    }
}

@media screen and (max-width:600px) {
    .special-char h2{
        font-size:32px;
        padding:90px 0 0;
    }
}
@media screen and (max-width:500px) {
    .char h5{
        font-size:13px;
    }
    .char span{
        font-size: 35px;
    }
    .char{
        padding: 40px 0;
    }
    .hero-title{
    	justify-content: center;
    }

}
@media screen and (max-width:300px){
    .char span {
        font-size: 30px;
    }
}

.special-cat .ftr-title:nth-of-type(2n-1) {
    border-right: 1px dashed #878787CC;
}

.special-cat .ftr-title:nth-of-type(2n-1):not(:nth-of-type(2)),
.special-cat .ftr-title:nth-of-type(2n):not(:first-of-type) {
    margin-top: 5%;
}

.special-cat .ftr-articles {
    flex-wrap: wrap;
}

.live-traffic-on.on #map {
    height: 100vh;
}

.liveTraffic #livemap {
    height: 100vh;
}

.hero-articles-wrapper .ad-place img,
.hero-articles-wrapper .mad-place img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.hero-articles-wrapper .ad-place .fasa-mob,
.hero-articles-wrapper .mad-place .fasa-mob {
    display: none;
}

.hero-articles-wrapper .ad-place .fasa-desk,
.hero-articles-wrapper .mad-place .fasa-desk {
    display: block;
}

@media screen and (max-width: 767px) {
    .hero-articles-wrapper .ad-place .fasa-mob,
    .hero-articles-wrapper .mad-place .fasa-mob {
        display: block;
    }

    .hero-articles-wrapper .ad-place .fasa-desk,
    .hero-articles-wrapper .mad-place .fasa-desk {
        display: none;
    }
}

.article-txt-wrapper p img:not(.what-car-img),
.main-body-compare p img:not(.what-car-img) {
    width: 100%;
    height: auto;
}

.old .main-body-compare p {
    width: 100%;
}

.article-txt-wrapper .twitter-tweet,
.main-body-compare .twitter-tweet {
    margin-inline: auto;
}

.article-page-wrapper {
    max-width: 1200px;
}

@media screen and (max-width: 1200px) {
    .article-page-wrapper {
        max-width: 1190px;
    }
}

@media screen and (max-width: 768px) {
    .ad-place-nr.ad-place-nr--contains-mob {
        height: 100%;
    }
}

.wrapper {
    position: relative;
}

.ad-place-ft::before,
/* .adv-place::before, */
.ad-place-nr::before {
    content: "Advertisement";
    font-family: 'Lab Grotesque', sans-serif;
    font-size: 13px;
    padding: 8px 0 5px;
    display: block;
    text-align: left;
    color: #000;
    line-height: 1;
}

.mid-banner {
    background-color: #d9d9d9;
    padding-bottom: 26px;
    max-width: 740px;
    margin-inline: auto;
    padding-inline: 5px;
}

.ad-placeholder {
    width: 300px;
    /* background-color: #d9d9d9; */
    background-color: #f4f4f4;
    margin-inline: auto;
    padding: 8px 0 5px;
    font-family: 'Lab Grotesque', sans-serif;
    font-size: 13px;
    color: #000;
    line-height: 1;
}

.ad-place-art.mob-ad,
.mob-ad .ad-placeholder {
    display: none;
}

.mid-banner.mob-ad {
    background-color: transparent;
}



@media screen and (max-width: 769px) {
    .ad-place-art.mob-ad,
    .mob-ad .ad-placeholder {
        display: block;
    }

    .ad-place-art:not(.mob-ad, .combo) {
        visibility: hidden;
        opacity: 0;
	display:none;
    }
}

.main-compare .share-buttons-wrapper,
.special-cat .share-buttons-wrapper {
    margin-top: 5%;
}

[page="single-choice"] .special-cat .share-buttons-wrapper {
    margin: 5% auto;
}

.adv-place-mob, .ad-place-art {
    display: block;
    height: fit-content;
    min-height: 300px;
    width: 100%;
    max-width: 1000px;
    margin-inline: auto;
    padding-inline: 5px;
    /* background-color: rgba(217, 217, 217, 0.30); */
    background-color: #f4f4f4;
}

.ad {
    width: 100%;
    height: fit-content;
    padding-bottom: 26px;
    max-width: 1000px;
    margin-inline: auto;
    padding-inline: 5px;
    /* background-color: rgba(217, 217, 217, 0.30); */
    background-color: #f4f4f4;
}

.special-cat-art .adv-place-mob:not(.article-txt .adv-place-mob), 
.special-cat-art .ad-place-art:not(.article-txt .adv-place-art) {
    margin-inline: 50% auto;
}

.ad-place-nr {
    width: 1000px;
    height: fit-content;
    background: #d9d9d9;
    margin: 70px auto;
    padding-bottom: 26px;
}

@media screen and (max-width: 1024px) {
    .ad-place-nr {
        width: 100%;
    }
}

.ad-place-nr--contains-mob {
    visibility: hidden;
    opacity: 0;
    display:none
}

.ad-place-nr--contains-mob.adLoaded {
    visibility: visible;
    opacity: 1;
    display:block;
}

.ad-place-nr.future {
    display: none;
}

@media screen and (max-width: 768px) {
    .ad-place-nr:not(.ad-place-nr--contains-mob) {
        visibility: hidden;
        opacity: 0;
	display:none;
    }
}

/* =============================
    Category ads
============================= */

.archive-wrapper {
    position: relative;
    max-width: 1240px;
    margin-inline: auto;
}

.archive-wrapper.nm {
    background-color: #000;
}

.ads-skin {
    position: sticky;
    top: 54px;
    order:1;
}

.skin-wrapper {
    width: 100%;
    /* min-height: 100vh; */
    position: absolute;
    top: 0;
    z-index: 0;
    width: 1920px;
    left: 50%;
    margin-left: -952px;
    background-position: top center;
}
@media screen and (max-width: 1200px) {
    .ads-skin {display: none;}
}

.filters-form {
    z-index: 0;
}

@media screen and (max-width: 620px) {
    .filters-form {
        width: 50%;
    }

    .search-results-wrapper.category-page .filter-item label {
        padding: 0;
    }
}

/* .header-wrapper.scrolled .header-hero {
    flex-direction: row;
    width: calc(100% - (100% /3));
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-wrapper.scrolled .hero-title {
    padding: 0;
    width: 90%;
    justify-content: flex-start;
    align-items: center;
}

.scrolled.hdr-article .hero-title a:first-of-type {
    display: block;
}

.scrolled.hdr-article .hero-title svg {
    display: block;
}

.scrolled.hdr-article .hero-title span.header__afieroma_name {
    display: none;
}

.scrolled.hdr-article .hero-title span.single-header {
    margin-left: 20%;
}

.scrolled.hdr-article .hero-title h3 {
    margin-left: 0%;
}

.outloud {
    align-items: center;
    display: flex;
    transition: all .3s ease;
}

.outloud .categ::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-flex;
    margin-right: 3px;
    background-color: #f47b23;
    border-radius: 50%;
}

.outloud .categ {
    border-right: 1px solid #000;
    margin-right: 8px;
    padding: 0 8px 0 0;
    max-width: 56px;
    min-height: 32px;
    font-size: 1.1428571429rem;
    font-weight: 800;
    line-height: .9;
    color: #000;
    position: relative;
    padding-top: 3px;
}

.outloud h3 {
    font-size: 1.1428571429rem;
    font-weight: 600;
    color: #000;
    letter-spacing: -.5px;
    margin: 0;
    text-align: left;
}

.hdr-article .hero-title span.categ {
    font-size: 13px;
    color: #8E8E8E;
    font-family: 'GT America Medium' , sans-serif;
    padding-right: 12px;
    line-height: 15px;
}

@media (min-width: 1280px) {
    .header .outloud {
      border-right: 1px solid #d3d6da;
      padding-right: 32px;
      z-index: 1201;
      width: 368px;
    }
}

.scrolled .menu-wrapper {
    width: calc(100%/10);   
}

.header-wrapper.scrolled .hero-title #special-logo svg {
    width: 180px;
}

.header-wrapper.scrolled {
    align-items: center;
} */

.mid-home-banner .mid-banner-img {
    max-width: 98%;
    height: auto;
    margin: 2% auto;
}

.article-wrapper table img {
    width: 100%;
    height: auto;
}

.article-wrapper table {
    margin-inline: auto;
    max-width: 860px;
    width: 100%;
}
.article-page-wrapper .wp-block-table table {
    scrollbar-width: inherit;
}

.article-compare-main {
    position: relative;
}

.compare-main-img {
    max-width: 1180px;
    margin-inline: auto;
    padding-left: 15px;
}

@media screen and (max-width:1200px){
    .compare-main-img {
        padding-left: 0;
    }
}

.main-compare .ad-place-ft .v-ad-container {
    min-height: 600px;
    position: relative;
}

.main-compare .ad-place-ft .v-ad-container:first-of-type {
    height: 30%;
}

.main-compare .ad-place-ft .v-ad-container:last-of-type {
    height: 70%;
}

.main-compare .ad-place-ft::before {
    content: '';
}

.main-compare .ad-place-ft .ad-big::before {
    content: "Advertisement";
    font-family: 'Lab Grotesque', sans-serif;
    font-size: 13px;
    padding: 8px 0 5px;
    display: block;
    text-align: left;
    color: #000;
    line-height: 1;
}

.ad-big {
    background-color: #f4f4f4;
}

.article-page-wrapper strong {
    font-family: 'Lab Grotesque', sans-serif; 
}

.article-box-container .adv-place {
    height: inherit;
    background-color: rgba(217, 217, 217, 0.30);
}

.v-ad-container-home {
    position: sticky;
    top: 76px;
    background-color: #d9d9d9;
}

.v-ad-container-home::before {
    content: "Advertisement";
    font-family: 'Lab Grotesque', sans-serif;
    font-size: 13px;
    padding: 8px 0 5px;
    display: block;
    text-align: left;
    color: #000;
    line-height: 1;
}

.article-txt-wrapper #taboola-feed-below,
.article-txt-wrapper #ag-inread {
    width: 59%;
    margin-inline: auto;
}

@media screen and (max-width:768px) {
    .article-txt-wrapper #taboola-feed-below,
    .article-txt-wrapper #ag-inread {
        width: 100%;
    }
}

/* ====================================
    fallback gia taboola
==================================== */
/* .article-txt-wrapper [id^='mid-article'],
.article-txt-wrapper [id^="sponsored-below-article-"] {
    width: 59%;
    margin-inline: auto;
}

@media screen and (max-width:768px) {
    .article-txt-wrapper [id^='mid-article'],
    .article-txt-wrapper [id^="sponsored-below-article-"] {
        width: 59%;
        margin-inline: auto;
    }
} */

.menu-open {
    left: -1020px;
}
.pa_sticky_bottom_left_css, .pa_sticky_top_center_css {
    display:none;
}
.cloudevo {
    display: flex;
    align-items: center;
    font-size: 22px;
    /* margin-bottom: 50px; */
    font-family: 'Lab Grotesque Bold', sans-serif; 
    /* font-family: 'GT America Extended', sans-serif; */
}
.menu-footer .cloudevo {
    font-family: 'GT America Extended', sans-serif;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .menu-open.on {
        height: 100%;
    }
}
@media screen and (max-width: 500px){
    .cloudevo {
	order:3;
	margin:0 auto;
	padding-top:15px;
    }
}

.read-more-articles-wrapper, 
.relative-articles-wrapper {
    padding-block-start: 50px;
}

.relative-articles-wrapper .rel-slider {
    padding-block-start: 41px;
}


.main-body-compare a{
    font-size: 21px;
    font-family: 'GT America Extended',sans-serif;
    font-weight: bolder;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
    padding:4px 3px;
    line-height: 130%;
}
.main-body-compare a.article__link svg{
    height:0;
    display: none;
}
.main-body-compare a.article__link:hover svg{
    height:11px;
    display: inline;
}
.main-body-compare a.article__link:hover{
    background-color: #000;
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.main-body-compare .what-car-txt a {
    font-size: 19px;
    font-weight: normal;
    text-decoration: none;
}

.darkb .cloudevo svg {
    fill: #fff;
}

.darkb .cloudevo svg path {
    fill: #fff !important;
    stroke: #fff;
}

.darkb .cloudevo div:first-of-type {
    height: 45px;
}

.compare-main-img img {
    aspect-ratio: 1.67;
}

.article-date__author {
    text-align: right;
}

/* =================================
    STATIC HERO SLIDER
================================= */

.mob-slider {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    margin-bottom: 10%;
}

.static-slide-container {
    width: 100%;
    height: fit-content;
}

.static-slide {
    width: 100%;
    height: 100%;
    margin-block: 5%;
    padding-block: 5%;
    border-bottom: 1px dashed #000;
}

.static-slide:first-of-type {
    margin-block-start: 0;
    padding-block-start: 0;
}

.static-slide .img-wrapper::after {
    content: "";
    width: 100%;
    aspect-ratio: 1.27;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    /* background: #151515; */
    mix-blend-mode: multiply;
}

.static-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1.27;
    position: relative;
    object-position: center;
}

.static-slide .slide-title {
    min-height: 80px;
    color: #000;
    position: relative;
    left: 0;
    bottom: 0;
    padding: 15px 30px;
    width: unset;
    font-size: 27px;
    background: #fff;
    text-align: center;
    z-index: 1;
}

.static-slide .slide-title h1 {
    margin: 0 auto;
    line-height: 105.3%;
    letter-spacing: -1.26px;
    max-width: 524px;
}



@media screen and (max-width: 620px) {
    .mob-slider {
        display: flex;
    }

    .swiper.heroSwiper {
        display: none;
    }
}

iframe[src^="https://www.youtube"] {
    width: 100%;
    max-width: 1098px;
    /* aspect-ratio: 16/9; */
    aspect-ratio: 2.47;
    height: auto;
}

/* ================================
    in-article tables/list-items
================================ */

.main-compare li {
    width: calc(100% - 30px);
    text-align: left;
    font-size: 22px;
    font-family: 'Lab Grotesque', sans-serif;
    letter-spacing: -0.33px;
    line-height: 130%;
    /* padding: 15px 0; */
    padding-top: 15px;
    list-style-type: square;
    list-style-position: inside;
}

.main-compare li:last-of-type {
    padding-bottom: 15px;
}

/* vertical image inside article */
.vertical__img img {
    aspect-ratio: unset;
}

@media screen and (max-width: 500px) {
    .main-compare ul {
        padding: 15px;
    }
}

.main-compare table {
    font-size: 16px;
    font-family: 'Lab Grotesque', sans-serif;
    line-height: 35px;
    border-collapse: collapse;
    overflow: scroll;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    /* scroll-snap-type: x mandatory; */
    scrollbar-width: none;
}

.main-compare table thead tr {
    background-color: #fff;
}

.main-compare table tr th {
    padding: 0 1ch;
    text-align: left;
    white-space: nowrap;
}

.main-compare table tr th:first-of-type {
    color: rgb(175, 36, 52);
}

.main-compare table tbody{
    box-shadow: 0px 3px 6px #00000029;
}

.main-compare table thead tr {
    background-color: #fff!important;
}

.main-compare table tr:nth-child(odd) {
    background-color: #F7F7F7;
}

.main-compare table tr td {
    padding: 0.5rem 1.4rem;
    white-space: nowrap;
    scroll-snap-align: start;
}

.main-compare table tr td:first-of-type {
    font-weight: 700;
    text-align: left;
}

.main-compare .table-container .info{
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    display: none;
}

.main-compare .table-container .info.show{
    display: flex;
}
.main-compare .table-container .arrow{
    position: relative;
    width: 10px;
    height: 15px;
    margin: 0 0.5rem; 
}

.main-compare .table-container .arrow.left span{
    transform-origin: left;
}

.main-compare .table-container .arrow.right span{
    transform-origin: right;
}

.main-compare .table-container .arrow span{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-top: 1px solid #000;
}

.main-compare .table-container .arrow span:first-of-type{
    transform: rotate(45deg)
}
.main-compare .table-container .arrow span:last-of-type{
    transform: rotate(-45deg)
}
.special-cat.nm .ad-place-ft{
    background: rgba(217, 217, 217, 0.1);    
}
.special-cat.nm .ad-placeholder , .special-cat.nm .ad , .special-cat.nm .adv-place-mob, .special-cat.nm .ad-place-art , .special-cat.nm .ad-big{
    background: rgba(217, 217, 217, 0.1);
    color:#fff;
}
.special-cat.nm .main-compare .ad-place-ft .ad-big::before{
   color:#fff;
}
.special-cat .videoCube span.video-label.trc_ellipsis{
   color:#fff;
}

/* ==============================
    NEW AFIEROMA
================================ */

.afieroma__new .title-feature {
    width: 70%;
}

.afieroma__main_a {
    margin-block-start: 50px;
}

.afieroma__main_a .nm-main-article-title h3 {
    font-size: 35px;
}

.afieroma__main_a .nm-main-article-img img {
    aspect-ratio: 1.72;
    height: 654px;
}

.afieromaSwiper .hero-article-title h3{
    color:#fff;
}
.afieromaSwiper{
    position: relative;
}
.afieromaSwiper .compare-btn{
    color:#fff;
}
@media screen and (max-width:1200px){
    .afieroma__new .ad-place-ft{
	display:block;
    	margin: 50px 30px 0 0px;
    }
}
@media screen and (max-width:1100px){
    .afieroma__new .nm-article-wrapper:last-of-type{
	display:block;
    }
    .afieroma__new .nm-more-articles{
    	flex-wrap:wrap;
    }
}
@media screen and (max-width:950px){
    .afieroma__new .newsmoto-main-article{
	flex-direction:column-reverse;
    }
    .afieroma__new .ad-place-ft{
	margin:40px auto;
    }
    .afieroma__main_a .nm-main-article-img img{
	height:100%;
    }

}
@media screen and (max-width:500px){
    
    .afieroma__main_a .nm-main-article-title h3 {
    	font-size: 23px;
    }
    .afieroma__main_a{
	margin-block-start: 0;
    }
    .afieroma__new .title-feature {
    	width: 100%;
    }
}

/* ================================
    Article Headings
================================ */

[page="single-item"] .main-body-compare > :is(h1, h2, h3, h4, h5, h6),
[page="single-item"] .main-text-article > :is(h1, h2, h3, h4, h5, h6) {
    /* font-family: 'GT America Medium' , sans-serif; */
    font-family: 'LabGrotesque-Bold', sans-serif;
    text-align: left;
    padding: 35px 0 47px;
    letter-spacing: -0.33px;
    line-height: 130%;
    padding-block: 15px;
    font-weight: 600;
}

[page="single-item"] .main-body-compare > h1,
[page="single-item"] .main-text-article > h1 {
    font-size: xx-large;
}

[page="single-item"] .main-body-compare > h2,
[page="single-item"] .main-text-article > h2 {
    font-size: x-large;
}

[page="single-item"] .main-body-compare > h3,
[page="single-item"] .main-text-article > h3 {
    font-size: larger;
}

[page="single-item"] .main-body-compare > h4,
[page="single-item"] .main-text-article > h4 {
    font-size: large;
}

[page="single-item"] .main-body-compare > :is(h5, h6),
[page="single-item"] .main-text-article > :is(h5, h6) {
    font-size: medium;
}

[page="single-item"] .main-body-compare > .has-text-align-center,
[page="single-item"] .main-text-article > .has-text-align-center {
    text-align: center;
}

[page="single-item"] .main-body-compare > .has-text-align-right,
[page="single-item"] .main-text-article > .has-text-align-right {
    text-align: right;
}

.wp-caption, .article-page-wrapper img:not(.what-car-img img) {
    max-width: 100%;
    height: auto;
}

.article-container h1,
.article-container .article-title-mob h1 {
    word-wrap: break-word;
}

@media screen and (max-width: 500px) {
    .what-car-img {
        display: none;
    }
}

/* ================================
    Afieroma 2 Kentriki
================================ */

.afieroma2 .nm-main-article-img img {
    aspect-ratio: 3.5/1;
    max-height: 390px;
}

@media screen and (max-width: 1024px) {
    .afieroma2 .nm-main-article-img img {
        aspect-ratio: 2.5/1;
    }
}

@media screen and (max-width: 500px) {
    .afieroma2 .nm-main-article-img img {
        aspect-ratio: 1.5/1;
    }
}

/* ================================
    Newsauto Blockquote
================================ */

.article-txt-bold div.bold-div > :is(p, a, h3, h2, strong, b),
.article-txt-bold div.bold-div > :is(p, a, h3, h2, strong, b) > * {
    font-size: 29px;
    font-family: 'GT America Medium', sans-serif;
    line-height: 118.3%; 
    padding-top:16px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin: 0;
    padding-block: 16px 0;
}

@media screen and (max-width:500px) {
    .article-txt-bold div.bold-div > :is(p, a, h3, h2, strong, b),
    .article-txt-bold div.bold-div > :is(p, a, h3, h2, strong, b) > * {
        font-size:22px;
    }
}

.try-title h2 {
    text-align: center;
}

/* ================================
    change in-article iframe 
    dimensions ratio
================================ */

.article-page-wrapper iframe:not(.ad-place-art iframe, .v-ad-container iframe, iframe.instagram-media) {
    width: 100%;
    /* height: 100%; */
    height: inherit;
    aspect-ratio: 1.2;
}

@media screen and (max-width: 500px) {
    .article-page-wrapper iframe:not(.ad-place-art iframe, .v-ad-container iframe, iframe.instagram-media) {
        aspect-ratio: 0.9;
    }
}

.is-provider-vimeo iframe {
    aspect-ratio: 1.5;
}

/* ================================
    home afieroma add logo
================================ */

.afieroma__img {
    /* max-width: 180px; */
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 500px) {
    .afieroma__img {
        /* max-width: 150px; */
        max-width: 300px;
    }
}

.team-wrapper h3 {
    font-weight: bold;
    font-size: 26px;
}

/* ================================
    afieroma template diafimiseis
================================ */

.afieroma-template .special-cat-art .article-txt .ad-place-art {
    margin-inline: 0;
}

.afieroma-template .special-cat-art .main-body-compare .ad-place-art {
    margin: 0 0 0 auto;
    max-width: 59%;
}

.afieroma-template .special-cat-art .article-txt .ad-place-art {
    max-width: 100%;
}

@media screen and (max-width: 500px) {
    .afieroma-template .special-cat-art .main-body-compare .ad-place-art {
        max-width: 100%;
    }
}

/* ================================
    double image block
================================ */

.double-image__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 78%;
    /* max-width: 960px; */
    margin: 0 0 0 auto;
    padding: 17px 0 25px 0;
}

.double-image__container picture {
    aspect-ratio: 1;
    width: calc((100% / 2) - 10px);
    height: auto;
}

.double-image__container img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.double-image__container picture:first-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
    .double-image__container {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    

    .double-image__container picture {
        width: 100%;
    }

    .double-image__container picture:first-of-type {
        margin-bottom: 10px;
    }
}

.afieroma-template.special-cat .main-body-compare > p,
.afieroma-template.special-cat .main-body-compare .newsauto-compare-block {
    text-align: left;
    font-size: 22px;
    font-family: 'Lab Grotesque', sans-serif;
    width: 78%;
    margin-left: auto;
    padding: 35px 0 47px;
    letter-spacing: -0.33px;
    line-height: 130%;
    padding-block: 15px;
    padding-right: 16px;
}

@media screen and (max-width: 1080px) {
    .afieroma-template.special-cat .main-body-compare > p,
    .afieroma-template.special-cat .main-body-compare .newsauto-compare-block {
        width: 95%;
        padding-right: 0;
    }
}

@media screen and (max-width: 1080px) {
    .afieroma-template.special-cat .main-body-compare > p,
    .afieroma-template.special-cat .main-body-compare .newsauto-compare-block {
        width: 100%;
    }
}


/* ================================
    afieroma template wide image
================================ */

.afieroma-template .special-cat-art .article-img-some.img__wide {
    width: 95%;
}

@media screen and (max-width: 1100px) {
    .afieroma-template .special-cat-art .article-img-some.img__wide {
        width: 100%;
    }
}

.nm .main-body-compare p {
    width: 100%;
}

/* ================================
    make sidebar ads have a 2.5px 
    inline padding
================================ */

[page="home"] .adv-place {
    width: 316px;
}

[page="home"] .v-ad-container-home {
    padding: 0 8px;
}

[page="single-item"] .ad-place-ft {
    width: 316px;
}

[page="single-item"] .v-ad-container {
    padding: 0 8px;
}

/* ================================
    choice new archive 
    add YT video
================================ */

.choice__archive .compare-main-img {
    max-width: 1600px;
}

.choice__archive #yt__video {
    max-width: 100%;
}

.choice__type .highlights {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.choice__type svg.choice__nm path:first-of-type {
    fill: #931212;
    stroke: #931212;
}

@media screen and (max-width: 500px) {
    .choice__archive #yt__video {
        height: 100%;
    }
}

/* ================================
    choice new archive 
    make last articles like first
================================ */

.special-cat .nr-more-articles-wrapper.bottom__box {
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

/* ================================
    survey iframe fix
================================ */

.article-main.page__template .article-txt-wrapper [id^="survey"] {
    height: 2250px;
    max-width: 95%;
    margin: 0 auto;
}

/* 
================================
    archive choice make loadmore 
    articles nice
================================ */

.choice__archive .ftr-articles-wrapper .compare-main-img {
    max-width: 100%;
}

/* make article-box element render in the center of the row */
.nr-more-articles-wrapper .article-box.stretched {
    left: 50%;
    transform: translateX(-50%);
}

/* stretched article must have no border */
.nr-more-articles-wrapper .article-box.stretched .article-box-text {
    border-left: none;
}

/* all even number article-box have border in article-box-text */
.nr-more-articles-wrapper .article-box:nth-of-type(2n):not(.article-box:nth-of-type(1), .article-box.stretched) .article-box-text {
    border-left: 1px dashed #878787CC;
}

/* all odd number article-box have no border in article-box-text */
.nr-more-articles-wrapper .article-box:nth-of-type(2n+1) .article-box-text {
    border-left: none;
}

/* all article-box elements after first and second (first row) have a top margin */
.nr-more-articles-wrapper .article-box:nth-of-type(2n-1):not(:nth-of-type(2)),
.nr-more-articles-wrapper .article-box:nth-of-type(2n):not(:first-of-type) {
    margin-top: 5%;
}

.article-page-wrapper .main-body-compare iframe.video__vertical {
    aspect-ratio: 0.5;
}

/* STOP SCROLLING */
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.article-compare-main .compare-main-img,
.article-compare-main .article-date,
.article-compare-main .article-page-wrapper {
    position: relative;
    z-index: 2;
}

/* hide category box in newsmoto archive */
.special-cat.nm.archive-wrapper .compare-btn {
    display: none;
}

/* make <hr> visible again  */

.article-txt-wrapper .grami {
    width: 100%;
}

.article-main.rwd__container .article-txt-wrapper hr {
    width: 100%;
}

/* Choice Single make everything centered */
[page="single-choice"] .special-cat-art .main-text-article {
    text-align: center;
}

[page="single-choice"] .special-cat-art .fixed-wrapper {
    width: 78%;
    margin: 0 auto;
}

[page="single-choice"] .special-cat-art .article-img-some {
    width: 78%;
    margin: 0 auto;
}

[page="single-choice"] .special-cat-art .fixed-wrapper .article-txt {
    margin: 0 auto;
}

[page="single-choice"] .special-cat-art .fixed-wrapper p {
    width: 100%;
    text-align: center;
}

[page="single-choice"] .special-char > * {
    margin: 0 auto 5% auto;
}

[page="single-choice"] .special-char h2 {
    text-align: center;
}

.newsmoto-cat-wrapper {
    max-width: 100%;
}

/* newsauto TV homepage section */

.newsmoto-wrapper.featured.natv {
    margin-bottom: 5%;
}

.newsmoto-wrapper.featured.natv .newsmoto-title img {
    width: 100%;
    height: auto;
    max-width: 1350px;
}

.natv .nm-article-img img {
    aspect-ratio: 1;
}

/* newsauto choice archive hide bars for video */

.special-cat .compare-main-img.has-video::before {
    background: transparent;
}

.special-cat .compare-main-img.has-video::after {
    background: transparent;
}

/* newsauto homepage DEI BLUE */

.fasa-dei img {
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 4.8;
}

.fasa-dei img.fasa-dei-mbl {
    aspect-ratio: 2.2;
}

.fasa-dei img.fasa-dei-dsk {
    display: block;
}

.fasa-dei img.fasa-dei-mbl {
    display: none;
}

@media screen and (max-width: 768px) {
    .fasa-dei img.fasa-dei-dsk {
        display: none;
    }
    
    .fasa-dei img.fasa-dei-mbl {
        display: block;
    }
}

/* afieroma 2 arxiki fix mobile not showing last article */

@media screen and (max-width: 1100px) {
    .afieroma2 .nm-article-wrapper:last-of-type {
        display: block;
    }
}

@media screen and (max-width: 520px) {
    .afieroma2 .nm-more-articles {
        flex-wrap: wrap;
    }

    .afieroma2 .nm-article-wrapper:last-of-type {
        margin-top: 10px;
    }
}

.afieroma2 .desktop-version {
    display: block;
}

.afieroma2 .mobile-version {
    display: none;
}

.afieroma2 .nm-main-article-img img {
    object-fit: contain;
}

@media screen and (max-width: 768px) {
    .afieroma2 .desktop-version {
        display: none;
    }
    
    .afieroma2 .mobile-version {
        display: block;
    }
}

/* hero swiper pagination fix */

/* [page="home"] .hero-slider .heroSwiper .swiper-pagination {
    background-color: rgba(0, 0, 0, 0.3);
    padding-bottom: 3px;
    width: 100%;
    max-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
}

[page="home"] .hero-slider .heroSwiper .swiper-pagination-bullet-active, 
[page="home"] .hero-slider .heroSwiper .swiper-pagination-bullet {
    color: #fff;
}

[page="home"] .hero-slider .heroSwiper .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    opacity: 0.6;
} */

/* parallax image */

.article-img-some.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(900vw / 16);
    width: 100%;
}

.article-img-some.parallax > figure {
    display: none;
}

[page="single-choice"] .article-img-some.full,
[page="single-item"] .article-img-some.full {
    width: 100%;
}

/* full width article */

[page="single-choice"] .special-cat-art .main-body-compare.full {
    width: 100%;
    padding: 0;
}

[page="single-choice"] .special-cat-art .main-body-compare.full .article-img-some:not(.full),
[page="single-choice"] .special-cat-art .main-body-compare.full .fixed-wrapper {
    width: 71%;
    margin: 0 auto;
}

/* change line-height of article title in mobile */

@media screen and (max-width: 500px) {
    .article-page-title {
        line-height: 1.2;
    }
}

/* newsmoto main page under main ad */

.nm-ad-container {
    display: block;
    width: 100%;
    max-width: 1000px;
    height: fit-content;
    min-height: 300px;
    margin-inline: auto;
    padding-inline: 5px;
    background: rgba(217, 217, 217, 0.2);
    color: #fff;
}

.nm-ad-container .ad-placeholder {
    text-align: center;
}

[page="home"] .ad-place-nr {
    min-height: 140px;
}

[page="home"] .v-ad-container-home {
    min-height: 300px;
}

@media screen and (max-width: 768px) {
    [page="home"] .ad-place-nr--contains-mob {
        min-height: 300px;
    }
}

[page="single-item"] .ad-big {
    min-height: 300px;
}

/* add domain switch under header logo */

.domain-switcher {
    display: none;
    transition: all 0.5s ease-in-out;
}

.header-wrapper.scrolled .domain-switcher {
    position: absolute;
    bottom: -35%;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.header-wrapper.scrolled .domain-switcher a {
    padding-bottom: 10px;
}

.darkb .header-wrapper.scrolled .domain-switcher {
    background-color: #000;
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .header-wrapper.scrolled .domain-switcher {
        margin: 0;
        bottom: -30%;
    }

    .domain-switcher {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 2rem 0 0 0;
    }
}

@media screen and (max-width: 520px) {
    .domain-switcher {
        margin: 1rem 0 0 0;
    } 
}

.thetags {
    margin-top: 15px;
    padding: 16px 0;
    border-top: 1px solid rgba(217, 217, 217, 0.6);
    border-bottom: 1px solid rgba(217, 217, 217, 0.6);
    flex-wrap: wrap;
}
.thetags .tag a {
    text-decoration: none;
}
.thetags .tag a:hover {
    background-color: transparent;
    color: #000;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.thetags .tag a:hover svg {
    height: 11px;
    display: none;
}
.thetags .tag:not(:last-child)::after {
    content: ' / ';
    margin-right: 2px;
}

/* new inline ad under editor's choice in homepage */

.hero-articles-wrapper .inline-adv img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.hero-articles-wrapper .inline-adv .fasa-mob {
    display: none;
}

.hero-articles-wrapper .inline-adv .fasa-desk {
    display: block;
}

.inline-adv {
    padding-bottom: 75px;
}

@media screen and (max-width: 767px) {
    .hero-articles-wrapper .inline-adv .fasa-mob {
        display: block;
    }

    .hero-articles-wrapper .inline-adv .fasa-desk {
        display: none;
    }
}

@media screen and (max-width:500px) {
    .inline-adv {
        padding-bottom: 75px;
    }
}