.miko-post-item.style_1 {
    display: flex;
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #D5D6E9;
    gap: 1rem;
    align-items: center;
}
.miko-post-item+.miko-post-item {
    margin-top: 1.25rem;
}
.miko-post-item.style_1 .miko-post-item-image {
    flex: 0 0 110px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}
.miko-post-item.style_1 .miko-post-item-image a {
    display: block;
}
.miko-post-item.style_1 .miko-post-item-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.miko-post-item .miko-post-item-title {
    margin: 12px 0 0;
    line-height: normal;
}
.miko-post-item .miko-post-item-title a {
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.miko-post-item .miko-post-item-date {
    margin-top: 12px;
}
.miko-post-item .miko-post-item-excerpt{
    margin-top: 4px;
}
.miko-post-item.style_2 .miko-post-item-image a {
    display: block;
    height: 100%;
}
.miko-post-item.style_2 .miko-post-item-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.miko-post-item.style_2 .miko-post-item-date,
.miko-post-item.style_2 .miko-post-item-title,
.miko-post-item.style_2 .miko-post-item-excerpt {
    margin-top: 12px;
}
.miko-post-item.slider .miko-post-item-image a {
    display: block;
    height: 100%;
}
.miko-post-item.slider .miko-post-item-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.miko-post-swiper .swiper-slide {    
}
.miko-post-swiper.swiper-initialized .swiper-slide {
    display: block;
}
.miko-post-swiper.swiper-ready .swiper-slide {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.miko-post-swiper .swiper-slide.is-hover {
    width: 400px !important;
}