/* --- Embed Section (shared across all simulators) --- */

/* Tinted card that visually separates the embed CTA from the
   simulator above. A 3px top accent line and slight indigo tint
   signal a distinct zone without being visually aggressive. */
.embed-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}

/* Simplified to pure spacing — the card background handles separation */
.section-divider {
  display: none;
}

.section-divider span,
.section-divider::before,
.section-divider::after {
  display: none;
}
