/* Donate-band amount chips: interactive selection state.
   Hex values match the theme's brand tokens (gold #ffd071, deep blue #0e3863)
   so the plugin does not depend on the theme's CSS variables. The selector is
   specific enough to win over the theme's .page-index .chip:hover rule. */
.page-index .donate-band .chip {
  cursor: pointer;
}
.page-index .donate-band .chip.is-selected {
  border-color: #ffd071;
  background: #ffd071;
  color: #0e3863;
  font-weight: 600;
}
