/* Stripe / TechLabs Hub Custom Docs Styling */

:root {
  --md-primary-color: #2563eb;
  --md-primary-color--dark: #1d4ed8;
  --md-primary-color--light: #3b82f6;
  --md-accent-color: #2563eb;
  --md-font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body {
  font-family: var(--md-font-family);
  color: #1e293b;
  background-color: #f8fafc;
}

.md-header {
  background-color: #ffffff !important;
  color: #0f172a !important;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.md-header__title {
  color: #0f172a !important;
  font-weight: 800;
}

.md-header__button {
  color: #64748b !important;
}

.md-nav__link--active {
  color: #2563eb !important;
  font-weight: 700;
}

.md-nav__link:hover {
  color: #2563eb !important;
}

.md-content {
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  padding: 2rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.md-content h1 {
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.025em;
}

.md-content h2 {
  font-weight: 700;
  color: #1e293b;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 0.5rem;
  margin-top: 1.5rem;
}

.md-content h3 {
  font-weight: 700;
  color: #334155;
}

/* Badge styling */
.badge-tab {
  display: inline-block;
  background-color: #eff6ff;
  color: #2563eb;
  border: 1px solid #bfdbfe;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  border-radius: 9999px;
  margin-left: 0.5rem;
}

/* Screenshot image styling */
.doc-screenshot {
  border-radius: 0.75rem;
  border: 1px solid #cbd5e1;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  margin: 1.5rem 0;
  max-width: 100%;
}
