.cms-block { margin-bottom: 0; }
.cms-hero {
  background: linear-gradient(90deg, #fb004c 0%, #c000ff 100%);
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 80px 0;
}
.cms-hero__title { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 16px; }
.cms-hero__subtitle { font-size: 1.125rem; opacity: .9; max-width: 640px; margin: 0 auto 24px; }
.cms-prose { line-height: 1.7; }
.post-author .left-image img {
  max-width: 200px;
  height: auto;
  border-radius: 8px;
  background: #0a0a0a;
  padding: 12px;
}
.cms-prose img { max-width: 100%; height: auto; border-radius: 8px; }
.cms-gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}
.cms-gallery__item img { width: 100%; border-radius: 8px; aspect-ratio: 4/3; object-fit: cover; }
.cms-cta { background: #f1f5f9; }
.cms-event__card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}
.cms-event__media img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  display: block;
}
.cms-event__content { padding: 24px; }
.cms-event__meta {
  color: #fb004c;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.cms-event__title { margin-bottom: 12px; }
.cms-event__description { margin-bottom: 16px; }
