.wb-blog-home-block {
    padding: 44px 0 32px;
}

.wb-blog-home-block-header {
    max-width: 840px;
    margin: 0 auto 28px;
    text-align: center;
}

.wb-blog-home-block-header h2 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.15;
    white-space: nowrap;
    text-wrap: auto;
}

.wb-blog-home-block-subheader {
    margin: 0 0 8px;
    color: #ec3f73;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.wb-blog-home-block-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid #ec3f73;
    border-radius: 6px;
    color: #ec3f73;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.wb-blog-home-block-link:hover,
.wb-blog-home-block-link:focus {
    border-color: #ec3f73;
    background: #ec3f73;
    color: #fff;
    text-decoration: none;
}

.wb-blog-home-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}


.wb-blog-home-carousel .owl-wrapper {
    display: flex !important;
    align-items: stretch;
    gap: 10px;
}

.wb-blog-home-carousel .owl-item {
    display: flex;
    float: none;
}
#module-wb_blog-post .card-block {
    padding: 0;
}
.wb-blog-home-carousel .wb-blog-home-card {
    height: 100%;
    width: 100%;
}

.wb-blog-home-slide {
    display: flex;
    height: 100%;
    width: 100%;
}

.wb-blog-home-carousel.owl-theme .owl-controls.clickable .owl-buttons > div {
    width: 42px;
    height: 42px;
    font-size: 16px;
}

.wb-blog-home-carousel.owl-theme .owl-controls.clickable .owl-buttons > div .elementor-swiper-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-image: none;
    background: transparent;
    color: #ec3f73;
    font-size: 22px;
    line-height: 1;
    box-shadow: none;
}

.wb-blog-home-carousel.owl-theme .owl-controls.clickable .owl-buttons > div .elementor-swiper-button i {
    display: block;
    color: #ec3f73;
    font-size: 22px;
    line-height: 1;
}

.wb-blog-home-card,
.wb-blog-front-post,
.wb-blog-front-detail,
.wb-blog-front-category header {
    border: 1px solid #dce4ee;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

.wb-blog-home-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #f8d5de;
}

.wb-blog-home-card-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.wb-blog-front-list,
.wb-blog-front-category {
    display: grid;
    gap: 18px;
}

.wb-blog-home-card-image,
.wb-blog-front-post-image,
.wb-blog-front-cover {
    display: block;
    margin-bottom: 0;
}

.wb-blog-home-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
    overflow: hidden;
    background: transparent;
}

.wb-blog-home-card-image .elementor-cover-image {
    display: block;
    width: 100%;
    height: 100%;
}

.wb-blog-home-card-image img,
.wb-blog-front-post-image img,
.wb-blog-front-cover img {
    display: block;
    width: 100%;
    height: auto;
}

.wb-blog-home-card-image img {
    height: 100%;
    object-fit: cover;
}

.wb-blog-home-card-body,
.wb-blog-front-post-body,
.wb-blog-front-detail-header-body,
.wb-blog-front-detail-body,
.wb-blog-front-category-header-body {
    padding: 18px;
}

.wb-blog-home-card-body {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 18px;
    text-align: left;
}

.wb-blog-home-card-body h3,
.wb-blog-front-post-body h2,
.wb-blog-front-category-header-body h1 {
    margin-top: 0;
}

.wb-blog-home-card-body .elementor-title {
    margin: 0 0 12px;
    color: #111827;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.38;
    white-space: normal;
}

.wb-blog-home-excerpt {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.55;
}

.wb-blog-front-detail-header-body:empty {
    display: none;
}

@media (max-width: 900px) {
    .wb-blog-home-block {
        padding-top: 36px;
    }

    .wb-blog-home-block-header {
        margin-bottom: 22px;
    }

    .wb-blog-home-grid {
        grid-template-columns: 1fr;
    }
}
