/* Article-specific styles: consistent with other article CSS files */
.example{
  margin: 1rem 0;
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  background: transparent;
  border-left: 4px solid rgba(0,240,255,0.08);
}
.example .example-body{
  margin-top: 0.6rem;
  padding: 1rem;
  background: var(--color-bg-card);
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.03);
  box-shadow: 0 6px 18px rgba(0,240,255,0.03);
  color: var(--color-text-secondary);
}
.cta{font-weight:600;margin-top:18px}
.article-page .lead{color:var(--color-text-secondary)}

/* Keep small responsive adjustments inline with site defaults */
@media (max-width: 760px){
  .article-page .lead{font-size:1rem}
}

/* Minimal ad spacing to match other articles */
.adsterra-slot{margin:1.25rem 0;display:flex;justify-content:center}
