/* Gantt Chart Overrides */
.gantt-container .grid-header { fill: #161d26 !important; }
.gantt-container .bar-label { fill: #ffffff !important; font-family: 'Inter', sans-serif !important; }
.gantt-container .lower-text, .gantt-container .upper-text { font-family: 'Inter', sans-serif !important; }

/*
 * This is a manifest file that'll be compiled into application.css.
 * 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.
 */
/* Trix Editor Fixes */
trix-editor {
  min-height: 250px !important; /* Default fallback */
}

.trix-container trix-editor {
  min-height: inherit !important;
}

.min-h-\[350px\] trix-editor {
  min-height: 350px !important;
}

.min-h-\[500px\] trix-editor {
  min-height: 500px !important;
}
