.post [data-article-content] img:not(.emoji):not(.wp-smiley) {
    display: block;
    width: 100% !important;
    height: auto !important;
    max-width: min(100%, 800px);
    max-height: 600px;
    max-height: min(600px, 75svh);
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}

.post [data-article-content] figure,
.post [data-article-content] .wp-caption {
    max-width: 100%;
}

.post [data-article-content] figure.aligncenter {
    display: block;
    width: 100%;
}

.post .header-post__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 16px;
    text-align: right;
}

.post .header-post__views {
    white-space: nowrap;
}

.post .post__header,
.post .post__inner {
    width: 100%;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
}

.post .post__inner {
    flex-direction: column;
    gap: 32px;
}

.post .post__content {
    min-width: 0;
    margin-left: 0;
}

.post .post__author {
    flex-basis: auto;
}

.post .header-post__img--cover {
    position: relative;
    isolation: isolate;
    height: clamp(300px, 48vh, 480px);
    height: clamp(300px, 48svh, 480px);
    max-height: 480px;
}

.post .header-post__img .post-thumbnail {
    width: 100%;
    height: 100%;
}

.post .header-post__img--cover::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(3.11deg, rgba(0, 0, 0, .75) 15.66%, transparent 52.81%);
}

.post .header-post__img img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
}

.post .post__header .bc-on-banner {
    left: 24px;
    right: 24px;
    width: auto;
    max-width: 100%;
    transform: none;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .post .header-post__content {
        left: 32px;
        right: 32px;
        bottom: 32px;
    }
}

@media (max-width: 767px) {
    .post .header-post__img--cover {
        height: 240px;
    }
}
