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

.expense-pie {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
  box-shadow: inset 0 0 0 1px #ffffff;
}

.expense-pie-legend {
  list-style: none;
  margin-left: 0;
}

.expense-pie-legend li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}

.expense-pie-color {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #e5e5e5;
}
