/* Static Pages Styles - For markdown content, about pages, etc. */

.static-content h1,
.changelog-content h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.static-content h2,
.changelog-content h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1f2937;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}

.changelog-content h2:first-child {
  border-top: none;
  padding-top: 0;
}

.static-content h3,
.changelog-content h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #374151;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.static-content p,
.changelog-content p {
  color: #4b5563;
  margin-bottom: 1rem;
  line-height: 1.625;
}

.static-content ul,
.changelog-content ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
}

.static-content li,
.changelog-content li {
  color: #4b5563;
  margin-bottom: 0.25rem;
  line-height: 1.625;
}

.static-content a,
.changelog-content a {
  color: #2563eb;
  text-decoration: underline;
}

.static-content a:hover,
.changelog-content a:hover {
  color: #1d4ed8;
}

.static-content code,
.changelog-content code {
  background-color: #f3f4f6;
  padding: 0.125rem 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

.static-content pre,
.changelog-content pre {
  background-color: #f3f4f6;
  padding: 1rem;
  border-radius: 0.5rem;
  overflow-x: auto;
  margin-bottom: 1rem;
}