nav.listing__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
  border-top: 1px solid #eee;
  padding: 24px 0px;
  margin: 24px 0px 0px 0px;
}
nav.listing__pagination > *:not(:last-child) {
  margin-right: 14px;
}
.page-numbers {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid var(--primary-black-normal, #e3e8f2);
  background: var(--primary-black-light);
  color: inherit;
  min-width: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.archive-items .answer-card {
  width: 100%;
  padding: 24px;
  border-radius: 14px;
  border: 1px solid #eeee;
  box-shadow: 0px 0px 10px 2px rgba(107, 118, 255, 0.05);
  background-color: #fff;
}
.archive-items .answer-card:not(:last-child) {
  margin-bottom: 16px;
}
.archive-title {
  margin-bottom: 32px;
  border-bottom: 1px solid #eee;
  padding-bottom: 32px;
}
.page-numbers.disabled {
  color: #d1d1d1;
}
span.page-numbers.current {
  background: var(--primary-blue);
  color: #fff;
}
a.page-numbers:hover {
  background: var(--primary-blue);
  color: #fff;
}
.breadcrumbs {
  margin-top: 26px;
  margin-bottom: 14px;
}
/*# sourceMappingURL=https://wp.gpt-tools.ru/wp-content/build/scss_library/e68d3d29e6033981c5601e86bcd284d32ca5bf08.css.map */