.api-examples {
  margin-top: 2rem;
  background: #f8f9fa;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 1rem;
}

.api-examples summary {
  font-weight: 600;
  cursor: pointer;
  font-size: 1.05rem;
  color: #0b72ff;
}

.api-examples pre {
  background: #222;
  color: #f8f8f2;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  overflow-x: auto;
  white-space: pre-wrap;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.api-examples code {
  font-family: "Fira Code", monospace;
  font-size: 0.9rem;
}

.resize-advanced summary { color:#0b72ff; }
.api-examples { background:#f8f9fa; border:1px solid #ccc; border-radius:8px; padding:1rem; }
.api-examples pre { background:#222; color:#f8f8f2; padding:.75rem 1rem; border-radius:6px; overflow-x:auto; white-space:pre-wrap; }

.api-examples summary {
  color: #0b72ff;
  cursor: pointer;
  user-select: none;
  margin-bottom: .5rem;
}
.api-examples[open] summary {
  color: #0044cc;
}
.api-examples pre {
  background: #222;
  color: #f8f8f2;
  padding: .75rem 1rem;
  border-radius: 6px;
  overflow-x: auto;
  white-space: pre-wrap;
}

.drop-zone {
  border: 2px dashed #0b72ff;
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
  background: #f8f9fa;
  transition: 0.2s ease-in-out;
  color: #333;
  font-size: 1rem;
}

.drop-zone.dragover {
  background: #e3f0ff;
  border-color: #0055ff;
}

.browse-link {
  color: #0b72ff;
  text-decoration: underline;
  cursor: pointer;
}
