@import "pico-theme--RwNxKr.css";

/* Utilities */
.text-center { text-align: center; }
.text-muted { color: var(--pico-muted-color); }

/* Danger button */
.btn-danger {
  background-color: #c0392b !important;
  border-color: #c0392b !important;
  color: #fff !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #a93226 !important;
  border-color: #a93226 !important;
}

/* Form actions bar */
.form-actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1rem;
}

/* Filters bar */
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-end;
  padding: 1rem;
  margin-bottom: 1.5rem;
  background: var(--pico-card-background-color);
  border: 1px solid var(--pico-muted-border-color);
  border-radius: var(--pico-border-radius);
}

.filters label {
  margin-bottom: 0;
  flex: 1;
  min-width: 150px;
}

.filters label:has(input[type="checkbox"]) {
  flex: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.filters button,
.filters a[role="button"] {
  flex: 0;
  white-space: nowrap;
}

/* Danger zone (delete area) */
.danger-zone {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--pico-muted-border-color);
  display: flex;
  justify-content: flex-end;
}
