/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* Compact table styles for admin area */
.table th,
.table td {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}

.table th {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

/* Compact card body */
.card-body {
  padding: 1rem;
}

/* Compact form controls */
.form-control .label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.label-text {
  font-size: 0.75rem;
}

.input,
.select {
  height: 2.25rem;
  min-height: 2.25rem;
  font-size: 0.875rem;
}

/* Smaller badges */
.badge {
  font-size: 0.7rem;
  padding: 0.15rem 0.5rem;
}
