HEX
Server: Apache
System: Linux ecngx285.inmotionhosting.com 4.18.0-553.79.1.lve.el8.x86_64 #1 SMP Wed Oct 15 17:59:35 UTC 2025 x86_64
User: zeusxp5 (3862)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: /home/zeusxp5/chuair.org/wp-content/themes/lifttruck/resources/scss/blocks/_query-pagination.scss
.wp-block-query-pagination {
  gap: 0;
  a {
    color: var(--wp--preset--color--contrast);
  }
}

.wp-block-query-pagination-numbers {
  display: flex;
}

.page-numbers,
.wp-block-query-pagination-next,
.wp-block-query-pagination-previous {
  min-width: 2.125rem;
  min-height: 2.125rem;
  padding: 0 0.75rem;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  border-radius: var(--wp--custom--bradius--md);
  font-weight: 500;
  &:not(.current):hover {
    background-color: #eee;
  }
}

.page-numbers {
  font-weight: 600;
  &.current {
    background-color: #111013;
    color: #fff;
  }
}