/* Shared section header styles for hub-like blocks */
.hub-header {
  text-align: center;
  margin-bottom: 40px;
}

.hub-badge {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.hub-title {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 8px;
}

.hub-sub {
  font-size: 14px;
  letter-spacing: 0.5px;
}
