.post-meta .meta-item {
    margin-right: 20px;
}

.blog-content .content .inside-content {
    max-width: none;
    border-radius: 20px 20px 20px 20px;
    padding: 50px 25px 25px 25px;

}

.blog-content .content h1 {
    margin-bottom: 20px;
}
.blog-content .content img {
    max-width: none;
}

.post-meta {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.meta-item {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #666666;
    gap: 6px;
}

.meta-item svg {
    stroke: #B7F4AF;
    width: 25px;
    height: 25px;
}

.blog-intro .content, .blog-content .content{
    padding-top: 23px;
}

.blog-promo-block .listing-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blog-promo-block .listing-item-content {
    flex-grow: 1;
}
.blog-promo-block .listing-item-img {
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 20px 20px 0 0;
}

#blogList {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}



.swiper-slide {
    height: auto !important;
    display: flex;
    flex-direction: column;
    box-shadow: none;
}

.listing-item {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    box-shadow: none !important;
    background: #fff;
}

.listing-item-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.listing-item-img {
    aspect-ratio: 4 / 3;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.listing-item-content h3 a {
    text-decoration: none;
}


.read-post-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    font-size: 16px;
    color: #085571;
    text-decoration: none;
    float: right;
}

.read-post-link:hover {
    text-decoration: underline;
}

.blog-promo-block .content h3 {
    color: #2b2b2b;
    font-size: 32px;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 0;
}

.blog-content {
    margin-bottom: 0;
}

.bottom-strip {
    height: 0;
}

.top-strip {
    background: url('<?php echo get_template_directory_uri(); ?>/resources/img/panel-edge-xl-log.svg');
}


.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(1);
}