.events-page {
  color: #222;
}

.events-hero {
  background: radial-gradient(circle at top right, #f6e6bf 0%, #f5efe0 42%, #f8f4ea 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.events-title {
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.events-subtitle {
  max-width: 860px;
  margin: 0 auto;
  color: #4d5562;
  font-size: 1rem;
}

.events-list {
  background: linear-gradient(180deg, #f8f9fb 0%, #f2f5fa 100%);
}

.event-card {
  background: #fff;
  border: 1px solid rgba(57, 76, 110, 0.15);
  border-radius: 16px;
  padding: 1.35rem;
  box-shadow: 0 14px 30px rgba(24, 34, 52, 0.08);
}

.event-card + .event-card {
  margin-top: 50px;
}

.event-name {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  margin: 0.35rem 0 0.2rem;
}

.event-chip {
  margin-bottom: 10px;
}

.event-meta {
  margin: 0.55rem 0 0.75rem;
  color: #465162;
  font-weight: 600;
}

.event-description {
  margin: 0;
  color: #333;
  line-height: 1.65;
}

.thumbnail-container {
  padding-top: 0.85rem;
  margin-top: 0.8rem;
  border-top: 1px dashed rgba(57, 76, 110, 0.18);
}

.thumbnail-image {
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.thumbnail-image:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
}

.events-dialog-image {
  width: 100%;
  max-height: 82dvh;
  object-fit: contain;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .event-card {
    padding: 1rem;
  }
}
