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

/* Firefox 131+ fix: Force emoji color rendering to prevent purple/violet green circles */
/* This ensures green and red circles render correctly across all browsers */
.pnl-indicator {
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  margin-right: 0.25em;
  vertical-align: middle;
}

.pnl-indicator.positive {
  background-color: #10b981; /* Tailwind green-500 */
}

.pnl-indicator.negative {
  background-color: #ef4444; /* Tailwind red-500 */
}
