@charset "utf-8";

.yotpo-vertical-pagination { display: flex; justify-content: center; flex-flow: row; }

.yotpo-vertical-pagination .yotpo-reviews-pagination-item { color: var(--text-color); border: 1px solid var(--primary-color); box-sizing: border-box; border-radius: 5px; padding-top: 5px; width: 158px; height: 30px; font-style: normal; font-weight: 400; font-size: 14px; line-height: 18px; text-align: center; }

.yotpo-vertical-pagination .yotpo-reviews-pagination-item:active { background-color: var(--primary-color); color: rgb(255, 255, 255); }

.yotpo-vertical-pagination .disabled { cursor: not-allowed; color: var(--yotpo-disabled); }

.yotpo-vertical-pagination .disabled:active { cursor: not-allowed; }