.nw-donate {
  margin: 32px 0 24px;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
}
.nw-donate-text {
  margin: 0 0 10px;
  color: #4b5563;
  font-size: 0.9rem;
  line-height: 1.6;
}
.nw-donate-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.nw-donate-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  color: inherit;
  background: #fff;
  text-decoration: none;
}
.nw-donate-links a:hover,
.nw-donate-links a:focus-visible {
  background: #f7f7f7;
  text-decoration: underline;
}
@media (max-width: 480px) {
  .nw-donate-links { flex-direction: column; }
  .nw-donate-links a { justify-content: center; width: 100%; }
}
