.asptt-block-post-highlight{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    --width-thumbnail: 535px;
}

.post-highlight-thumbnail{
    width: var(--width-thumbnail);

    aspect-ratio: 535/300;
}

.asptt-block-post-highlight .asptt-posts__item-image,
.asptt-block-post-highlight .asptt-posts__item-image-wrapper{
    height: max-content;
    height: 100%;
}

.post-highlight-informations{
    width: calc(100% - var(--width-thumbnail));
    padding-left: 60px;
}
.theme-main-color--black .post-highlight-informations .asptt-button--black {
    background-color: #ececec;
    color: #1d1d1b;
}

.post-highlight-title{
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
}

.post-highlight-excerpt{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
    color: #231f20;
}
.theme-main-color--black .post-highlight-excerpt {
    color: #fff;
}

.post-highlight{
    display: flex;
    padding: 22px 25px 26px 25px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-decoration: none;
    align-items: center;
}

.post-highlight-link{
    text-align: center;
    width: auto;
    display: inline-block;
}

@media screen and (max-width: 1100px) {
    .post-highlight-informations{
        padding-left: 40px;
    }
    .asptt-block-post-highlight {
        --width-thumbnail: 450px;
    }
}

@media screen and (max-width: 1000px) {
    .asptt-block-post-highlight {
        --width-thumbnail: 424px;
    }
}

@media screen and (max-width: 880px) {
    .asptt-block-post-highlight {
        --width-thumbnail: 365px;
    }
}

@media screen and (max-width: 768px) {
    .post-highlight {
        flex-direction: column-reverse;
        gap: 25px;
    }
    .asptt-block-post-highlight {
        --width-thumbnail: 100%;

        padding: 0;
    }
    .post-highlight-informations {
        width: 100%;
        padding-left: 0;

        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .post-highlight-title,
    .post-highlight-excerpt {
        margin: 0;
    }
}
