

/* Start:/local/templates/innova-clinic/components/bitrix/system.pagenavigation/showMore/style.css?1752495645567*/
.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    gap: 5px;
}
.pagination__item,
.pagination__prev,
.pagination__next {
    padding: 5px 10px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
}
.pagination__item.active {
    background: #337AE0;
    color: white;
    border-color: #007bff;
}
.pagination__item:hover {
    background: #337AE0;
    color: white;
    border-color: #007bff;
}
.section-reviews__button.load-more-items {
    margin: 15px auto;
}
/* End */
/* /local/templates/innova-clinic/components/bitrix/system.pagenavigation/showMore/style.css?1752495645567 */
