.csv-review-carousel {
        position: relative;
        overflow: hidden;
        max-width: 900px;
        margin: 0rem -30px 7rem -30px;
        padding: 0 20px;
}

.csv-review-track {
        display: flex;
        transition: transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
        will-change: transform;
}

.csv-review-card {
        flex: 0 0 calc(50% - 18px);
        margin: 0 9px;
        background: #fff;
        border-radius: 0 10px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
        padding: 30px;
        min-height: 225px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
}

@media (max-width: 700px) {
        .csv-review-card {
                flex: 0 0 95%;
        }
}

.csv-review-header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
}

.csv-review-header-right {
        display: flex;
        gap: 6px;
}

.csv-review-score {
        margin-top: 1px;
        font-size: 95%;
}

.csv-review-date {
        font-size: 80%;
        color: #888;
        text-align: right;
}

.csv-review-carousel .csv-review-rating {
        margin-bottom: 16px;
}

.csv-review-body {
        font-size: 87.5%;
}

.csv-review-source {
        font-size: 80%;
}

/* 
 * De all-reviews pagina
 */

.bm-csv-reviews-overzicht {
        max-width: 700px;
        margin: 40px auto 0 auto;
}

.bm-csv-reviews-overzicht .bm-csv-review-card {
        background: #fff;
        margin-bottom: 28px;
        border-radius: 12px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
        padding: 24px 30px 16px 30px;
}

.bm-csv-reviews-overzicht .bm-csv-review-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 8px;
}

.bm-csv-reviews-overzicht .bm-csv-review-meta {
        font-size: 90%;
        color: #666;
        margin-bottom: 12px;
}

.bm-csv-reviews-overzicht .bm-csv-review-body {
        font-size: 96%;
        margin-bottom: 12px;
}

.bm-csv-reviews-overzicht .bm-csv-review-date {
        font-size: 80%;
        color: #888;
        text-align: right;
}

.bm-csv-reviews-overzicht .bm-csv-review-rating {
        vertical-align: middle;
}

.bm-csv-reviews-overzicht .bm-csv-review-type {
        background: #f1f1f6;
        color: #777;
        border-radius: 6px;
        padding: 2px 7px;
        font-size: 85%;
        margin-left: 10px;
}

.bm-csv-reviews-pagination {
        text-align: center;
        margin: 20px 0 40px 0;
}

.bm-csv-page {
        display: inline-block;
        margin: 0 2px;
        padding: 5px 13px;
        border-radius: 4px;
        text-decoration: none;
        background: #eee;
        color: #222;
}

.bm-csv-page.current,
.bm-csv-page:hover {
        background: #457ec1;
        color: #fff;
}
