/* Custom styles for FARA CRM docs */

/* Wider content area */
.md-grid {
  max-width: 1440px;
}

/* Code block styling */
.highlight code {
  font-size: 0.85em;
}

/* API method badges */
.method-get, .method-post, .method-patch, .method-delete {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.75em;
  font-family: 'JetBrains Mono', monospace;
  color: white;
  margin-right: 6px;
  vertical-align: middle;
}
.method-get    { background: #61affe; }
.method-post   { background: #49cc90; }
.method-patch  { background: #fca130; }
.method-delete { background: #f93e3e; }
