
h1 {
  font-size: 20px;
  margin: 0 0 8px;
}
.subtitle {
  font-size: 12px;
  color: #666;
  margin-bottom: 16px;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px;
}
th, td {
  padding: 6px 4px;
  font-size: 14px;
}
th {
  text-align: left;
  border-bottom: 1px solid #ddd;
}
td:last-child, th:last-child {
  text-align: right;
}
.summary {
  border-top: 1px dashed #ccc;
  padding-top: 8px;
  font-size: 14px;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.summary-row.total {
  font-weight: 600;
  font-size: 15px;
  margin-top: 4px;
}

#cash-form input {
    border: 1px solid #4c4c4c;
}

button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.status {
  margin-top: 10px;
  font-size: 12px;
  color: #4b5563;
  white-space: pre-line;
}
.status strong {
  font-weight: 600;
}