/* =============================================================================
   Noatum Events — admin styles
   ============================================================================= */

/* ---- Status badges ---- */
.noatum-event-status-draft    { background-color: #6c757d; }
.noatum-event-status-open     { background-color: #198754; }
.noatum-event-status-closed   { background-color: #ffc107; color: #000; }
.noatum-event-status-archived { background-color: #212529; }

/* ---- Event profile ---- */
.noatum-event-profile .nav-tabs {
  border-bottom: 2px solid #dee2e6;
}

.noatum-event-profile .tab-content {
  padding-top: 1.25rem;
}

/* ---- Location tree ---- */
.noatum-hall-block {
  border: 1px solid #dee2e6;
}

.noatum-hall-block .card-header {
  background-color: #f8f9fa;
  font-weight: 600;
}

.noatum-hall-block .list-group-item {
  font-size: 0.875rem;
}

/* ---- Exhibitor list ---- */
.noatum-exhibitor-list .views-exposed-form {
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 0.375rem;
  margin-bottom: 1rem;
}

/* ---- Public event cards ---- */
.noatum-public-events .card {
  border: 1px solid #dee2e6;
  transition: box-shadow 0.15s ease;
}

.noatum-public-events .card:hover {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}

/* ---- Import preview table ---- */
.noatum-import-preview .table-danger td {
  background-color: #f8d7da;
}

/* ---- Small action buttons ---- */
.btn-xs {
  padding: 0.15rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.2rem;
}

/* ---- Clone form ---- */
.noatum-clone-summary {
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 0.375rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
