.page-content {
  max-width: 740px;
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}

.page-content h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.page-updated {
  color: var(--text-secondary);
  font-size: 0.875rem;
  margin-bottom: 2rem;
}

.page-content h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--primary);
}

.page-content p {
  margin-bottom: 1rem;
  line-height: 1.8;
  color: var(--text-secondary);
}

.page-content ul {
  margin: 0 0 1rem 1.5rem;
  color: var(--text-secondary);
  line-height: 2;
}

.page-content a {
  color: var(--accent);
}

/* Support page */
.support-card {
  padding: 1.5rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-alt);
  margin-bottom: 2rem;
}

.support-card h2 {
  margin-top: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.support-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.support-item {
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.support-item h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--text);
}

.support-item p {
  font-size: 0.9375rem;
  margin-bottom: 0;
}

.info-table {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.info-row {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 1.25rem;
  font-size: 0.9375rem;
  border-bottom: 1px solid var(--border);
}

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

.info-row span:first-child {
  color: var(--text);
  font-weight: 500;
}

.info-row span:last-child {
  color: var(--text-secondary);
}
