.modal-backdrop {
  z-index: 1040;
}

.modal {
  z-index: 1050;
}

.small-donation-component {
  padding: 1.5rem;
}

.small-donation-component h5 {
  font-weight: 600;
}

.small-donation-component .suggested-amounts {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.small-donation-component .amount-btn {
  flex: 1;
  padding: 0.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background: white;
  color: #666;
  transition: all 0.2s ease;
}

.small-donation-component .amount-btn:hover {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}

.small-donation-component .amount-btn.selected {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: white;
}

.small-donation-component .btn-primary {
  background: linear-gradient(45deg, #ff6b6b, #ff8787);
  border: none;
  padding: 0.75rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.small-donation-component .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.2);
}
