@media (max-width: 400px) {
    .elementor-widget-theme_elementor-posts .swiper .swiper-slide{
        width: 310px;
    }
}

.elementor-widget-theme_elementor-posts .swiper-button-prev,
.elementor-widget-theme_elementor-posts .swiper-button-next{
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.3s;
}

.elementor-widget-theme_elementor-posts:hover .swiper-button-prev,
.elementor-widget-theme_elementor-posts:hover .swiper-button-next{
    visibility: visible;
    opacity: 1;
}

.post-item .post-item--date{
    position: absolute;
    top: -30px;
    left: 30px;
    height: 60px;
    width: 60px;
    line-height: 1;
    text-align: center;
}

.post-item .post-item--date .post-item--date-day{
    font-weight: 900;
    font-size: 1.4rem;
}

.post-item .post-item--title{
    color: #333333;
}

.post-item:hover .post-item--title{
    color: var(--bs-primary);
}

.post-item .post-item--readmore{
    background-color: #ffffff !important;
}
.post-item .post-item--readmore:hover{
    border-color: var(--bs-primary) !important;
    background-color: var(--bs-primary) !important;
    color: #ffffff;
}

.post-item .post-item--image img{
    border-bottom-left-radius: var(--bs-border-radius-xl);
}