.simple-pagination ul {
  display: flex;
  justify-content: center;
  padding-inline-start: 0px;
}

.simple-pagination ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #f8f8f8;
  background-color: rgb(60 60 60);
  border: 1px solid rgb(167 167 167);
  border-radius: 50%;
  margin: 0px 2px;
  width: 38px;
  height: 38px;
}

.simple-pagination ul li a:hover {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #f8f8f8;
  background-color: rgb(174 15 18);
  border: 1px solid rgb(174 15 18);
  border-radius: 50%;
  margin: 0px 2px;
  width: 38px;
  height: 38px;
}

.simple-pagination ul li.active {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #f8f8f8;
  background-color: rgb(174 15 18);
  border: 1px solid rgb(174 15 18);
  border-radius: 50%;
  margin: 0px 2px;
  width: 38px;
  height: 38px;
}

.simple-pagination ul li.disabled {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0.75rem;
  line-height: 1.2;
  color: #f8f8f8;
  background-color: rgb(130 130 130);
  border: 1px solid rgb(130 130 130);
  border-radius: 50%;
  margin: 0px 2px;
  width: 38px;
  height: 38px;
}

.simple-pagination ul li span.ellipse {
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 4px;
  font-weight: bold;
  display: none;
}
