.code-block {
  background: #1e1e2e;
  color: #e2e2f0;
  padding: 16px 20px;
  border-radius: 8px;
  overflow-x: auto;
  font-family: 'SF Mono', 'Fira Code', Consolas, monospace;
  font-size: 13px;
  line-height: 1.6;
}

.code-block-wrap {
  position: relative;
}

.copy-button {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

.copy-button:hover {
  background: rgba(255, 255, 255, 0.16);
}

.page--article h2 {
  font-size: 20px;
  margin-top: 40px;
}

.page--article ul {
  line-height: 1.7;
}

.callout {
  margin-top: 32px;
  padding: 16px 20px;
  border-radius: 8px;
  background: #fbeef8;
  border: 1px solid rgba(239, 100, 200, 0.3);
}
