.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-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.fb{
    background-size:10px 20px;
}
.single .details .social-list.social ul li.tw{
    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;
}
.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: 21px;
    line-height: 130%;
    /* or 27px */

    letter-spacing: -0.2px;    
}
.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: 'Noto Serif Display';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    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;
    }
}
@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;  
}

.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;
}

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

.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%); 
    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; 
}

/* LEFT IMAGE BOX */

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

.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;
}
/* 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: 16px;
    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;
}

/* 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;   
}