/* Custom overrides for Bolstr.ai application */

/* Header spacing adjustments */
.header {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  margin-bottom: 1rem !important;
  border-bottom: 1px solid #e3ebf6;
}

.header-body {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.header-title {
  margin-bottom: 0 !important;
}

/* Reduce spacing between main sections */
.card {
  margin-bottom: 1rem;
} 