.event-card-image,
.event-hero-image {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
  margin-bottom: 12px;
}
.event-banner {
  padding: 12px 16px;
  border-inline-start: 4px solid #272727;
  background: #f4f4f4;
  font-weight: 600;
}
.event-banner-cancelled {
  border-inline-start-color: #b42318;
  background: #fdecea;
}
.event-banner-live {
  border-inline-start-color: #0b6b3a;
  background: #e8f6ee;
}
.event-search {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: end;
  margin: 0 0 28px;
}
.event-search label {
  width: 100%;
  font-weight: 700;
}
.event-search input[type="search"] {
  flex: 1 1 220px;
  min-width: 0;
  border: 0;
  border-bottom: 2px solid var(--ink, #272727);
  padding: 10px 0;
  font: inherit;
}
.event-search button,
.event-search-clear {
  border: 0;
  border-radius: 100px;
  padding: 10px 18px;
  font-weight: 700;
  text-decoration: none;
}
.event-search button {
  background: #00ff9a;
  color: #242424;
  cursor: pointer;
}
.event-schedule {
  max-width: 72ch;
}
.field-error,
.form-errors {
  color: #b42318;
  font-size: 13px;
}
.consent {
  display: flex;
  gap: 8px;
  align-items: center;
}
.consent input {
  width: auto;
}

.event-taxonomy { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 4px; }
.event-chip { display: inline-block; padding: 4px 12px; border-radius: 999px; background: #efe8d8; font-size: 13px; font-weight: 600; }
.event-chip-tag { background: #f4f0e8; font-weight: 500; }
.event-format-note { color: #5c584f; font-size: 14px; }
