/* BARBEARIA GUARARAPES — V44 — RECIBO E EXCLUSÃO DE DESPESAS */

.finance-entry-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 6px !important;
}

.finance-delete-expense {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  min-height: 30px !important;
  padding: 6px 9px !important;
  border: 1px solid rgba(255, 108, 119, 0.34) !important;
  border-radius: 9px !important;
  color: #ffb1b8 !important;
  background: rgba(122, 26, 38, 0.2) !important;
  font-size: 8px !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
}

.finance-delete-expense:hover,
.finance-delete-expense:focus-visible {
  color: #fff !important;
  border-color: rgba(255, 118, 128, 0.72) !important;
  background: rgba(169, 38, 53, 0.38) !important;
}

.finance-delete-expense svg {
  width: 13px !important;
  height: 13px !important;
}

@media (max-width: 760px) {
  .finance-entry-actions {
    width: 100% !important;
    justify-content: stretch !important;
  }

  .finance-entry-actions > button {
    flex: 1 1 auto !important;
  }
}
