/** ******************************* **/
/** BLOCK PAGINATION **/
/** ******************************* **/

.pip-pagination {
  display: flex;
  justify-content: center;
  margin: 10px 0 40px 0;
}

.pip-pagination a, .pip-pagination .current {
  font-family: var(--font-family-eesti-regular), 'sans-serif';
  border-radius: 12px;
  text-decoration: none;
  margin: 0 4px;
  background-color: #E6E4E5;
  color: var(--fmcsv-color-gray);
  font-size: 14px;
  line-height: 1.2em;
  padding: 4px 8px;
  width: fit-content;
}

.pip-pagination a:hover, .pip-pagination .current {
  background-color: var(--fmcsv-color-green);
  color: white;
}