/* Custom colors and scroll for history */
#historyList {
  max-height: 160px;
  overflow-y: auto;
  font-size: 0.95rem;
}
::-webkit-scrollbar {width: 6px;}
::-webkit-scrollbar-thumb {background: #824BF3;}
/* Optional: Make the card's border match brand */
.card {border-top: 3px solid #FA8C28;}
