/*
 * 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.
 */

/* Wunderbaum style overrides to ensure horizontal scrolling */
div.wunderbaum {
  border-width: 1px !important;
}

div.wunderbaum span.wb-node.wb-col {
  width: unset !important;
  position: relative !important;
}

div.wunderbaum span.wb-node span.wb-title {
  text-overflow: unset;
  width: unset !important;
}

div.wunderbaum div.wb-row {
  display: inline-block;
  width: auto !important;
}

/* Rouge GitHub style overrides */
div.highlight {
  background-color: unset;
}
