.single .site-main{
    margin: 0 calc(var(--container-space)/2);
    position: relative;
}
.post-summary-wrapper{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 4rem 0 2rem;
    background-color: white;
    border-radius: 15px;
}
.post-buildpage{

}
.post-premium{

}
.post-homelink{
    display: none;
}
.post-title{
    color: var(--wp--preset--color--gris);
    text-align: center;
    font-size: var(--wp--preset--font-size--s-title);
    font-weight: 600;
    line-height: 18.015px;
}
.post-views{
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.post-views span:first-child{
    color: var(--wp--preset--color--rouge);
    font-size: var(--wp--preset--font-size--xs-text);
    font-weight: 700;
    line-height: 9.852px;
}
.post-views span:last-child{
    color: var(--wp--preset--color--gris);
    font-size: var(--wp--preset--font-size--xs-text);
    font-weight: 300;
    line-height: 9.852px;
}
.post-ratings{
    display: flex;
    align-items: center;
    padding: 0.5rem 0 1rem;
    gap: 0.5rem;
}
.post-rating{
    display: flex;
    justify-content: center;
}
.post-rating .goldenstar{
    display: flex;
    background: url(../img/svg/goldenstar.svg) no-repeat;
    height: 11px;
    width: 12px;
}
.post-rating .emptystar{
    display: flex;
    background: url(../img/svg/emptystar.svg) no-repeat;
    height: 11px;
    width: 12px;
}
.post-ratings p{
    margin: 0;
    color: var(--wp--preset--color--gris);
    font-size: var(--wp--preset--font-size--xs-text);
    font-weight: 300;
    line-height: 9.852px;
}
.single-summary{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.single-summary .btn-pass-wrapper{
    display: flex;
    width: 100%;
    background-color: var(--wp--preset--color--rouge);
    padding: 1rem;
    justify-content: center;
    border-radius: 5px;
}
.single-summary .btn-pass-wrapper .btn-pass{
    color: var(--wp--preset--color--blanc);
    text-transform: uppercase;
    font-size: var(--wp--preset--font-size--xs-title);
    font-weight: 600;
}
.art-summary-btn{
    display: flex;
    justify-content: center;
    margin: 1rem 0;
    background-color: var(--wp--preset--color--rouge);
    width: 100%;
    border-radius: 5px;
    flex-direction: column;
    padding: 1rem;
    align-items: center;
    color: var(--wp--preset--color--blanc);
    font-size: var(--wp--preset--font-size--xs-title);
    font-weight: 600;
}
.art-summary-btn p{
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 0.5rem;
    transition: all 0.3s ease-in-out;
    margin: 0;
}
.art-summary-btn p::after{
    content: url(../img/svg/chevron-down.svg);
    width: 17px;
    height: 18px;
    transition: all 0.3s ease-in-out;
}
.art-summary-content{
    margin: 0;
    padding: 0;
    display: grid;
	grid-template-rows: 0fr;
	transition: all 500ms ease-in-out;
    gap: 0.5rem;
    width: 100%;
    background-color: var(--wp--preset--color--rouge);
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}
.art-summary-content div{
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.art-summary-btn.active .art-summary-content{
    grid-template-rows: 1fr;
    padding-top: 1rem;
}
.art-summary-content li{
    display: flex;
    /* justify-content: center; */
    width: 100%;
}
.art-summary-btn.active p::after{
    transform: rotate(-180deg);
}

.post-rating{
    position: relative;
}

.stars-hidder{
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    background-color: white;
    z-index: 10;

}

.article-container-link>.kk-star-ratings{
    display: none;
}
.single-first-section-sub{
    margin-top: 0;
    color: var(--wp--preset--color--gris);
}
@media (min-width: 821px) {
    .single .site-main{
        width: calc(60% - 1rem);
        margin: 0;
        padding-left: var(--container-space);
    }
    .post-summary-wrapper{
        align-items: flex-start;
        margin: 4rem calc(var(--container-space)) 2rem;
        padding: 0.5rem 2rem;
    }
    .post-number-summary{
        display: flex;
        gap: 0.5rem;
        align-items: center;
    }
    .post-views::after, .post-views span:first-child:after{
        content: "";
        border-right: solid 1px var(--wp--preset--color--gris);
        width: 1px;
        height: 18px;
    }
    .post-views span:first-child:after{
        padding-left: 0.5rem;
    }
    .post-ratings{
        display: flex;
        align-items: center;
        padding: 0;
        gap: 0.5rem;
    }
    .post-homelink{
        display: flex;
        color: var(--wp--preset--color--rouge)!important;
        font-size: var(----wp--preset--font-size--ms-text);
        font-weight: 400;
        line-height: 24px;
    }
    .post-homelink::after{
        content: "»";
        color: var(--wp--preset--color--gris);
        padding-left: 0.5rem;
        transition: padding-left 0.3s ease-in-out;
    }
    .post-homelink:hover::after{
        padding-left: 1rem;
    }
    .single-summary .btn-pass-wrapper{
        display: none;
    }
    .single-summary{
        margin: 0;
        align-items: flex-start;
        padding-top: 5rem;
    }
    .post-summary-wrapper{
        margin: 0;
    }
    .art-summary-btn{
        display: none;
    }
    .art-summary-btn:hover{
        cursor: pointer;
    }

    .post-title{
        color: var(--Gris, #51545E);
    font-family: 'Poppins',sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38.4px; /* 128% */
    text-align: left;
    }
}
@media (min-width : 1920px){
    .single .site-main{
        padding-left: calc(var(--container-space)*1.5);
    }
}