/* Transaction detail header palette lock.
   Matches the approved Common Tools > Bank Account top bar without changing
   the detail cards, receipts, navigation behavior, or any other theme. */
html body .record-detail-backdrop .record-detail-page .record-detail-topbar {
  background: linear-gradient(180deg, #e9dfcf 0%, #e4dac9 100%) !important;
  border-bottom: 1px solid rgba(166, 127, 47, .28) !important;
  box-shadow: none !important;
}

html body .record-detail-backdrop .record-detail-page .record-detail-topbar h2,
html body .record-detail-backdrop .record-detail-page .record-detail-topbar .modal-close {
  color: #0e2851 !important;
}
