/* Small static-site additions; the base design is the captured production CSS. */
.main-wrapper::after,.blog-post::after{content:"";display:table;clear:both}
.post-page{float:none;margin-left:auto;margin-right:auto}
.pagination{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin:40px 0}
.pagination .current{font-style:normal;font-weight:500;color:#f59937}
#expert-posts .post-card{height:auto!important}
#expert-posts{padding-inline:15px}
.content-text-block pre{overflow:auto}.content-text-block img{max-width:100%;height:auto}
.meditation__body img{max-width:100%}
.local-form-status{padding:16px;color:#452d3d;background:#f7f5f6;border-radius:6px}
@media(max-width:767px){.post-categories{margin-bottom:30px}.posts-board .col-sm-4{width:100%}}
