.next-prev-prev.card-horizontal .card-body {
display: flex;
border:1px solid;
border-color:#DFDFD0;
padding: 0;
align-items: center;
justify-content: flex-start;
}
.next-prev-prev.card-horizontal .card-body:before {
font-family: "Font Awesome 5 Free";
content: "\f053";
font-weight: bold;
position: absolute;
color: rgba(0,0,0,0.1);
top: calc(50% - 1.5rem);
left: 1rem;
}
.next-prev-prev.card-horizontal.vk_post .card-body .vk_post_title a {
display: block;
font-family: 'Sawarabi gothic'!important;
font-weight:normal!important;
padding: 1.5rem 1.0rem 1.5rem 3.5rem;
font-size:16px;
}
.next-prev-next.card-horizontal .card-body {
display: flex;
border:1px solid;
border-color:#DFDFD0;
padding: 0;
align-items: center;
justify-content: flex-end;
}
.next-prev-next.card-horizontal .card-body:before {
font-family: "Font Awesome 5 Free";
font-weight:bold;
content: "\f054";
position: absolute;
color: rgba(0,0,0,0.1);
top: calc(50% - 1.5rem);
right: 1rem;
}
.next-prev-next.card-horizontal.vk_post .card-body .vk_post_title a {
display: block;
font-size:16px;
font-family: 'Sawarabi gothic'!important;
font-weight:normal!important;
padding: 1.5rem 3.5rem 1.5rem 1.0rem;
}
.next-prev-prev.card-horizontal .card-body {
padding-left: 5.0rem;
}
.next-prev-next.card-horizontal .card-body {
padding-right: 5.0rem;
}