.gold-bar {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #0b1220;
  border-bottom: 1px solid #1f2933;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gold-amount {
  font-weight: bold;
  font-size: 16px;
}

.gold-amount span {
  color: #facc15;
}
