@charset "utf-8";

/* 次の記事は画像を右に配置 */
.next-prev-next .card-horizontal-inner-row {
    flex-direction: row-reverse;
}
.vk_post.card-horizontal.next-prev-next .vk_post_imgOuter {
    border-left: 1px solid var(--vk-color-border-hr,#e5e5e5);
    border-right: none;
}

/* 投稿のレイアウトが 1カラム のときは画像を小さく表示 */
.main-section:not(.main-section--col--two) .next-prev .vk_post.card-horizontal .col-5 {
    flex: 0 0 30%;
    max-width: 30%;
}
.main-section:not(.main-section--col--two) .next-prev .vk_post.card-horizontal .col-7 {
    flex: 0 0 70%;
    max-width: 70%;
}



