.bbds .bbds-amount.card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: box-shadow 120ms ease, transform 120ms ease;
}

.bbds .bbds-amount.card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

.bbds .bb-donations-sandbox__hint {
  margin: 0;
}

