body {
  padding-bottom: 40px;
  background-color: #f5f5f5;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
    sans-serif;
}

.top-header {
  background: #1f2933;
  color: #fff;
  padding: 0.75rem 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}

.brand-logo {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}

.brand-logo:hover {
  color: #e5e5e5;
}

.main-nav .nav-link {
  color: #e5e7eb;
  padding: 0 0.75rem;
}

.main-nav .nav-link:hover {
  color: #fff;
}

.page-container {
  background: #ffffff;
  padding: 1.5rem 2rem;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.1);
}

.page-title h1 {
  font-size: 1.75rem;
  margin-bottom: 0.25rem;
}

.section-heading {
  font-size: 1.25rem;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 0.25rem;
  margin-bottom: 0.75rem;
}

.sidebar-nav {
  border-right: 1px solid #e5e7eb;
  padding-right: 0.5rem;
}

.sidebar-title {
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

.sidebar-menu .sidebar-main {
  font-weight: 600;
}

.sidebar-menu .sidebar-sub {
  padding-left: 1.25rem;
  font-size: 0.9rem;
  border-left: 2px solid #e5e7eb;
}

.api-list .list-group-item {
  border-left: 3px solid transparent;
}

.api-list .list-group-item:hover {
  border-left-color: #2563eb;
}

.section-content img {
  max-width: 100%;
  height: auto;
}

pre {
  background: #111827;
  color: #f9fafb;
  padding: 1rem;
  border-radius: 4px;
  overflow-x: auto;
  font-size: 0.9rem;
}

.params-table {
  font-size: 0.9rem;
}

.params-table code {
  background: #f1f5f9;
  padding: 0.15rem 0.35rem;
  border-radius: 3px;
}

