/* Life Changers ATX — Final 2026 schedule update
   This file intentionally supplements the existing site-wide style.css. */

.classes-grid.two-offerings {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 980px;
}

.quick-schedule {
  margin: 10px 0 16px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #faf6ff;
  color: #35105f;
}

.hero-actions {
  margin-top: 1rem;
}

.flyer-card {
  max-width: 790px;
  margin: 28px auto 0;
  padding: 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(90, 24, 154, 0.14);
  box-shadow: 0 12px 32px rgba(53, 16, 95, 0.12);
}

.flyer-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

.class-image-wrapper img {
  object-fit: contain;
}

@media (max-width: 900px) {
  .classes-grid.two-offerings {
    grid-template-columns: 1fr;
    max-width: none;
  }
}
