/* p.post-content {
    padding-top: 16px;
}

.post-content figure {
    margin: 0;
    padding-top: 24px;
}

.post-content figure img {
    width: 100%;
    aspect-ratio: 22/9;
    object-fit: cover;
    display: block;
}
.wp-block-columns{
    flex-wrap: nowrap !important;
}
:where(.wp-block-columns){
    margin:0 !important;
}
.thumnail {
    padding-top: 24px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 22/9;
    display: block;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    padding-top: 16px;
}

body .is-layout-flex {
    @apply gap-[12px] md:gap-[24px];
} */