/* Sorties d'espèces : présentation volontairement distincte des ventes. */
.cash-expense-trigger {
  grid-column: 1/-1;
  background: #fff4df;
  color: #7a4900;
  border: 1px solid #e9c77c;
}
.cash-expense-form textarea {
  width: 100%;
  min-height: 84px;
  padding: 12px;
  border: 1px solid #cbd8df;
  border-radius: 10px;
  font: inherit;
}
.cash-expense-warning {
  padding: 10px 12px;
  background: #fff7e8;
  border-left: 3px solid #d89216;
  color: #704300;
}
.cash-expense-list {
  margin-top: 12px;
}
.cash-expense-list small {
  display: block;
  color: #64748b;
}
