.blog-list-banner {
    display: none;
}

.block.comments {
    margin-left: 2em;
}

.nextprev.next {
    text-align: center !important;
}

.post-nextprev {
    margin: 2em 5em 0;
    display: flex !important;
}

.side-posts li {
    background: #e3e3e3;
    text-align: center !important;
    font-weight: bold;
}

.side-list li {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    background: #2a40ff;
    color: #ffffff;
    font-family: var(--ff-title);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.side-list .count {
    color: #ffffff;
}

.tag-cloud,
.side-title {
    display: flex !important;
    text-align: center !important;
    justify-content: center !important;
}

.product-video,
.product-video2 {
    position: relative;
}

.main-video-container {
    margin: 1em 0 0;
}

.video-shell {
    width: fit-content;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.video-audio-btn {
    position: relative;
    left: 50%;
    top: -40%;
}

.breadcrumbs {
    margin: 1em 2em;
    width: fit-content;
    float: left;
}

.vc-seek {
    min-width: 1vw;
}

.a2-local {
    margin: 0 4rem;
    padding: 0;
}

.sidebar {
    background: #f6efef;
    height: -webkit-fill-available;
}

#maincontent {
    padding: 0;
}

.a2-faq {
    margin: 0 2em 0;
}

.row {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 3.5em;
}

.post-categories {
    display: flex;
    gap: 10px;
    width: fit-content;
    margin: 0.7em 10rem 0 0;
    float: right;
}

.layout {
    max-width: 1340px !important;
}

.post-holder.date-above-image {
    margin-bottom: 3em;
}

.above_footer_block {
    margin: 2em 0;
}

.toolbar.toolbar-blog-posts {
    margin-top: 4em;
}

.posts-loader[hidden],
[data-blog-load-more][hidden] {
    display: none !important;
}

@media (orientation: portrait) and (pointer: coarse) {
    .a2-local {
        margin: 0 !important;
    }
}