.buy-content {
  margin-top: 40px;
}

.buy-table {
  width: 100%;
}

.buy-table thead th,
.buy-table tbody td {
  text-align: left;
  padding: 12px;
  font-size: 16px;
}

.buy-table thead tr {
  background-color: hsla(0, 0%, 90%, 1);
}

.buy-table tr {
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.06);
}

.buy-table tbody td a {
  color: black;
}

.buy-table tbody td a:hover {
  text-decoration: underline;
}

.pagination-wrap {
  margin: 80px 0;
}

.pagination-wrap .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-wrap .page-numbers li + li {
  margin-left: 10px;
}

.pagination-wrap .page-numbers li > .page-numbers {
  width: 35px;
  height: 35px;
}

.pagination-wrap .page-numbers li > .page-numbers.current {
  background-color: hsla(210, 100%, 94%, 1);
  color: hsla(210, 100%, 45%, 1);
  border-radius: 9999px;
}

.empty-table {
  margin: 120px auto 0 auto;
  text-align: center;
  color: var(--wp--preset--color--cyan-bluish-gray);
}
