/*.post-content {
    max-width: 520px;
}*/
.single{
    padding-top: 26px;
}
/*  article header  */

.article-header{
    text-align: center;
    color: #000000;   
}

.article-header .category-title{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;

    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.article-header .title{
    font-family: 'PFSpekkVAR-SemiBold';
    /*font-style: normal;*/
    font-weight: 600;
    font-size: 62px;
    line-height: 110%;
    /* or 68px */
    letter-spacing: -0.02em;
    max-width: 1120px;
    padding: 0 2rem;
    margin:0 auto 1rem;
}

.article-header .sub-title{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    /* or 29px */
    letter-spacing: 0.02em;
    max-width: 900px;
    padding: 0 2rem;
    margin: 0 auto;
}

.article-post{
    margin: 2rem 0 5rem;
}

.single .details{
    margin-bottom: 34px;
}

.single .details .social-list{
    margin-right: 22px;
    width: 193px;
}
.single.darkroom .details .social-list{
    margin-right: 20px;
}

.single .details .social-list.social ul{
    margin:0 auto;
    width: fit-content;
}
.single .details .social-list.social ul li{
    margin-right: 32px;
    width: 36px;
    height: 36px;
}

.single .details .social-list.social ul li {
    margin-right: 16px;
}

.single .details .social-list.social ul li.fb{
    background-size:10px 20px;
}
.single .details .social-list.social ul li.tw{
    background-size:28px 28px;
}

.single .details .social-list.social ul li.prnt{
    background-size:20px 15px;
}

.single .details > div{
    border-bottom: 2px solid #000; 
    padding-top: 18px;    
    padding-bottom: 14px;    
}

.darkroom .details .social-list{
    padding-top: 25px;
}
.darkroom .details .post-info{
    padding-top: 28px;
}

.single .details .post-info{
    flex-grow: 1;
    align-items: center;
}

.single .details .author{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    /* identical to box height, or 18px */
    text-transform: uppercase;    
}
.single .details time{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    /* identical to box height, or 16px */
    text-transform: uppercase;  
    margin-left: 40px;
}

.single .details time:before{
    width: 16px;
    left: -22px;
    bottom: 4px;
}

.darkroom .details time{
    margin-left: 0;
}
.darkroom .details time:before{
    display: none;
}
.darkroom .details time{
    font-weight: 600;
    font-size: 20px;
    line-height: 117%;

    letter-spacing: -0.02em;
}
.darkroom .details time span{
    font-weight: 400;
}

.darkroom .details .post-info.adj-btns{
    justify-content: space-between;
}

.darkroom .details .switch.text-handle{
    margin-left: 20px;
}
.darkroom .details .switch.text-handle > div:first-child{
    border-right: 1px solid #000;
    font-size: 16px;
}
.darkroom .details .switch.text-handle > div:last-child{
    font-size: 24px;
}

.article-post .related-articles{
    position: absolute;
    left: 0;
    top: 0;
    width: 193px;
}
.article-post .post-body{
    position: relative;
}   

.article-post .post{
    padding-left: 215px;
    adding-left: 300px;
}
.darkroom .article-post .post{
    padding-left: 213px;
}

.article-post .post .post-content :is(p, ol, ul, h1, h2, h3, h4, h5, h6){
    padding-right: 38px;   
    margin-bottom: 2rem; 
}
.darkroom .article-post .post .post-content :is(p, ol, ul, h1, h2, h3, h4, h5, h6){
    padding-right: 0;   
}

.article-post .post-content p{
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    /* or 27px */

    /*letter-spacing: -0.1px;*/    
}
.article-post .post-content h2{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    /* or 35px */

    letter-spacing: -0.01em;   
}
.article-post .post-content h3{
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    /* identical to box height, or 34px */

    letter-spacing: -0.01em;   
}

.article-post .post-content ol{
    list-style: decimal;
    margin-left: 3ch;
}
.article-post .post-content ul{
    list-style: disc;
    margin-left: 3ch;
}

.article-post .post-content li{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    /* or 27px */

    letter-spacing: -0.01em;    
}

.article-post .post-content a{
    color: #0066FF;
    font-weight: 600;
    position: relative;
    background: linear-gradient(rgba(0, 102, 255, 0.2),rgba(0, 102, 255, 0.2)) left no-repeat;
    background-size: 0 6px;
    background-position: 0 90%;
    position: relative;
    transition: all 0.3s ease;
}

.article-post .post-content a:hover {
    background-size: 100% 6px;
  }

.article-post .post figure{
    margin-bottom: 2rem;
    /*width: calc(100% + 108px);
    margin-left: -108px;*/
}

.article-post .post figure figcaption{
    margin-top: 0.5rem;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    /* or 17px */

    /* text-transform: capitalize; */
}

@media screen and (max-width: 1120px) {
    .single .details .post-info{
        display: block;
    } 
    .single .details .post-info .author{
        margin-bottom: 4px;
    }
    .single .details time{
        margin-left: 22px;        
    }
    .darkroom .details .post-info{
        display: flex;
    }
    .single.darkroom .details time{
        margin-left: 0;        
    }
}

@media screen and (max-width: 1080px) {
    .article-header .title{
        font-size: 55px;    
    }
}
@media screen and (max-width: 960px) {
    .article-header .title{
        font-size: 45px;
        padding: 0;    
    }
    .article-header .category-title,
    .article-header .sub-title{
        font-size: 21px;
    }
    .single .details{
        flex-direction: column-reverse;
    }
    .single .details .social-list{
        border: none;
        width: 100%;
        margin-right: 0;
    } 
    .single .details .social-list.social ul{
        margin-left: 0;
    }
    .article-post{
        margin-bottom: 4rem;
    }
    .article-post .related-articles{
        border-top: 1px solid #000;
        padding-top:1rem;
        margin-top: 26px;
        position: static;
        width: 100%;
    }
    .darkroom .article-post .post,
    .article-post .post{
        padding-left: 0;
    }
    .article-post .post figure{
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .article-header .title{
        font-size: 38px;
    }
    .article-header .sub-title{
        padding: 0 1rem;
    }
    .article-post{
        display: block;
    }    
    .article-post .asd-column{
        display: none;
    }  
    .article-post .article-main-image{
        width: calc(100% + 56px);
        margin-left: -28px;
    } 
    .article-post .post .post-content :is(p, ol, ul, h1, h2, h3, h4, h5, h6){
        padding-right: 0;
    } 
}


@media screen and (max-width: 580px) {
    .article-post .article-main-image,
    .article-post .post figure{
        width: calc(100% + 52px);
        margin-left: -28px;
    }
    .article-post .post figure figcaption{
        padding:0 24px 0 28px;
    }
    .article-header .category-title{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .article-header .sub-title{
        font-size: 18px;
        padding: 0;
    }
    .article-post{
        margin-bottom: 3.125rem;
    }
    .article-post .post-content p{
        font-size: 18px;
        line-height: 150%;    
    }

    .article-post .post-content li{
        font-size: 22px;
    }
}

@media screen and (max-width: 520px) {
    .article-header .title{
        font-size: 30px;    
    }
    .article-post .related-articles{
        margin-top: 30px;
    }
}
@media screen and (max-width: 460px) {
    .article-post .article-main-image,
    .article-post .post figure{
        width: calc(100% + 40px);
        margin-left: -22px;
    }
    .article-post .post figure figcaption{
        padding:0 18px 0 22px;
    }
}

/*  dark mode */

.darkmode .article-outer{
    background-color: #000;
}

.darkmode .darkroom .article-post,
.darkmode .single .details .post-info,
.darkmode .darkroom .post-footer .tag{
    color: #fff;
}

.darkmode .related-articles .card-date:before,
.darkmode .darkroom .details .switch.text-handle > div:first-child,
.darkmode .post-footer .tag,
.darkmode .related-articles.nav-articles > div,
.darkroom .related-articles.nav-articles .card-wrapper:not(:last-of-type):after,
.darkmode .darkroom .details > div{
    border-color: #fff;;
}

.darkmode .night-mode img{
    filter: invert(1);
}

/*  footer */

.post .post-footer .tag-list{
    flex-wrap: wrap;
    margin-bottom: 0;
}
.post-footer .tag{
    border: 1px solid #000000;
    border-radius: 8px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    /* identical to box height, or 16px */

    letter-spacing: -0.01em;

    color: #241B16;
    padding: 6px 0.75rem;
}


.darkroom .post-footer .tag{
    border-radius: 8px;
    font-size: 18px;

    color: #000000;
    padding: 0.5rem;
}

.darkroom .post-footer .tag:hover,
.post-footer .tag:hover{
    background: #0066FF;
    border: 1px solid #0066FF;
    color: #fff;
}


.post-footer .tag{
    margin-right: 1rem;
    margin-bottom: 12px;
}
.darkroom .post-footer .tag{
    margin-bottom: 1rem;
}

.darkmode .darkroom .post-footer .tag:hover{
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
}

@media screen and (max-width: 520px) {
    .darkroom .post-footer .tag,
    .post-footer .tag{
        font-size: 14px;
        margin-right: 0.5rem;
        margin-bottom: 0.5rem;
    }
}

/*  further reading links inside footer */

.post-footer .read-more{
    margin-top: 90px;
}

.post-footer .read-more .section-header{
    margin-bottom: 1rem;
}
.post-footer .read-more .section-header h3{
    margin-bottom: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    /* identical to box height, or 26px */

    text-transform: capitalize;
}

.post .post-footer .read-more-article{
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 110%;
    margin-bottom: 1rem;
    padding-right: 0;
}

.post .post-footer .read-more-article a{
    background: linear-gradient(rgba(0, 102, 255, 0.2),rgba(0, 102, 255, 0.2)) left no-repeat;
    background-size: 0 6px;
    background-position: 0 90%;
    position: relative;
    transition: all 0.3s ease;
}

.post .post-footer .read-more-article a:hover {
    background-size: 100% 6px;
  }

.post .post-footer .read-more-article:last-of-type{
    margin-bottom: 0;
}

@media screen and (max-width: 960px) {
    .post-footer .read-more{
        margin-top: 45px;
    } 
    .post .post-footer .read-more-article{
        font-size: 20px;
    }   
}

@media screen and (max-width: 620px) { 
    .post .post-footer .read-more-article{
        font-size: 18px;
    }   
}


/*  related */
.related-articles .related-header{
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 120%;
    /* identical to box height, or 23px */

    letter-spacing: 0.04em;  
    margin-bottom: 0.5rem;  
}

.related-articles.nav-articles .related-header{
    margin-bottom: 1rem;
}
.related-articles .card-wrapper:not(:last-of-type){
    margin-bottom: 2rem;    
}
.related-articles.nav-articles .pagination-card:not(:last-of-type){
    margin-bottom: 40px;
    padding-bottom: 48px;
    position: relative;    
}
.related-articles.nav-articles .pagination-card:not(:last-of-type):after{
    content: "";
    width: 100%;
    border-top:1px solid #000;
    left: 0;
    bottom: 0;
    position: absolute;
}

.related-articles .card .card-image{
    margin-bottom: 0.5rem;
}
.related-articles .card .title{
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 117%;
    /* or 20px */

    letter-spacing: -0.02em;    
}
.related-articles.nav-articles .card .title{
    font-weight: 400;   
}

.related-articles .card .card-date{
    margin-top: 0.375rem;
}

.related-articles.nav-articles .card .card-date{
    margin-top: 0.5rem;
    font-weight: 600;
    font-size: 16px;
    line-height: 117%;
    /* identical to box height, or 19px */

    letter-spacing: -0.02em;
}

.related-articles .card .card-date:before{
    width: 12px;
    left: -16px;
    bottom: 6px;
}

@media screen and (max-width: 768px) {
    .related-articles.nav-articles{
        display: flex;
        justify-content: space-between;
    }
    .related-articles.nav-articles > div{
        width: calc((100% - 2rem) / 2);
        position: relative;
        border-top: 1px solid #000;
        padding-top: 1rem;
    }
    .related-articles.nav-articles .pagination-card:not(:last-of-type){
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .article-post .related-articles.nav-articles{
        border-top: none;
    }
    .related-articles.nav-articles .pagination-card:not(:last-of-type):after{
        display: none;
    }
    .article-post .related-articles .related-wrapper{
        display: flex;
        justify-content: space-between;
    }
    .article-post .related-articles .related-wrapper{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .article-post .related-articles .related-wrapper > div{
        flex: 1 1 calc((100% - 2rem) / 3);  
        margin-bottom: 0;  
    }
    .article-post .related-articles .related-wrapper > div:not(:last-of-type){
        margin-right: 1rem;
    }
}

@media screen and (max-width: 680px) {
    .article-post .related-articles .related-wrapper > div{
        flex: 1 1 calc((100% - 1rem) / 3);  
    }
    .article-post .related-articles .related-wrapper > div:not(:last-of-type){
        margin-right: 0.5rem;
    }
}

@media screen and (max-width: 580px) {
    .article-post .related-articles .related-wrapper > div{
        flex: 1 1 calc((100% - 1rem) / 2);  
    }
    .article-post .related-articles .related-wrapper > div:not(:last-of-type){
        margin-right: unset;
    }
    .article-post .related-articles .related-wrapper > div:first-of-type{
        margin-right: 1rem;
    }
    .article-post .related-articles .related-wrapper > div:last-of-type{
        margin-right: 0;
    }
    .article-post .related-articles .related-wrapper > div:nth-of-type(3){
        margin-top: 1rem;
    }
}

/*  dark room */

.darkroom .article-header{
    padding: 3.375rem;
    /* background-color: #000; */
    position: relative;

    color: #fff;
    border-radius: 1rem;
    /* background: rgb(0,0,0); */
    overflow: hidden;
}

.darkroom .article-header .logo{
    width: 282px;
    margin:0 auto;
    position: relative;
    z-index : 3;
}

.darkroom .article-header .title{
    margin-bottom: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 117%;
    position: relative;
    z-index : 3;
}

.darkroom .article-header .main-image-wrapper{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.darkroom .article-header .main-image-wrapper .img-bg{
    background: rgb(0,0,0);
}
.darkroom .article-header .main-image-wrapper .img-bg.right{
    background: radial-gradient(circle, rgba(0,0,0,0.5) 0%, rgba(0,0,0,1) 40%);
}
.darkroom .article-header .main-image-wrapper > div{
    flex: 1;
    height: 100%;
}
.darkroom .article-header .main-image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media screen and (max-width: 1120px) {
    .darkroom .article-header{
        padding: 3rem;
    }
}
@media screen and (max-width: 1060px) {
    .darkroom .article-header{
        padding: 2.75rem;
    }
}
@media screen and (max-width: 960px) {
    .darkroom .article-header .main-image-wrapper{
        display: none;
    }
    .darkroom .article-header{
        background: #000;
        padding: 2.25rem;
    }
    .darkroom .article-header .title{
        font-size: 48px;
    }
}

@media screen and (max-width: 768px) {
    .darkroom .article-header{
        border-radius: 0;
        width: calc(100% + 56px);
        margin-left: -28px;
        padding: 1.75rem;
    }
    .darkroom .article-header .title{
        font-size: 42px;
    }
}
@media screen and (max-width: 580px) {
    .darkroom .article-header{
        width: calc(100% + 52px);
    }
    .darkroom .details .post-info{
        flex-direction: column;
        padding-top: 13px;
    }
    .darkroom .details{
        flex-direction: column;
    }
    .darkroom .details > div{
        border-bottom: none;
        border-top: 2px solid #000;
    }
    .single.darkroom .details .social-list ul{
        margin:0 auto;
    }
    .darkroom .details .post-info .adjust-btns{
        margin-top: 20px;
    }
}
@media screen and (max-width: 520px) {
    .darkroom .article-header .logo{
        width: 248px;
    }
    .darkroom .article-header{
        padding: 20PX;
    }
}
@media screen and (max-width: 460px) {
    .darkroom .article-header{
        width: calc(100% + 40px);
        margin-left: -22px;
    }
}
@media screen and (max-width: 370px) {
    .darkroom .article-header .title{
        font-size: 36px;
    }
}

/*  more articles */

.more-articles{
    padding-bottom: 58px;
}

.more-articles .section-header{
    margin-bottom: 37px;
}

.more-articles .section-header h3{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    /* identical to box height, or 32px */

    text-transform: capitalize;
}

.darkmode .more-articles .section-header h3{
    background-color: #000;
    color: #fff;
}

.darkmode .more-articles .section-header:after{
    border-top:1px solid #fff;;
}

.darkmode .more-articles .card,
.darkmode .more-articles .card-details .author{
    color: #fff;
}

.darkmode .more-articles .card-details .card-date:before{
    border-color: #fff;
}

.more-articles .article-grid{
    --gap: 38px;
}

.more-articles .article-grid > div:nth-of-type(n + 4){
    margin-top: 64px;
}

@media screen and (max-width: 1160px) {
    .more-articles .article-grid{
        --gap: 1rem;
    }
}
@media screen and (max-width: 1080px) {
    .more-articles .article-grid{
        --columns: 2;
        --gap: 1.5rem;
    }
    .more-articles .article-grid > div:nth-of-type(3n){
        margin-right: var(--gap);
    }
    .more-articles .article-grid > div:nth-of-type(2n){
        margin-right: 0;
    }
    .more-articles .article-grid > div:nth-of-type(n + 4) {
        margin-top: unset;
    }
    .more-articles .article-grid > div:nth-of-type(n + 3){
        margin-top: 2rem;
    }
}

@media screen and (max-width: 920px) {
    .more-articles .aside-2{
        display: block;
    }
    .more-articles .aside-2 .asd-column{
        display: none;
    }
}

@media screen and (max-width: 620px) {
    .more-articles .article-grid{
        --gap: 1rem;
    }
    .more-articles .article-grid > div:nth-of-type(n + 3){
        margin-top: 30px;
    }
}

@media screen and (max-width: 580px) {
    .more-articles .article-grid{
        --columns: 1;
        --gap: 0;
    }
    .more-articles .article-grid > div:nth-of-type(n + 3){
        margin-top: unset;
    }
    .more-articles .article-grid > div:nth-of-type(n + 2){
        margin-top: 30px;;
    }
}

@media screen and (max-width: 520px) {
    .more-articles .card .title{
        font-size: 22px;;
    }
}

/* Lemon */

/* Lemon Header */

.lemon .article-header{
    background-color: #000;
    color:#fff;
    position: relative;
}

.lemon .article-header:after{
    content: "";
    height: 80px;
    width: 16px;
    background-color: #F3DA28;
    opacity: 0.5;
    z-index:2;
    position: absolute;
    bottom: -55px;
    left: 67%;
}

.lemon .article-header > div{
    width: 50%;
}

.lemon .header-info{
    align-items: center;
    justify-content: space-between;
    padding-right: 1rem;
    padding-left: calc(((100vw - var(--wrapperWidth)) / 2 + 3rem));
}
.lemon .header-info .lemon-logo{
    width: 126px;
    margin-top: -4rem;
    z-index:100;
    position: relative;
}
.lemon .header-info .additional-info{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    /* identical to box height, or 24px */

    text-transform: uppercase;
    position: relative;
    margin-top: 70px;
}
.lemon .header-info .additional-info::before{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #F3DA28;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.lemon .header-info .title{
    font-family: 'PFSpekkVAR-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 115%;
    margin-top: 50px;
    padding-inline: 0;
    margin-bottom: 0;
}
.lemon .header-info .author{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    /* identical to box height, or 29px */
    letter-spacing: -0.02em;
    margin-top: 26px;
    margin-bottom: 0.5rem;
}
.lemon .header-info .author .name{
    font-weight: 600;
    position: relative;
    display: inline-block;
}
.lemon .header-info .author .name:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 3px solid #F3DA28;
    width: 100%;
}
.lemon .header-info .article-date{
    margin-bottom: 2rem;
    margin-top: auto;
}
.lemon .header-info .article-date time{
    font-family: 'PFSpekkVAR-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 117%;
}
.lemon .header-info .article-date time span{
    font-family: 'PFSpekkVAR-Regular';
    font-weight: 400;
}

@media screen and (max-width: 1260px) {
    .lemon .header-info{
        padding-left: 1rem;
    }
    .lemon .header-info .additional-info{
        margin-top: 45px;
    }
    .lemon .header-info .title{
        margin-top: 2rem;
        font-size: 32px;
    }
}
@media screen and (max-width: 960px) {
    .lemon .header-info{
        padding: 1rem;
    }
    .lemon .header-info .title{
        font-size: 28px;
    }
    .lemon .header-info .article-date{
        margin-bottom: 0;
    }
    .lemon .header-info .additional-info{
        margin-top: 2rem;
        font-size:18px;
    }
    .lemon .header-info .additional-info::before{
        width: 8px;
        height: 8px;
        left: -12px;
        top: 48%;
    }
    .lemon .header-info .author{
        font-size: 18px;
    }
    .lemon .header-info .article-date time{
        font-size: 16px;
    }
}
@media screen and (max-width: 680px) {
    .lemon .article-header{
        display: block;
    }
    .lemon .article-header > div{
        width: 100%;
    }
    .lemon .article-header:after{
        height: 60px;
        bottom: -30px;
        right: 2rem;
        left: unset;
    }
    .lemon .header-info{
        padding: 1rem 2rem;
    }
    .lemon .header-image{
        --aspect-ratio: 16/9!important;
    }
    .lemon .header-info .author{
        margin-block: 2rem 0.875rem;
    }
    .lemon .header-info .title{
        font-size: 1.5rem;
    }
    .lemon .header-info .additional-info{
        margin-top: 30px;
    }
}
@media screen and (max-width: 580px) {
    .lemon .header-info .lemon-logo{
        width: 106px;
        margin-top: -5rem;
    }
    .lemon .header-info .title{
        font-size: 26px;
    }
.cover.lem .card-image {
    aspect-ratio: .82;
}
.cover.lem .card-header .logo {
    width: 65px;
    margin-top: -7px;
}
    
}
@media screen and (max-width: 480px) {
    .lemon .header-image{
        --aspect-ratio: 1.05!important;
    }
}

@media screen and (max-width: 360px) {
    .lemon .header-info{
        padding: 1rem;
    }
}

/* Lemon Body */

.lemon{
    --lgPadding : calc((100vw - 620px) / 2);
    --smPadding : calc((100vw - 835px) / 2);
}

.lemon  .excerpt{
    background: #F8F5F0;
    padding-block: 67px 43px; 
    position: relative; 
    color: #1D314E;
    margin-bottom: 38px;
}

.lemon  .excerpt::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: var(--lgPadding);
    width: 80px;
    height: 16px;
    background: #F3DA28;
    opacity: 0.5;
}

.lemon  .excerpt p{
    font-family: 'PFSpekkVAR-SemiBold';

    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    /* or 34px */

    letter-spacing: -0.01em; 
    padding-inline: var(--lgPadding) 24%;
}

.lemon .article-body > :is(p, h1, h2, h3, h4, h5, h6, ol, ul){
    padding-inline: var(--lgPadding);
}

.lemon .article-body{
    color: #1D314E;
}
.lemon .article-body p{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 135%;
    /* or 32px */

    letter-spacing: -0.01em;

    /* Dark blue 01 */

    color: #1D314E; 
    margin-bottom: 20px;  
}

@media screen and (max-width: 900px) {
    .lemon{
        --smPadding : 28px;
    }
    
    .lemon .excerpt p{
        font-size: 24px;
    }
    .lemon .article-body p{
        font-size: 21px;
    }
    .lemon  .excerpt p{
        padding-inline: var(--lgPadding) calc(var(--lgPadding) + 20px);
    }
}
@media screen and (max-width: 680px) {
    .lemon .excerpt{
        padding-block: 40px 34px;
        margin-bottom: 38px;
    }
}
@media screen and (max-width: 660px) {
    .lemon{
        --lgPadding : 20px;
        --smPadding : 20px;
    }
    /* .lemon  .excerpt p{
        padding-inline: var(--lgPadding) 30px;
    } */
}
@media screen and (max-width: 580px) {
    .lemon .excerpt p{
        font-size: 20px;
    }
    .lemon .article-body p{
        font-size: 18px;
    }
    .lemon .excerpt::after{
        display: none;
    }
}

.lemon .article-body blockquote{
    border-left: 16px solid #F3DA28;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    /* or 31px */

    letter-spacing: -0.01em;

    /* Dark blue 01 */

    color: #1D314E;
    padding-left: 22px;
    padding-top: 46px;
    position: relative;
    margin-bottom: 53px;

    /* body blockquote */
    max-width: 432px;
    float: right;
    margin-left: 2rem;
    margin-right: calc(((100vw - 640px) / 2) - 150px);
}

.lemon .article-body blockquote:before{
    content: '\201C';
    position: absolute;
    top: 20px;
    left: 22px;
    font-size: 94px;
    font-family: auto;
}

@media screen and (max-width: 1020px) {
    .lemon .article-body blockquote{
        margin-right: 2rem;
    }
}
@media screen and (max-width: 940px) {
    .lemon .article-body blockquote{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 820px) {
    .lemon .article-body blockquote{
        float: none;
        max-width: 620px;
        padding-inline: 28px;
        margin-inline: auto;
    }
}
@media screen and (max-width: 720px) {
    .lemon .article-body blockquote{
        font-size: 20px;
        line-height: 26px;
    }
}
@media screen and (max-width: 660px) {
    .lemon .article-body blockquote{
        width: calc(100% - 40px);
        padding-inline: 22px;
    }
}

.lemon .article-body .video-wrapper{
    padding-inline: var(--smPadding);  
    margin-block: 60px 40px; 
}
.lemon .article-body .video-inner-wrapper{
    position: relative;
}
.lemon .article-body .video-inner-wrapper::after{
    content: "";
    width: 80px;
    height: 16px;
    position: absolute;
    left: -40px;
    bottom: 32px;
    height: 16px;
    opacity: 0.5;
    background-color: #F3DA28;
}
.lemon .article-body .video-wrapper .play-btn{
    width: 52px;
    height: 52px;
    background-color: #F3DA28; 
    display: flex;
    justify-content: center;
    align-items: center;  
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); 
    border-radius: 50%;;
}
.lemon .article-body .video-wrapper .play-icon{
    width: 32px;
    padding: 4px 5px;
    transition: all 0.5s;
}
.lemon .article-body .video-wrapper .play-btn:hover .play-icon{
    padding: 8px;
}
.lemon .article-body .video-wrapper .video-img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden; 
}
.lemon .article-body .video-wrapper .img-caption{
    max-width: 650px;
    margin: 10px auto 0;
}
.lemon .article-body .img-caption p{
    font-weight: 400;
    font-size: 16px;
    line-height: 123%;
    /* or 20px */

    letter-spacing: -0.01em;

    opacity: 0.7; 
    margin-bottom: 0;
    
}


.lemon .video-container{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 8px;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s;
}

.lemon .video-container .player-container{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    left: -120%;
    top: 0;
    border-radius: 8px;
    overflow: hidden;
    transition: left 0.3s;
}

.lemon .video-container.active{
    z-index: 2;
}
.lemon .video-container.on{
    opacity: 1;
}
.lemon .video-container.on .player-container{
    left: 0;
}

.lemon .player-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
}


.lemon .video-container .close-player{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 2rem;
    height: 2rem;
    padding: 0.5rem;
    cursor: pointer;
    z-index: 10;
}

.lemon .video-container .close-player-wrapper{
    width: 100%;
    height: 100%;
    position: relative;
}

.lemon .video-container .close-player .line{
    width: 100%;
    border-top: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform-origin: center;
    transform: rotate(45deg);
}

.lemon .video-container .close-player .line:last-of-type{
    transform: rotate(-45deg);
}

@media screen and (max-width: 900px) {
    .lemon .article-body .video-inner-wrapper::after{
        display: none;
    }  
    .lemon .video-container{
        position: fixed;
        width: 100vw;
        height: 100vh;
    }
    .lemon .video-container .player-container{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .lemon #player{
        max-width: calc(100vw - 20px)!important;
        max-height: calc((100vw - 20px) * (9 / 16))!important;
    }
}
@media screen and (max-width: 820px) {
    .lemon .article-body .video-wrapper{
        margin-top: 40px;
    }
}
@media screen and (max-width: 720px) {
    .lemon .article-body .video-wrapper .play-btn{
        width: 41px;
        height: 41px;
    }
    .lemon .article-body .video-wrapper .play-icon{
        width: 24px;
    }    
}
/* LEFT IMAGE BOX */

.lemon .left-image{
    max-width: 1186px;
    margin-inline: auto;
    padding-inline: 2rem;
    margin-block: 60px 45px;
}

.lemon .left-image .image-wrapper{
    flex: 0 0 62%;
}
.lemon .left-image .image{
    border-radius: 8px;
    overflow: hidden;
}
.lemon .left-image .img-caption{
    margin-top: 10px;
}
.lemon .left-image .text{
    margin-left: 46px;
}

.lemon .article-body .left-image blockquote{
    margin-inline: 0;
    max-width: unset;
    float: none;
}

@media screen and (max-width: 1320px) {
    .lemon .left-image-wrapper{
        align-items: center;
    }
}
@media screen and (max-width: 1180px) {
    .lemon .left-image .image-wrapper{
        flex: 0 0 48%;
    }
}
@media screen and (max-width: 940px) {
    .lemon .left-image{
        margin-bottom: 20px;
    }
    .lemon .left-image-wrapper{
        display: block;
    }
    .lemon .left-image-wrapper .image-wrapper{
        margin-bottom: 35px;
    }
    .lemon .left-image .text{
        max-width: 620px;
        margin:20px auto 0;
    }
    .lemon .article-body .left-image blockquote{
        width: 100%;
    }
}
@media screen and (max-width: 900px) {
    .lemon .left-image{
        padding-inline: 28px;
    }
}
@media screen and (max-width: 660px) {
    .lemon .left-image{
        padding-inline: 20px;
    }
}

/* IMAGES GRID */

.grid-images{
    display: grid;
    grid-template-columns: 1fr  auto;
    grid-template-rows: repeat(2, auto);
    /* grid-template-rows: auto auto 23px auto auto; */
    grid-gap: 30px 21px;
    /* grid-column-gap: 21px; */
    max-width: 836px;
    margin-inline: auto;
    margin-block: 60px 56px;
}

.grid-images .large-img{
    grid-column: 1/2;
    grid-row: 1/-1;
    position: relative;
}

.grid-images .small-img{
    grid-column: 2/3;
    grid-row: 1/2;
    width: 293px;
    position: relative;
}
.grid-images .small-img:last-of-type{
    grid-row: 2/3;
}
.grid-images .img-wrapper{
    position: relative;
}
.grid-images .img-wrapper img{
    border-radius: 8px;
    overflow: hidden;
}
.grid-images .img-caption{
    margin-top: 8px;
}

.grid-images .large-img .img-wrapper{
    width: 100%;
    height: 100%;
}

.grid-images .large-img .img-wrapper::before{
    content: "";
    position: absolute;
    width: 80px;
    height: 16px;
    background-color: #F3DA28;
    opacity: 0.5;
    left: -40px;
    bottom: 29px;
}

.grid-images .small-img:not(:last-of-type) .img-wrapper::after{
    content: "";
    position: absolute;
    width: 80px;
    height: 16px;
    background-color: #F3DA28;
    opacity: 0.5;
    right: -40px;
    bottom: 29px;
}

@media screen and (max-width: 940px) { 
    .grid-images{
        padding-inline: 28px;
    }
    .grid-images .large-img .img-wrapper::before,
    .grid-images .small-img:not(:last-of-type) .img-wrapper::after{
        display: none;
    }
    .grid-images .small-img{
        width: 250px;
    }
}

@media screen and (max-width: 820px) { 
    .grid-images{
        margin-block: 40px;
    }
    .grid-images .small-img{
        width: 200px;
    }
}

@media screen and (max-width: 660px) { 
    .grid-images{
        padding-inline: 20px;
    }
    .grid-images .small-img{
        width: 175px;
    }
}

@media screen and (max-width: 520px) { 
    .grid-images{
        grid-template-columns: repeat(2, auto);
        grid-template-rows: repeat(2, auto);
        grid-gap: 16px 15px;
    }
    .grid-images .large-img{
        grid-row: 1/2;
        grid-column: 1/-1;
    }
    .grid-images .small-img{
        grid-row: 2/3;
        grid-column: 1/2;
        width: 100%;
    }
    .grid-images .small-img:last-of-type{
        grid-column: 2/3;
    }
    .grid-images .large-img .img-wrapper{
        height: calc((100vw - 40px) / 0.78)!important;
    }
}

/* BLACK BOX */

.lemon .article-body .black-box{
    max-width: 744px;
    margin-inline: auto;
    background-color: #000;
    padding: 27px 0 40px 80px;
    position: relative;
    margin-bottom: 35px;
}

.lemon .article-body .black-box:before{
    content: "";
    position: absolute;
    width: 66px;
    height: 19px;
    background-color: #F3DA28;
    opacity: 0.5;
    top: 35px;
    left: -22px;
}

.lemon .article-body .black-box .black-box-wrapper{
    align-items: center;
}

.lemon .article-body .black-box p{
    font-family: 'PFSpekkVAR-SemiBold';
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    /* or 34px */

    letter-spacing: -0.01em;
}
.lemon .article-body .black-box .text > *:last-child{
    margin-bottom: 0;
}

.lemon .article-body .black-box .image{
    flex: 0 0 173px;
    margin-left: 43px;
    margin-right: -44px;
    height: fit-content;
    border-radius: 8px;
    overflow: hidden;
}

@media screen and (max-width: 940px) { 
    .lemon .article-body .black-box{
        max-width: 620px;
        width: calc(100% - 56px);
    }
    .lemon .article-body .black-box p{
        font-size: 23px;
    }
}
@media screen and (max-width: 780px) { 
    .lemon .article-body .black-box{
        padding: 47px 34px 0;
        margin-bottom: 75px;
    }
    .lemon .article-body .black-box:before{
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .lemon .article-body .black-box .black-box-wrapper{
        flex-direction: column;
    }
    .lemon .article-body .black-box .image{
        margin-inline: 0;
        width: 173px;
        margin-block: 28px  -44px;
    }
}
@media screen and (max-width: 600px) { 
    .lemon .article-body .black-box{
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 580px) { 
    .lemon .article-body .black-box p{
        font-size: 20px;
    }
}

/* full image */

.full-image{
    width: 100%;
    margin-block: 60px;
    height: 360px;
}

.full-image.full-height{
    height: calc(900vw / 16);
}

.full-image.parallax{
    /* The image used */
    /*background-image: url("../../assets/images/single-main.png");*/

    /* Set a specific height */
    /* min-height: 500px; */

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;  
}
/*@media screen and (max-width: 640px) {
.full-image.parallax{
    position: -webkit-sticky;
    position: sticky;
    width: 100vw;
}
}*/

.full-image.parallax img{
    display: none;
}

/* simple image */

.lemon .image-wrapper-simple{
    position: relative;
    padding-inline: var(--smPadding);
    margin-block: 60px 40px;
}

.lemon .image-wrapper-simple img{
   border-radius: 8px;
   overflow: hidden; 
}

.lemon .image-wrapper-simple .img-wrapper::after{
    content: "";
    position: absolute;
    width: 80px;
    height: 16px;
    background-color: #F3DA28;
    opacity: 0.5;
    bottom: 30px;
    left: -40px;
}

@media screen and (max-width: 820px) {
    .lemon .image-wrapper-simple{
        margin-top: 40px;
    }
}
@media screen and (max-width: 900px) {
    .lemon .image-wrapper-simple .img-wrapper::after{
        display: none;
    }    
}

/* lemon footer */

.lemon .article-footer{
    position: relative;
    padding-inline: var(--lgPadding);
    margin-block: 80px 70px;
    padding-bottom: 1rem;
}

.lemon .article-footer:after{
    content: "";
    width: 66px;
    border-top: 2px solid #F3DB27;
    position :absolute;
    left: var(--lgPadding);
    bottom: 0;
}

.lemon .article-footer .social-list{
    margin-bottom: 1.75rem;
}

.lemon .article-footer time{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    /* identical to box height, or 26px */
    letter-spacing: -0.01em;
}
.lemon .article-footer time .date{
    font-weight: 600;
    font-family: 'PFSpekkVAR-SemiBold';
}
.lemon .article-footer .author{
    font-family: 'PFSpekkVAR-SemiBold';

    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    /* or 26px */
    letter-spacing: -0.01em;
}
.lemon .article-footer .author span{
    font-family: 'PFSpekkVAR-Regular';

    font-style: normal;
    font-weight: 400;
    font-size: 20px;   
}

@media screen and (max-width: 940px) {
    .lemon .article-footer{
        margin-block: 45px 63px;
    }
}
@media screen and (max-width: 520px) {
    .lemon .article-footer .social-list{
        margin-bottom: 1.5rem;
    }
    .lemon .article-footer .social.md ul li{
        width: 28px;
        height: 28px;
        margin-right: 14px;
    }
}

.lemon-section-footer{
    background-color: #F3DA28;
    padding-block: 24px 28px;
}

.lemon-section-footer-wrapper{
    max-width: 860px;
    padding-inline: 28px;
    margin-inline: auto;
}

@media screen and (max-width: 660px) {
    .lemon-section-footer{
        padding-bottom: 0;
    }
    .lemon-section-footer-wrapper{
        padding-inline: 20px;
    }
    .lemon-section-footer-wrapper .lemon-logo{
        width: fit-content;
        transform:translateY(82px);
        margin-inline: auto;
    }
}

/* CAROUSEL */

.lemon .carousel-container{
    margin-left: calc((100vw - 835px) / 2);
    padding-left: 18px;
    margin-block: 40px 50px;
}

.lemon .carousel-item{
    width: 555px;
}
.lemon .carousel-item .image-wrapper{
    border-radius: 8px;
    overflow: hidden;
}

.lemon .carousel-item .image-description{
    margin-top: 10px;
}

.lemonSwiper .swiper-button-prev{
    display: none;
}
.lemonSwiper .swiper-button-next{
    right: auto;
    left: 4px;
    top: calc(50% - 30px);
}
.lemonSwiper .swiper-button-next:after{
    transform-origin: center;
    transform: rotate(180deg);
}

@media screen and (max-width: 860px) {
    .lemonSwiper .swiper-button-next{
        display: none;
    }
    .lemon .carousel-container{
        margin-left: 28px;
        padding-left: 0;
        margin-block: 26px 30px;
    }
    .lemon .carousel-item{
        width: 400px;
    }
    .lemon .carousel-item .image-description{
        padding-right: 10px;
    }
}

@media screen and (max-width: 660px) {
    .lemon .carousel-container{
        margin-left: 20px;
    }    
}

@media screen and (max-width: 520px) {
    .lemon .carousel-item{
        width: 300px;
    } 
    .lemon .carousel-item .image-description{
        font-size: 14px;
    }  
}
@media screen and (max-width: 340px) {
    .lemon .carousel-item{
        width: 260px;
    }    
}

/* lemon free - version without yellow highlights */

.lemon.free .excerpt::after,
.lemon.free .article-header:after,
.lemon.free .article-body .black-box:before,
.lemon.free .lemon-logo, 
.lemon.free + .lemon-section-footer,
.lemon.free .video-inner-wrapper::after,
.lemon.free .grid-images .small-img:not(:last-of-type) .img-wrapper::after,
.lemon.free .grid-images .large-img .img-wrapper::before,
.lemon.free .image-wrapper-simple .img-wrapper::after{
    display: none;
}

.lemon.free .article-body blockquote,
.lemon.free .article-footer:after{
    border-color: #000;
}

.lemon.free .article-body .video-wrapper .play-btn,
.lemon.free .header-info .additional-info::before{
    background-color: #fff;
}

.lemon.free .header-info .author .name:after{
    border-color: #fff;
}

.lemon.free .excerpt{
    background-color: #d1d1d1;
}