/*  home    */

/*  home timeliness */


.popular .popular-container{
    overflow: hidden;
}
.popular .popular-wrapper > div{
    flex-shrink: 0;
    margin-right: 0;
}

.timeliness .main-wrapper .top-row{
    margin-bottom: 2rem;
}



@media screen and (max-width: 960px) {
    .popular .card .card-image{
        min-width: unset;
    }
}

@media screen and (max-width: 720px) {
    .popular .popular-wrapper{
        --gap: 20px;
        justify-content: space-between;
    }
    .popular .popular-wrapper > div{
        margin-bottom: 2rem;
    }
    .popular .col-4{
        flex-wrap: wrap;
    }
    .popular .swiper-button-prev,
    .popular .swiper-button-next{
        display: none;
    }      
}

/*  home timeliness */

.newsflow .section-header{
    margin-top: 26px;
}

.newsflow .news-wrapper{
    position: sticky;
    /* top: 110px; */
    top: 1rem;
}
.newsflow .news-wrapper > div{
    margin-bottom: 20px;
}

.newsflow .news-wrapper .card-wrapper{
    position: relative;
}
.newsflow .news-wrapper .card-wrapper:hover{
    color: #001638;
}
.newsflow .news-wrapper .card-wrapper:after{
    content: '';
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -10px;
    top: -10px;
    position: absolute;
    transition: all 0.5s;
    background-color: #fff;
    z-index: -1;
}
.newsflow .news-wrapper .card-wrapper:hover:after{
    background-color: rgba(0, 102, 255, 0.05);
}

.newsflow .show-more{
    font-family: 'PFSpekkVAR-Bold';
    font-weight: 700;
    font-size: 16px;
    line-height: 115%;
    /* or 18px */

    letter-spacing: 0.02em;
    margin-top: 20px;
    /* display: none; */
}
.newsflow .show-more img{
    display: inline;
    width: 8px;
    margin-left: 4px;
}

@media screen and (max-width: 1080px) {
    .timeliness .main-wrapper > .top-row{
        display: block;        
    }
    .timeliness .main-wrapper > .top-row .asd-column{
        padding-left: 0;
        margin:2rem auto;
    }
    .timeliness .main-wrapper > .top-row > .asd-column{
        --gap: 0;
    }
}

@media screen and (max-width: 1060px) {
    .timeliness .main-wrapper .bottom-row .col-3{
        display: block;
        --columns: 1;
        --gap: 0;
    }

    .timeliness .main-wrapper .bottom-row .col-3 > div{
        width: 100%;
        margin-right: 0;
    }
    .timeliness .main-wrapper .bottom-row .col-3 > div:not(:last-of-type){
        margin-bottom: 1rem;
    }
}

/*  Economy    */

.economy .col-3 .col-left > div:not(:last-of-type){
    margin-bottom: 47px;
}

/*  bloomberg   */

.bloomberg .swiper-navigation{
    display: none;
}

@media screen and (max-width: 960px) {
    .bloomberg .col-6 {
        --gap: 0;
    }
    .bloomberg .col-6 > div {
        width: 18vw;
    }
    /* Αν μπουν κουμπιά στο bloomberg αυτό θα μετατραπεί σε block*/
    .bloomberg .swiper-navigation{
        display: none;
    }
}

@media screen and (max-width: 860px) {
    .bloomberg .col-6 > div {
        width: 26vw;
    }
}
@media screen and (max-width: 640px) {
    .bloomberg .col-6 > div {
        width: 36vw;
    }
}
@media screen and (max-width: 520px) {
    .bloomberg .col-6 > div {
        width: 48vw;
    }
}

/*  home blog   */

.blogs-wrapper{
    margin-bottom: 40px;
}
.blogs-wrapper .card:not(:last-of-type){
    margin-bottom: 30px;
}

.markets .right .section-header{
    margin-top: 17px;
}

@media screen and (max-width: 750px) {
    .blogs-wrapper{
        display: flex;
        justify-content: space-between;
        margin-bottom: 1rem;
    }
    .blogs-wrapper .card:not(:last-of-type){
        margin-bottom: 0;
    }
    .blogs-wrapper > div{
        width: calc((100% - 1rem) / 2);
    }
    
}
@media screen and (max-width: 640px) {
    .blogs-wrapper{
        display: block;
    }
    .blogs-wrapper .card:not(:last-of-type){
        margin-bottom: 1rem;
    }
    .blogs-wrapper > div{
        width: 100%;
    }
    .blog.card .title{
        width: 70%;
    }
}

/*  BUSINESS NEWS   */

.b-news .col-3 .col-left > div:not(:last-of-type){
    margin-bottom: 43px;
}
.b-news .col-3 .col-right > div:not(:last-of-type){
    margin-bottom: 61px;
}

@media screen and (max-width: 860px) {
    .b-news .col-3 .col-right > div:not(:last-of-type){
        margin-bottom: 0;
    }
    .b-news .col-3 .col-right >div:last-of-type .title{
        font-size: 22px;
    }
}
@media screen and (max-width: 750px) {
    .b-news .col-3 .col-right > div:not(:last-of-type){
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 620px) {
    .b-news .col-3 .col-right >div:last-of-type .title{
        font-size:16px;
    }
}


/* Stocks */

.stocks-info > .wrapper{
    background-color: #F8F5F0;
    border-radius: 20px;    
}

.stocks-info .top-row{
    margin-bottom: 46px;
}

.stocks-info .show-more{
    font-family: 'PFSpekkVAR-Bold';
    font-weight: 700;
    font-size: 16px;
    line-height: 115%;
    /* or 18px */

    letter-spacing: 0.02em;
    margin-top: 20px;
    display: none;
}
.stocks-info .show-more img{
    display: inline;
    width: 8px;
    margin-left: 4px;
}

/* Stocks values */

.stock-values-wrapper > div{
    width: calc(((100% - 300px) - (3 * (var(--gap))) ) / 3);

}

.stock-values-wrapper > .fx{
    flex: 0 0 300px;
}

.stock-values-wrapper .header-img{
    max-width: 300px;
    margin: 0 auto 8px;
}

.stock-values-wrapper .header{
    font-family: 'PFSpekkVAR-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    /* identical to box height, or 22px */

    letter-spacing: 0.02em;
    text-transform: capitalize;

    /* title/brown */

    color: #241B16; 
    border-bottom: 1px solid #000; 
    padding-bottom: 4px; 
    width: calc(100% - 0.75rem);
}

.stock-list-wrapper::-webkit-scrollbar-track {
    background: inherit;
}
.stock-list-wrapper::-webkit-scrollbar{
    width: 4px;
}
.stock-list-wrapper{
    max-height: 376px;
    overflow-y: scroll;
    padding-right: 0.5rem;
    border-bottom: 1px solid #000;
}

.stock-list-wrapper.sm{
    max-height: 348px;
}

.stock-values-wrapper .fx aside{
    margin:2rem auto 0;
}
.stock-list-container .headers{
    border-bottom:1px solid #000;
    padding: 10px 0 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 100%;
    /* identical to box height, or 9px */

    text-transform: uppercase;

    color: #000000;
    width: calc(100% - 0.75rem);
    justify-content: flex-end;
}

.stock-list-container .headers .name{
    margin-right: auto;
    margin-left: 10px;
}
.stock-list-container .headers .diff{
    text-align: right;
    margin-left: 2rem;
}
.stock-list-container .headers .diff_per{
    text-align: right;
    margin-left: 2rem;
}

.stock-list-wrapper .row{
    border-bottom:0.5px solid #000;
    padding: 4px 0;
    align-items: center;
    justify-content: flex-end;
}

.stock-list-wrapper .row:last-of-type{
    border:none;
}

.stock-list-wrapper .row .icon{
    width: 9px;
    height: 6px;
    margin-right: 5px;
}
.stock-list-wrapper .row .icon.up{
    background-image: url(../images/icons/arrow_up.svg);
}
.stock-list-wrapper .row .icon.down{
    background-image: url(../images/icons/arrow_down.svg);
    transform: rotate(180deg);
}

.stock-list-wrapper .row .name{
    margin-right: auto;
    font-family: 'PFSpekkVAR-SemiBold';
}
.stock-list-wrapper .row .diff_per{
    width: 6.5ch;
    text-align: right;
    font-family: 'PFSpekkVAR-SemiBold';
    font-weight: 600;
}
.stock-list-wrapper .row .diff_per.up{
    color: #20C777;
}
.stock-list-wrapper .row .diff_per.down{
    color: #EA7070;
}
.stock-list-wrapper .row .diff{
    width: 6ch;
    text-align: right;
}

@media screen and (max-width: 1280px) {
    .stock-values-wrapper.col-4, .stock-values-wrapper.col-3{
        flex-wrap: wrap;
        --gap: 4rem;
    }
    .stock-values-wrapper.col-4 > div, .stock-values-wrapper.col-3 > div{
        width: calc((100% - var(--gap)) / 2);
    }
    .stock-values-wrapper.col-4 > div:nth-of-type(2n), .stock-values-wrapper.col-3 > div:nth-of-type(2n) {
        margin-right: 0
    }
    .stock-values-wrapper.col-4 > div:nth-of-type(n + 1), .stock-values-wrapper.col-3 > div:nth-of-type(n + 1) {
        margin-top: 2rem;
    }
    
    .stock-values-wrapper > .fx{
        flex: unset;
    }    
}

@media screen and (max-width: 960px) {
    .stock-values-wrapper.col-4,  .stock-values-wrapper.col-3{
        --gap: 2rem;
    }
    .stocks-info > .wrapper{
        border-radius: 0;    
    }
}

@media screen and (max-width: 920px) {
    .stock-list-wrapper > div:nth-of-type(n + 7){
        display: none;
    }
    .stock-values-wrapper .header,
    .stock-list-container .headers{
        width: 100%;
    }
    .stock-list-wrapper{
        padding-right: 0;
        overflow-y: auto;
    }

    .stock-values-wrapper .show-more{
        display: block;
    }

    .stock-values-wrapper .fx .asd-column{
        display: none;
    }
}
@media screen and (max-width: 720px) {
    .stock-values-wrapper.col-4,  .stock-values-wrapper.col-3{
        --gap: 1rem;
    }
}
@media screen and (max-width: 680px) {
    .stock-values-wrapper.col-4 > div,  .stock-values-wrapper.col-3 > div {
        width: 100%;
        margin-right: 0;
    }
    .stock-values-wrapper.col-4 > div:nth-of-type(n + 1), .stock-values-wrapper.col-3 > div:nth-of-type(n + 1){
        margin-top: unset;
    }
    .stock-values-wrapper.col-4 > div:not(:first-of-type), .stock-values-wrapper.col-3 > div:not(:first-of-type){
        margin-top: 28px;
    }
}

/* Stocks info */

.stock-news-wrapper .list-wrapper{
    flex-wrap: wrap;
}
.stock-news-wrapper .list-wrapper > div:nth-of-type(n + 4){
    margin-top: 43px;
}

@media screen and (max-width: 960px) {
    .stock-news-wrapper .article-row > .right {
        flex: 0 0 300px;
    } 
    .stock-news-wrapper .list-wrapper.col-3{
        --columns: 2;
    }
    .stock-news-wrapper .list-wrapper.col-3 > div:nth-of-type(3n){
        margin-right: var(--gap);
    }
    .stock-news-wrapper .list-wrapper.col-3 > div:nth-of-type(2n){
        margin-right: 0;
    }
    .stock-news-wrapper .list-wrapper > div:nth-of-type(n + 4){
        margin-top: unset;
    }
    .stock-news-wrapper .list-wrapper > div:nth-of-type(n + 3){
        margin-top: 2rem;
    }
    .stock-news-wrapper .left .show-more{
        display: block;
    }
    .stock-news-wrapper .md-hide{
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .stock-news-wrapper .article-row > .right {
        display: none;
    } 
}
@media screen and (max-width: 620px) {
    .stock-news-wrapper .list-wrapper.col-3{
        --columns: 1;
    } 
    .stock-news-wrapper .list-wrapper.col-3 > div{
        width: 100%;
    } 
    .stock-news-wrapper .list-wrapper > div:nth-of-type(n + 3){
        margin-top: unset;
    }
    .stock-news-wrapper .list-wrapper > div:nth-of-type(n + 2){
        margin-top: 2rem;
    }
}

/*  Energy */
section.energy .wrapper{
    background-color: #F1F2EC;
    border-radius: 10px;
}

section.energy .section-header h2{
    /* background-color: rgba(227, 228, 215, 1); */
}


@media screen and (max-width: 960px) {
    section.energy .wrapper{
        border-radius: 0;
    }
}

/* Heating  */

.heating .wrapper{
    border-radius: 10px;
}

.heating.grey .wrapper{
    background: #E8E9EB;
}
.heating.brown .wrapper{
    background: #27221F;
    color: #fff;
}

@media screen and (max-width: 960px) {
    .heating .wrapper{
        border-radius: 0;
    }
}

/*  viral */

.viral .viral-wrapper > div{
    flex-shrink: 0;
    margin-right: 0;
}

@media screen and (max-width: 840px) {
    .viral .swiper .col-4 > div{
        width: 60vw;
    }
}
@media screen and (max-width: 720px) {
    .viral .swiper .col-4 > div{
        width: 80vw;
    }
}
@media screen and (max-width: 620px) {
    .viral .swiper .col-4 > div{
        width: 190px;
    }
}
/*  home tags */

@media screen and (max-width: 680px) {
    .home-tags{
        display: none;
    }
}


/*  Fine House  */

.house > .wrapper{
    background-color: #D9E2EB;
    padding-bottom: 1rem; 
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.house .bg-img-wrapper{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/house-bg.jpg');
    background-color: rgb(217,226,235);
}

.house .bg-img-wrapper .top{
    width: 100%;
    height: 100%;
    background: rgb(217,226,235);
    background: linear-gradient(90deg, rgba(217,226,235,0.50) 0%, rgba(217,226,235,1) 45%, rgba(217,226,235,1) 100%);
}

.house-lists-container{
    padding-bottom: 40px;
    flex-grow: 1;
}

.house-lists-wrapper{
    min-width: 300px;
    /* margin:0 auto; */
    /* width: 100%; */
}

.house .house-wrapper{
    padding: 0 3.5rem;
    text-align: center;
    position: relative;
    align-items: center;
}

.house .house-info{
    flex: 0 0 310px;
    margin-right: 1rem;
    font-family: 'PFSpekkVAR-SemiBold';
}

.house .house-lists-container .card-wrapper{
    max-width: 300px;
}

.house .house-info h2{
    font-weight: 600;
    font-size: 63.2107px;
    line-height: 1;
    /* or 61px */

    letter-spacing: -0.02em;

    color: #001738; 
    margin-bottom: 14px;  
    width: fit-content; 
}

.house .house-info h2 span{
    display: block;
    width: fit-content; 
}

.house .house-info h2::after,
.house .house-info h2 span::after{
    top: unset;
    bottom: 0;
}

.house .house-info p{
    width: 233px;
    margin:0 auto;
    font-weight: 600;
    font-size: 16.1538px;
    line-height: 110%;
    /* or 18px */

    color: #001638;    
}

.house .swiper-horizontal>.swiper-pagination-bullets, 
.house .swiper-pagination-bullets.swiper-pagination-horizontal, 
.house .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0;
}
.house span.swiper-pagination-bullet{
    background-color: #fff;
    opacity: 1;
}
.house span.swiper-pagination-bullet-active{
    background-color: #1C1C1C;
}

@media screen and (max-width: 1260px) {
    .house .house-wrapper{
        padding: 0 2rem;
    }
}
@media screen and (max-width: 1160px) {
    .house .house-wrapper{
        padding: 0;
    }
    .house .house-info{
        flex-basis: 250px;
    }
    .house .house-info h2{
        font-size: 50px;
    }
}
@media screen and (max-width: 1020px) {
    .house .house-info h2{
        font-size: 42px;
    }
}

@media screen and (max-width: 960px) {
    .house > .wrapper{ 
        border-radius: 0;
    }
}

@media screen and (max-width: 720px) {
    .house-wrapper{ 
        display: block;
    }
    .house .house-info{
        display: flex; 
        margin-right: 0;
        margin-bottom: 2rem;
        align-items: center;
        justify-content: center;
    }
    .house .house-info h2{
        margin-bottom: 0;
        font-size: 50px;
    }
    .house .house-info p{
        width: 100%;
        padding: 0 2rem;
    }
}

@media screen and (max-width: 640px) {
    .house .bg-img-wrapper .top{
        background: linear-gradient(180deg, rgba(217,226,235,0.50) 0%, rgba(217,226,235,1) 45%, rgba(217,226,235,1) 100%);
    }
}
@media screen and (max-width: 480px) {
    .house .house-info{
        display: block;
    }
    .house .house-info h2{
        margin-bottom: 1rem;
    }
}

/* Sections - Margins */

.home-top{margin-top: 28px;}
.popular{margin-top: 24px;}
.timeliness{margin-top: 54px;}
.life-arts{margin-top: 50px;}
.b-stories{margin-top: 62px;}
.economy{margin-top: 57px;}
.bloomberg{margin-top: 36px;}
.markets{margin-top: 48px;}
.b-news{margin-top: 44px;}
.politics{margin-top: 53px;}
.greece{margin-top: 80px;}
.work{margin-top: 80px;}
.international{margin-top: 80px;}
.viral{margin-top: 80px;}
.news{margin-top: 74px;}
.home-tags{margin-top: 101px;}
.stocks-info{margin-top: 60px;}
.energy{margin-top: 49px;}
.house{margin-top: 41px;}
.heating{margin-top: 60px;}

.popular .section-header{margin-bottom: 14px;}
.timeliness .section-header{margin-bottom: 17px;}
.b-stories .section-header{margin-bottom: 27px;}
.bloomberg .section-header{margin-bottom: 30px;}
.viral .section-header{margin-bottom: 25px;}
.news .section-header{margin-bottom: 40px;}
.home-tags .section-header{margin-bottom: 25px;}
.stocks-info .section-header{margin-bottom: 38px;}
.stocks-info .section-header.md{margin-bottom: 28px;}

:is(.economy, .markets, .b-news, .politics, .greece, .work, .international, .news, .life-arts) .section-header{margin-bottom: 30px;}
:is(.energy, .heating) .section-header{margin-bottom: 35px;}

@media screen and (max-width: 880px) {
    .home-top{margin-top: 22px;}
    .timeliness{margin-top: 48px;}
    .life-arts{margin-top: 46px;}
    .b-stories{margin-top: 50px;}
    .economy{margin-top: 45px;}
    .markets{margin-top: 40px;}
    .politics{margin-top: 44px;}
    .greece{margin-top: 44px;}
    .work{margin-top: 44px;}
    .international{margin-top: 44px;}
    .viral{margin-top: 44px;}
    .news{margin-top: 60px;}
    .stocks-info{margin-top: 45px;}
    .energy{margin-top: 40px;}
    .house{margin-top: 36px;}
    .heating{margin-top: 44px;}

    .stocks-info .section-header{margin-bottom: 32px;}
    .stocks-info .section-header.md{margin-bottom: 26px;}

    :is(.popular, .timeliness, .b-stories) .section-header{margin-bottom: 17px;}
    :is(.economy, .markets, .b-news, .politics, .greece, .work, .international, .news, .life-arts) .section-header{margin-bottom: 20px;}
    :is(.bloomberg, .viral) .section-header{margin-bottom: 25px;}
    :is(.energy, .heating) .section-header{margin-bottom: 25px;}
}

@media screen and (max-width: 520px) {
    .home-top{margin-top: 14px;}
    .timeliness{margin-top: 41px;}
    .life-arts{margin-top: 40px;}
    .b-stories{margin-top: 40px;}
    .economy{margin-top: 30px;}
    .markets{margin-top: 35px;}
    .b-news{margin-top: 40px;}
    .politics{margin-top: 37px;}
    .greece{margin-top: 21px;}
    .international{margin-top: 24px;}
    .viral{margin-top: 21px;}
    .news{margin-top: 50px;}
    .stocks-info{margin-top: 39px;}
    .energy{margin-top: 33px;}
    .house{margin-top: 33px;}
    .heating{margin-top: 33px;}

    :is(.economy, .markets, .b-news, .politics, .greece, .work, .international, .news, .life-arts) .section-header{margin-bottom: 12px;}
    :is(.bloomberg, .viral) .section-header{margin-bottom: 21px;}
    :is(.energy, .heating) .section-header{margin-bottom: 21px;}
}


/*  stocks marquee */

/*.stocks-marquee-outer{
    margin-top: 18px;
}*/
.stocks-marquee{
    border-bottom: 2px solid #000;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.stocks-marquee .stocks-header{
    flex: 0 0 150px;
    align-items: center;
}
.stocks-marquee .stocks-header h3{
    font-family: 'PFSpekkVAR-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 13.6673px;
    line-height: 26px;
    /* identical to box height, or 189% */
    text-transform: uppercase; 
    margin: 0 1ch;   
}

.stocks-play{
    width: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
    margin-left: 20px;
}
.stocks-play-wrapper{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.stocks-marquee.play .stocks-icon.play{
    display: none;
}
.stocks-marquee.stopped .stocks-icon.pause{
    display: none;
}

.stocks-marquee .stocks-container{
    overflow: hidden;
}

.stocks-marquee .stocks-container .stock-item{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.stocks-marquee .stocks-container .stock-item{
    margin-right: 26px!important;
}
.stocks-marquee .stocks-container .stock-item > *:not(last-child){
    margin-right: 4px;
}

.stocks-marquee .stocks-container .stock-item .name,
.stocks-marquee .stocks-container .stock-item .value,
.stocks-marquee .stocks-container .stock-item .percentage{
    font-family: 'PFSpekkVAR-Bold';
    font-size: 13.5px;
    line-height: 25px;
    font-weight: 700; 
}

.stocks-marquee .stocks-container .stock-item .value{
    font-family: 'PFSpekkVAR-Regular';
    font-weight: 400; 
}

.stocks-marquee .stocks-container .stock-item .percentage.up{
    color: #20C777;
}
.stocks-marquee .stocks-container .stock-item .percentage.down{
    color: #EA7070;
}

.stocks-marquee .stocks-container .stock-item .icon{
    width: 14px;
}

.stocks-marquee .transition{
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (min-width: 620px) {  
    .stocks-play{
        margin-left: 0;
    }
}
@media screen and (min-width: 1274px) {  
    .stocks-marquee-outer{
        margin-top: 0;
    }
}

@media screen and (max-width: 720px) {  
    .stocks-marquee .stocks-header{
        flex-basis: unset;
    }
    .stocks-marquee .stocks-header h3{
        display: none;
    }
}

/* Life Arts */

section.life-arts .wrapper{
    background-color: #F8F5F0;
    border-radius: 10px;
}

section.life-arts .section-header h2{
    background-color: #F8F5F0;
}


.full-row .card .title{
    font-size: 44px;
    line-height: 46px;
    width: 58%;
}
.full-row .card .card-info{
    width: calc(100% - 8rem);
    margin-inline: auto;
    margin-top: -2rem;
    position: relative;
    background-color: #F8F5F0;
    padding: 24px 44px;
}

.full-row .card .card-info .group{
    padding-left: 34px;
    margin-left: 34px;
    border-left: 1px solid;
    width: 42%;
    height: fit-content;
    margin-top: 0.75rem;
}

.full-row .card .card-details{
    margin-top: 12px;
}

.life-arts .article-row .card .title{
    font-size: 26px;
    line-height: 30px;
}

.life-arts .article-row{
    justify-content: space-between;
}

.life-arts .article-row .left{
    padding-top: 33px;
}
.life-arts .article-row .center,
.life-arts .article-row .right{
    flex: 0 0 300px;
    box-sizing: content-box;
}

.life-arts .article-row .center{
    padding: 33px 36px 36px 33px;
    background-color: #EAE5DE;
    margin-left: 43px;
}
.life-arts .article-row .right{
    padding: 33px 0 36px 33px;
}
.life-arts .article-row .right .card-image{
    display: block;
}
.life-arts .article-row .center .lead,
.life-arts .article-row .right .lead{
    display: none;
}

.life-arts .left > div:not(:last-of-type){
    margin-bottom: 64px;
}

.life-arts .left .card{
    width: 100%;
}
.life-arts .left .card-image{
    width: 37%;
}
.life-arts .left .card-info{
    width: 63%;
}

@media screen and (max-width: 1260px) { 
    .life-arts .article-row{
        flex-wrap: wrap;
    }
    .life-arts .article-row .left{
        flex: 0 0 100%;
        display: flex;
        justify-content: space-between;
    }
    .life-arts .article-row .left > div{
        flex: 1;
    }
    .life-arts .article-row .left > div:first-of-type{
        padding-right: 33px;
    }
    .life-arts .article-row .left > div:last-of-type{
        padding-left: 33px;
    }
    .life-arts .article-row .left{
        padding-top: 0;
        margin-block: 1rem 2rem;
    }
    .life-arts .left > div:not(:last-of-type){
        margin-bottom: 0;
    }
    .life-arts .article-row .center,
    .life-arts .article-row .right{
        flex: 1;
    }
    .life-arts .article-row .center{
        margin-left: 0;
    }
} 
@media screen and (max-width: 1120px) {  
    .full-row .card .card-info{
        width: calc(100% - 6rem);
    }
}
@media screen and (max-width: 980px) {  
    .full-row .card .title{
        font-size: 36px;
        line-height: 38px;
    }
    .full-row .card .card-info{
        width: calc(100% - 4rem);
        padding-inline: 2rem;
    }
    .full-row .card .card-info .group{
        padding-left: 26px;
        margin-left: 26px;    
    }
}

@media screen and (max-width: 960px) {  
    .life-arts .article-row .left{
        display: block;
    }
    
    .life-arts .article-row .left > div:first-of-type{
        padding-right: 0;
    }
    .life-arts .article-row .left > div:last-of-type{
        padding-left: 0;
    }
    .life-arts .article-row .left .card-image{
        width: 25%;
        --aspect-ratio: 1!important;
    }
    .life-arts .article-row .left .card-info{
        width: 75%;
    }
    .life-arts .left > div:not(:last-of-type){
        margin-bottom: 32px;
    }
    .life-arts .left .card{
        align-items: center;
    }
    .life-arts .article-row .left .lead{
        display: none;
    }
}
@media screen and (max-width: 820px) {  
    .full-row .card .title{
        font-size: 32px;
        line-height: 34px;
    }
}

@media screen and (max-width: 720px) {  
    .full-row .card .card-info{
        display: block;
        padding-top: 12px;
    }
    .full-row .card .title{
        width: 100%;
    }
    .full-row .card .card-info .group{
        margin-left: 0;
        padding-left:0;
        border-left: none;
        width: 100%;
    }
    .life-arts .article-row .left .title,
    .life-arts .article-row .right .title,
    .life-arts .article-row .center .title{
        font-size: 22px;
        line-height: 115%;
    }
}
@media screen and (max-width: 620px) { 
    .full-row .card .title{
        font-size: 24px;
        line-height: 27px;
    } 
    .full-row .card .card-info{
        width: calc(100% - 48px);
        padding-inline: 16px;
    }
    
    .life-arts .article-row .center,
    .life-arts .article-row .right{
        box-sizing: border-box;
    }
    .life-arts .article-row .right{
        padding: 0;
    }
    .life-arts .article-row .center{
        width: calc(100% + 52px);
        margin-left: -28px;
        padding-inline: 24px 28px;
        margin-bottom: 2rem;
    }
    .life-arts .article-row .left .title,
    .life-arts .article-row .right .title,
    .life-arts .article-row .center .title{
        font-size: 16px;
    }
    .life-arts .article-row .right{
        margin-bottom : 0;
    }
}


@media screen and (max-width: 580px) { 
    .life-arts .article-row .left .card-image{
        width: 35%;
    }
    .life-arts .article-row .left .card-info{
        width: 65%;
    }
}

@media screen and (max-width: 520px) {
    .life-arts .full-row{
        width: calc(100% + 52px);
        margin-left: -28px;
    }    
}
@media screen and (max-width: 460px) {
    .life-arts .full-row{
        width: calc(100% + 40px);
        margin-left: -22px;
    }
    .full-row .card .card-info{
        width: calc(100% - 2rem);
    }
    .life-arts .article-row .center{
        width: calc(100% + 40px);
        margin-left: -22px;
        padding-inline: 18px 22px;
    }    
}

/* Climate Change 27-10-23 */
    .energy.section.climate-change .wrapper.large {
        background-image: url(https://www.newmoney.gr/wp-content/themes/newmoney/assets/images/Frame%20716.png);
        background-color: #F6F5E6;
    }
    .climate-change.energy .wrapper {
        background: transparent;
    }
    .climate-change, .climate-change .title, .climate-change p {
        color: #0C2667;
    }
    .climate-change .col-main .full-row .card .title {
        font-size: 44px;
        line-height: 46px;
    }

    .climate-change .col-main .full-row .card .card-info {
        width: 100%;
        margin-inline: auto;
        margin-top: -1rem;
        position: relative;
        background-color: transparent;
        padding: 24px 44px 24px 0;
    }
    .climate-change.energy .col-3.both-sides > .col-right.asd-start aside {
        order: 0;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .climate-change.energy .card.tm-row .title {
        font-size: 26px;
        line-height: 30px;
    }
    .climate-change.energy .card.img-pd.tm-row {
        background-color: #E9E8DA;
        padding: 33px 36px 36px 33px;
    }
    .climate-change .bottom-row .col-3.flex .card-wrapper .card.row .card-image {
        flex: 0 0 45%;
    }
    @media screen and (max-width: 1024px) {
    .climate-change.energy .wrapper .col-3.flex .card-wrapper .card.row .card-info {
        padding-left: 10px;
    }
    }
    @media screen and (max-width: 960px) {
    .climate-change.energy .wrapper .col-3.flex .card-wrapper .card.row {
        flex-direction: column;
        padding: 33px 36px 36px 33px;
    }
    .climate-change.energy .card.row.lg .card-image, .climate-change.energy .card.row .card-image {
        width: 100%;
        margin-bottom: 12px;
    }
    .climate-change.energy .wrapper .col-3.flex .card-wrapper .card.row .card-info {
        padding-left: 0;
    }
    .climate-change.energy .wrapper .col-3.flex .card-wrapper .card.row .title {
        font-size: 16px;
        line-height: 115%;
        letter-spacing: 0;
    }
    }
    @media screen and (max-width: 640px) {
    .climate-change.energy .wrapper .col-3.flex {
        flex-direction: column;
    }
    .energy.section.climate-change .col-main {
        width: 100%
    }
    /*.energy.section.climate-change .col-main .full-row .card .card-info {
        width: calc(100% - 2rem);
        padding-inline: 16px;
    }*/
    .energy.section.climate-change .col-main .full-row .card .title {
        font-size: 24px;
        line-height: 27px;
    }
    .energy.section.climate-change .col-right {
        width: calc(100% + 40px);
        margin-top: 0;
        margin-left: -22px;
    }
    .energy.section.climate-change .col-right .card.img-pd.tm-row {
        padding: 33px 18px 36px 22px
    }
    .energy.section.climate-change .col-right .card .title {
        font-size: 16px;
        line-height: 115%;
    }
    .climate-change.energy .wrapper .col-3.flex .card-wrapper .card.row {
        flex-direction: row;
        padding: 0;
    }
    .climate-change.energy .wrapper .col-3.flex .card-wrapper {
        margin-bottom: 40px;
    }
    .climate-change.energy .wrapper .bottom-row .col-3.flex .card.row._txt-md .card-image {
        --aspect-ratio: 1.28!important;
        flex: 0 0 35%;
    }
    .climate-change.energy .wrapper .col-3.flex .card-wrapper .card.row .card-info {
        padding-left: 20px;
    }
    }