/**
 * @file cash-advance.scss
 * @description Styles pour la page Cash Advance (nouvelle avance de fonds)
 */
/**
 * @file _tokens.scss
 * @description Variables de design (couleurs, typo, espacements, breakpoints)
 */
#page-cash-advance .cash-advance__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
#page-cash-advance .cash-advance__row label,
#page-cash-advance .cash-advance__row span {
  line-height: 1.4;
}
#page-cash-advance .cash-advance__input-wrapper {
  flex-shrink: 0;
}
#page-cash-advance .cash-advance__input-wrapper input {
  width: 140px;
  text-align: center;
}
#page-cash-advance .cash-advance__computed {
  background-color: #72C6F0;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  font-weight: 700;
  min-width: 120px;
  text-align: center;
  flex-shrink: 0;
}
#page-cash-advance .cash-advance__total {
  background-color: #72C6F0;
  border-radius: 0.75rem;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  margin-top: 0.5rem;
}
#page-cash-advance .cash-advance__actions {
  margin-top: 1rem;
  margin-inline: auto;
}