.cfc-allocation-status {
  margin-top: 18px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #e8f3ed;
  color: #174f3d;
  font-weight: 700;
}

.cfc-allocation-status.error {
  background: #fff0ed;
  color: #9f302b;
}

#cfc-plan-form input[readonly] {
  background: #f4f7f5;
  color: #174f3d;
  font-weight: 750;
}

.cfc-plan-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cfc-category-fields {
  display: grid;
  gap: 6px;
}

.cfc-project-name-fields {
  display: grid;
  gap: 6px;
}

.cfc-project-name-fields .hidden {
  display: none;
}

.cfc-location-fields {
  display: grid;
  gap: 6px;
}

.cfc-location-fields .hidden {
  display: none;
}

.cfc-plan-totals .balance {
  color: #174f3d;
}

.cfc-plan-totals .negative {
  color: #9f302b;
}

.cfc-category-fields .hidden {
  display: none;
}

@media (max-width: 800px) {
  .cfc-plan-actions {
    grid-template-columns: 1fr;
  }
}
