/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 .pagination .page-list {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0;
}
.pagination .page-list::After {
  display: none;
}
.badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: x-large;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0;
}