.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: 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.style_2{
    display: flex;
    gap: 1rem;
    align-items: center;
    border-bottom: 1px solid #D5D6E9;
    padding: 12px 6px 2px 6px;
}
.miko-post-item.style_2 .miko-post-item-date span{
    font-size: 36px;
}