.static-page {
  max-width: 820px;
  margin: 0 auto;
  padding: 24px 16px 16px;
}

.static-page-title {
  font-size: 28px;
  color: #1a1a2e;
  margin: 8px 0 20px;
}

.static-page-body {
  color: #333;
  line-height: 1.7;
  font-size: 16px;
}

.static-page-body h2 {
  font-size: 20px;
  color: #1a1a2e;
  margin: 28px 0 10px;
}

.static-page-body p,
.static-page-body ul {
  margin-bottom: 14px;
}

.static-page-body ul {
  padding-left: 22px;
}

.static-page-body li {
  margin-bottom: 6px;
}

.static-page-body a {
  color: #c08a00;
}

.contact-list {
  list-style: none;
  padding-left: 0;
}

.contact-list li {
  margin-bottom: 8px;
}

.contact-company,
.terms-updated {
  color: #888;
  font-size: 14px;
}

/* Hub page: brand and category link lists */
.static-page-body .hub-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 8px;
}

.static-page-body .hub-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 12px;
  background: #faf8f3;
  border: 1px solid #eee6d6;
  border-radius: 6px;
  margin-bottom: 0;
}

.hub-count {
  color: #777;
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}
