.danger {
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid #9b5149;
  background: #fff;
  color: #8b3f38;
  font-weight: 600;
  cursor: pointer;
}
.danger:hover { background: #9b5149; color: #fff; }
.event-editor { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.event-editor[hidden] { display: none; }
.event-list:has(.event-editor:not([hidden])) { grid-template-columns: 1fr; }
.event-editor .editor-actions { display: flex; gap: 8px; margin-top: 16px; flex-wrap: wrap; }
.event-editor .editor-actions button { min-height: 42px; font-size: 13px; }
.event-card button:disabled { opacity: .55; cursor: wait; }
