/**
 * point-guide.css — 포인트 안내 (/point)
 * 스타일 SSOT: docs/design-md/toss.md · .cursor/rules/toss-design.mdc
 * 그라데이션 금지 · 플랫 · Pretendard · Wehome brand #6800cd
 */

#wehome-no-history-logo {
  display: none !important;
}

#body #ch-plugin {
  display: none !important;
}

.nav.clean {
  display: none !important;
}

#content.pg-page {
  font-family: var(--wh-ff, 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif);
  -webkit-font-smoothing: antialiased;
  background: #f2f4f6;
  padding: 0 !important;
  padding-bottom: calc(var(--bar-h, 66px) + env(safe-area-inset-bottom) + 24px) !important;
  min-height: 100vh;
}

#content.pg-page a,
#content.pg-page a:hover,
#content.pg-page a:focus,
#content.pg-page a:active {
  text-decoration: none !important;
}

/* ── HERO (플랫, 그레이 캔버스) ── */
.pg-hero {
  padding: 96px 20px 8px;
  background: #f2f4f6;
}

.pg-hero-inner {
  margin-bottom: 20px;
}

.pg-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(104, 0, 205, 0.08);
  border-radius: 980px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
  color: var(--wh-brand, #6800cd);
  letter-spacing: -0.2px;
  margin-bottom: 14px;
}

.pg-hero-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wh-brand, #6800cd);
}

.pg-hero-title {
  font-size: 26px;
  font-weight: 800;
  color: #191f28;
  line-height: 1.28;
  letter-spacing: -0.6px;
  margin-bottom: 10px;
  word-break: keep-all;
}

.pg-hero-title .em {
  color: var(--wh-brand, #6800cd);
}

.pg-hero-sub {
  font-size: 15px;
  color: #4e5968;
  line-height: 1.6;
  letter-spacing: -0.2px;
  word-break: keep-all;
}

.pg-kpi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.pg-kpi {
  background: #fff;
  border-radius: 16px;
  padding: 16px 10px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.pg-kpi-val {
  font-size: 18px;
  font-weight: 800;
  color: #191f28;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.pg-kpi-val .acc {
  color: var(--wh-brand, #6800cd);
}

.pg-kpi-lbl {
  font-size: 11px;
  font-weight: 500;
  color: #8b95a1;
  margin-top: 6px;
  letter-spacing: -0.01em;
  word-break: keep-all;
  line-height: 1.4;
}

/* ── SECTIONS ── */
.pg-section {
  padding: 28px 20px 0;
}

.pg-section-eyebrow {
  font-size: 13px;
  font-weight: 700;
  color: #8b95a1;
  letter-spacing: -0.2px;
  margin-bottom: 6px;
}

.pg-section-title {
  font-size: 22px;
  font-weight: 800;
  color: #191f28;
  letter-spacing: -0.5px;
  line-height: 1.3;
  margin-bottom: 6px;
  word-break: keep-all;
}

.pg-section-desc {
  font-size: 14px;
  color: #4e5968;
  line-height: 1.6;
  letter-spacing: -0.15px;
  word-break: keep-all;
  margin-bottom: 14px;
}

/* ── BASIC POLICY GRID ── */
.pg-basics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.pg-basic-card {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.pg-basic-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: #f2f4f6;
  color: #4e5968;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.pg-basic-card-icon .material-symbols-rounded {
  font-size: 18px;
  font-variation-settings: 'FILL' 0;
}

.pg-basic-card-lbl {
  font-size: 11px;
  font-weight: 600;
  color: #8b95a1;
  margin-bottom: 4px;
}

.pg-basic-card-val {
  font-size: 16px;
  font-weight: 800;
  color: #191f28;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 6px;
}

.pg-basic-card-desc {
  font-size: 12px;
  color: #6b7684;
  line-height: 1.55;
  letter-spacing: -0.1px;
  word-break: keep-all;
}

/* ── EARN LIST ── */
.pg-earn-list {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.pg-earn-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid #f2f4f6;
}

.pg-earn-item:last-child {
  border-bottom: none;
}

.pg-earn-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f4f6;
}

.pg-earn-icon .material-symbols-rounded {
  font-size: 20px;
  color: #4e5968;
  font-variation-settings: 'FILL' 0;
}

.pg-earn-body {
  flex: 1;
  min-width: 0;
}

.pg-earn-title {
  font-size: 15px;
  font-weight: 700;
  color: #191f28;
  letter-spacing: -0.25px;
  line-height: 1.35;
  word-break: keep-all;
}

.pg-earn-right {
  text-align: right;
  flex-shrink: 0;
}

.pg-earn-pts {
  font-size: 15px;
  font-weight: 800;
  color: var(--wh-brand, #6800cd);
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.pg-earn-pts-sub {
  font-size: 11px;
  color: #8b95a1;
  margin-top: 2px;
}

/* ── REFERRAL ── */
.pg-referral {
  margin-top: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  padding: 18px 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.pg-referral-eyebrow {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--wh-brand, #6800cd);
  background: rgba(104, 0, 205, 0.08);
  border-radius: 980px;
  padding: 4px 10px;
  margin-bottom: 10px;
}

.pg-referral-title {
  font-size: 16px;
  font-weight: 800;
  color: #191f28;
  line-height: 1.35;
  letter-spacing: -0.3px;
  margin-bottom: 6px;
  word-break: keep-all;
}

.pg-referral-desc {
  font-size: 14px;
  color: #4e5968;
  line-height: 1.6;
  letter-spacing: -0.15px;
  word-break: keep-all;
}

.pg-referral-link {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 14px;
  border-radius: 12px;
  background: var(--wh-brand, #6800cd);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.pg-referral-link:hover,
.pg-referral-link:focus,
.pg-referral-link:active {
  color: #fff;
  text-decoration: none;
  opacity: 0.92;
}

.pg-event-banner {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: rgba(104, 0, 205, 0.06);
  border: 1px solid rgba(104, 0, 205, 0.12);
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 14px;
  font-size: 13px;
  color: #4e5968;
  line-height: 1.5;
}

.pg-event-banner strong {
  display: block;
  color: #191f28;
  font-size: 14px;
  margin-bottom: 2px;
}

.pg-event-banner .material-symbols-rounded {
  color: var(--wh-brand, #6800cd);
  font-size: 22px;
  flex-shrink: 0;
  font-variation-settings: 'FILL' 0;
}

.pg-earn-pts-event {
  font-size: 11px;
  color: var(--wh-brand, #6800cd);
  font-weight: 700;
  margin-top: 2px;
}

/* ── EDGE CASES ── */
.pg-edge-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pg-edge-card {
  border-radius: 20px;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.pg-edge-card.keep {
  background: #fff;
}

.pg-edge-card.caution {
  background: #fff;
}

.pg-edge-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.pg-edge-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pg-edge-card.keep .pg-edge-icon {
  background: #e8faf0;
}

.pg-edge-card.caution .pg-edge-icon {
  background: #fff4e6;
}

.pg-edge-icon .material-symbols-rounded {
  font-size: 18px;
  font-variation-settings: 'FILL' 1;
}

.pg-edge-card.keep .pg-edge-icon .material-symbols-rounded {
  color: #059669;
}

.pg-edge-card.caution .pg-edge-icon .material-symbols-rounded {
  color: #d97706;
}

.pg-edge-title {
  font-size: 15px;
  font-weight: 800;
  color: #191f28;
  letter-spacing: -0.25px;
}

.pg-edge-tag {
  display: inline-flex;
  border-radius: 980px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 700;
  margin-top: 4px;
}

.pg-edge-card.keep .pg-edge-tag {
  background: #e8faf0;
  color: #059669;
}

.pg-edge-card.caution .pg-edge-tag {
  background: #fff4e6;
  color: #d97706;
}

.pg-edge-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pg-edge-list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 14px;
  color: #4e5968;
  line-height: 1.6;
  letter-spacing: -0.15px;
  word-break: keep-all;
}

.pg-edge-list li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 9px;
  background: #b0b8c1;
}

/* ── HOW TO ── */
.pg-howto-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pg-howto-item {
  background: #fff;
  border-radius: 20px;
  padding: 16px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.pg-howto-step {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  flex-shrink: 0;
  background: #191f28;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
}

.pg-howto-title {
  font-size: 15px;
  font-weight: 700;
  color: #191f28;
  letter-spacing: -0.25px;
  margin-bottom: 4px;
}

.pg-howto-desc {
  font-size: 14px;
  color: #4e5968;
  line-height: 1.6;
  letter-spacing: -0.15px;
  word-break: keep-all;
}

/* ── FAQ ── */
.pg-faq-list {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.pg-faq-item {
  border-bottom: 1px solid #f2f4f6;
}

.pg-faq-item:last-child {
  border-bottom: none;
}

.pg-faq-q {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  cursor: pointer;
  width: 100%;
  background: none;
  border: none;
  font-family: inherit;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}

.pg-faq-q:active {
  background: #f9fafb;
}

.pg-faq-q-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  flex-shrink: 0;
  background: #f2f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pg-faq-q-icon .material-symbols-rounded {
  font-size: 16px;
  color: #4e5968;
  font-variation-settings: 'FILL' 0;
}

.pg-faq-q-text {
  flex: 1;
  font-size: 15px;
  font-weight: 700;
  color: #191f28;
  letter-spacing: -0.2px;
  line-height: 1.4;
  word-break: keep-all;
}

.pg-faq-chevron {
  font-size: 20px;
  color: #b0b8c1;
  flex-shrink: 0;
  transition: transform 0.22s cubic-bezier(0.32, 0.72, 0, 1);
  font-variation-settings: 'FILL' 0;
}

.pg-faq-item.open .pg-faq-chevron {
  transform: rotate(90deg);
}

.pg-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s cubic-bezier(0.32, 0.72, 0, 1);
}

.pg-faq-item.open .pg-faq-a {
  max-height: 480px;
}

.pg-faq-a-inner {
  padding: 0 16px 16px 58px;
  font-size: 14px;
  color: #4e5968;
  line-height: 1.65;
  letter-spacing: -0.15px;
  word-break: keep-all;
}

.pg-faq-a-inner strong {
  color: #191f28;
  font-weight: 700;
}

/* ── CTA ── */
.pg-cta {
  margin: 32px 20px 0;
  background: #fff;
  border-radius: 20px;
  padding: 24px 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.pg-cta-title {
  font-size: 20px;
  font-weight: 800;
  color: #191f28;
  line-height: 1.32;
  letter-spacing: -0.4px;
  margin-bottom: 8px;
  word-break: keep-all;
}

.pg-cta-title .em {
  color: var(--wh-brand, #6800cd);
}

.pg-cta-desc {
  font-size: 14px;
  color: #4e5968;
  line-height: 1.6;
  margin-bottom: 16px;
  word-break: keep-all;
}

.pg-cta-btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: var(--wh-brand, #6800cd);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.2px;
  padding: 15px 20px;
  border-radius: 14px;
  transition: opacity 0.15s ease;
}

.pg-cta-btn:active {
  opacity: 0.88;
}

.pg-divider {
  height: 8px;
}

@media (min-width: 768px) {
  .pg-hero {
    padding-top: 104px;
  }

  .pg-hero-title {
    font-size: 32px;
  }

  .pg-section,
  .pg-hero {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pg-cta {
    max-width: 592px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ── 내 포인트 (/account/points) .pt-* ── */
div#content.pt-page {
  font-family: var(--wh-ff, 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif);
  -webkit-font-smoothing: antialiased;
  background: #f2f4f6 !important;
  background-color: #f2f4f6 !important;
  width: 100%;
  min-height: 100vh;
  padding: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-left: none !important;
  border-right: none !important;
  overflow-y: visible;
}

div#content.pt-page a,
div#content.pt-page a:hover,
div#content.pt-page a:focus,
div#content.pt-page a:active {
  text-decoration: none !important;
}

.pt-wrap {
  padding: 0 0 calc(var(--bottom-naverbar-height, 66px) + 24px + var(--safe-b, 0px));
}

.pt-help-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  color: #4e5968;
  padding: 4px;
}

.pt-help-btn .material-symbols-rounded {
  font-size: 22px;
  font-variation-settings: 'FILL' 0;
}

.pt-summary {
  padding: 96px 20px 16px;
}

.pt-balance-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.pt-balance-label {
  font-size: 13px;
  color: #8b95a1;
  font-weight: 600;
  margin-bottom: 8px;
}

.pt-balance-amount {
  font-size: 34px;
  font-weight: 800;
  color: #191f28;
  letter-spacing: -1px;
  line-height: 1;
}

.pt-balance-amount sup {
  font-size: 18px;
  font-weight: 700;
  margin-left: 2px;
  color: var(--wh-brand, #6800cd);
  vertical-align: middle;
}

.pt-balance-pending-wrap {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pt-balance-pending-label {
  font-size: 12px;
  color: #8b95a1;
}

.pt-balance-pending-badge {
  background: rgba(104, 0, 205, 0.08);
  border-radius: 980px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--wh-brand, #6800cd);
}

.pt-balance-note {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #f2f4f6;
  font-size: 12px;
  color: #8b95a1;
  line-height: 1.5;
}

.pt-referral {
  margin-top: 10px;
  background: #fff;
  border-radius: 20px;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.pt-referral-label {
  font-size: 12px;
  font-weight: 700;
  color: #8b95a1;
  margin-bottom: 8px;
}

.pt-referral-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pt-referral-code {
  flex: 1;
  font-size: 18px;
  font-weight: 800;
  color: #191f28;
  letter-spacing: 0.08em;
}

.pt-referral-copy {
  flex-shrink: 0;
  border: none;
  background: #f2f4f6;
  color: #4e5968;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.pt-referral-copy:active {
  opacity: 0.85;
}

.pt-referral-desc {
  margin-top: 8px;
  font-size: 12px;
  color: #6b7684;
  line-height: 1.5;
}

.pt-tabs-wrap {
  background: #fff;
  border-bottom: 1px solid #f2f4f6;
  position: sticky;
  top: 0;
  z-index: 10;
  margin: 0 20px;
  border-radius: 16px 16px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.pt-tabs {
  display: flex;
  padding: 0 4px;
}

.pt-tab {
  flex: 1;
  text-align: center;
  padding: 14px 0 12px;
  font-size: 14px;
  font-weight: 600;
  color: #8b95a1;
  border: none;
  background: none;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}

.pt-tab.active {
  color: var(--wh-brand, #6800cd);
  font-weight: 700;
  border-bottom-color: var(--wh-brand, #6800cd);
}

.pt-filter-wrap {
  background: #fff;
  padding: 10px 14px 0;
  display: flex;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  margin: 0 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.04);
  border-right: 1px solid rgba(0, 0, 0, 0.04);
}

.pt-filter-wrap::-webkit-scrollbar {
  display: none;
}

.pt-filter-btn {
  flex-shrink: 0;
  padding: 7px 14px;
  border-radius: 980px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #f2f4f6;
  background: #f2f4f6;
  color: #6b7684;
  cursor: pointer;
  margin-bottom: 10px;
}

.pt-filter-btn.active {
  background: var(--wh-brand, #6800cd);
  color: #fff;
  border-color: var(--wh-brand, #6800cd);
}

.pt-list-header {
  padding: 14px 20px 8px;
  font-size: 12px;
  color: #8b95a1;
  font-weight: 600;
}

.pt-list-wrap {
  background: #fff;
  margin: 0 20px 12px;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-top: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.pt-row {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  gap: 12px;
  border-bottom: 1px solid #f2f4f6;
}

.pt-row:last-child {
  border-bottom: none;
}

.pt-row-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pt-row-icon.earn {
  background: rgba(104, 0, 205, 0.08);
  color: var(--wh-brand, #6800cd);
}

.pt-row-icon.use {
  background: #fff4e6;
  color: #d97706;
}

.pt-row-icon.exp {
  background: #f2f4f6;
  color: #8b95a1;
}

.pt-row-icon .material-symbols-rounded {
  font-size: 20px;
  font-variation-settings: 'FILL' 0;
}

.pt-row-body {
  flex: 1;
  min-width: 0;
}

.pt-row-type {
  font-size: 14px;
  font-weight: 700;
  color: #191f28;
  line-height: 1.3;
}

.pt-row-desc {
  font-size: 12px;
  color: #8b95a1;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pt-row-date {
  font-size: 11px;
  color: #b0b8c1;
  margin-top: 3px;
}

.pt-row-expire {
  font-size: 11px;
  color: #b0b8c1;
}

.pt-row-expire.soon {
  color: #ff3b30;
}

.pt-row-right {
  text-align: right;
  flex-shrink: 0;
}

.pt-row-amount {
  font-size: 15px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
}

.pt-row-amount.pos {
  color: var(--wh-brand, #6800cd);
}

.pt-row-amount.neg {
  color: #d97706;
}

.pt-row-amount.exp-c {
  color: #8b95a1;
}

.pt-row-status {
  font-size: 11px;
  margin-top: 3px;
}

.st-confirmed {
  color: #059669;
}

.st-pending {
  color: #d97706;
}

.st-used,
.st-expired {
  color: #8b95a1;
}

.pt-empty {
  text-align: center;
  padding: 56px 24px;
  background: #fff;
  border-radius: 16px;
  margin: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.pt-empty .material-symbols-rounded {
  font-size: 44px;
  color: #b0b8c1;
  display: block;
  margin-bottom: 12px;
}

.pt-empty p {
  font-size: 14px;
  color: #6b7684;
  margin: 0 0 16px;
}

.pt-empty-btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 12px;
  background: var(--wh-brand, #6800cd);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.pt-pager {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 4px 20px 0;
  flex-wrap: wrap;
}

.pt-pager a,
.pt-pager span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #4e5968;
  background: #fff;
  padding: 0 6px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.pt-pager span.cur {
  background: var(--wh-brand, #6800cd);
  color: #fff;
  border-color: var(--wh-brand, #6800cd);
}

@media (min-width: 768px) {
  .pt-summary,
  .pt-tabs-wrap,
  .pt-filter-wrap,
  .pt-list-wrap,
  .pt-list-header,
  .pt-empty,
  .pt-pager {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .pt-filter-wrap,
  .pt-list-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
