/* PayPal Donate button in the site header (hosted button PJ25YBFQAZPBA) */
.nav-donate-item {
  margin-left: 4px;
}

.nav-donate-form {
  display: flex;
  align-items: center;
}

.nav-donate-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: inherit;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  background-color: #ffd140;
  border: none;
  border-radius: 999px;
  padding: 10px 20px;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.nav-donate-btn:hover {
  background-color: #ffc439;
}

.nav-donate-btn:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .nav-donate-item {
    margin-left: 0;
    margin-top: 5px;
  }

  .nav-donate-btn {
    font-size: 16px;
    padding: 12px 24px;
  }
}
