.single-post__inner {
padding: var(--section-padding-general) 0 0;
}
.single-post .container__inner {
width: min(100%, 75.2rem);
padding-bottom: var(--section-padding-general);
}
.single-post .gutenberg-wrapper { font-size: calc(var(--fs-small-rate) * 2rem); line-height: 1.2;
font-family: "Poppins-Regular", sans-serif;
font-weight: 400; line-height: normal;
}
.single-post__footer {
margin-top: 4rem;
}
.single-post__next-posts {
padding-top: var(--section-padding-general);
}