/* ================================================================
   PlanIt — event.css  |  Event Module Styles
   ================================================================ */

.event-search-form { margin-bottom: var(--space-2); }

.event-card:hover .event-select-btn { opacity: 1; }

/* Category colour dots */
.event-category-dot {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
