/* Custom application styles */

/* Project detail table styling */
.project-details th {
  font-weight: 600;
}

/* Handsontable custom styles */
.handsontable .htDimmed {
  color: #333;
}

.handsontable td.htRight {
  text-align: right;
}

.handsontable td.font-weight-bold {
  font-weight: bold;
}

.handsontable td.bg-light {
  background-color: #f8f9fa !important;
}

/* Currency summary styling */
.badge.bg-primary {
  font-size: 0.9rem;
  padding: 0.4em 0.6em;
  margin-right: 0.5rem;
} 