.prev-btn {
    /*width: 344.25px;
    height: 459px;*/
    width: 250px;
    height: 350px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    /*background-image: url("https://manga.in.ua/uploads/posts/2022-07/1656929353_015.jpg");*/
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}

.prev-btn-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prev-btn-wrap img:not(.prev-btn, .prev-btn-new, .prev-btn-new-bandeau) {
    filter: var(--main-disables-color-filter);
    width: 25px;
    height: 25px;
}

.oeuvre_vues_likes_container {
    display: flex;
    flex-direction: row;
    column-gap: 2rem;
    margin-top: 0.6rem;
}

.vues_wrap,
.likes_wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}