.gamification_donation-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}

.gamification_donate-button {
  padding: 10px 16px;
  border: none;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.2s;
}

.gamification_donate-button.gamification_empty {
  background-color: #d9d6d4;
  color: #000;
  font-weight: 600;
  cursor: default;
}

.gamification_donate-button.gamification_once {
  background-color: #ffe100;
  color: black;
}

.gamification_donate-button.gamification_monthly {
  background-color: #f7931e;
  color: black;
}

.gamification_donate-button:disabled {
  background-color: #ccc !important;
  color: #666;
  cursor: not-allowed;
  opacity: 0.7;
}


/* -------- UA (WFP) -------- */
.wfp-gamification-donate-button {
  padding: 10px 16px;
  border: none;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.2s;
}

.wfp-gamification-donate-button.wfp-once {
  background-color: #ffe100;
  color: black;
}

.wfp-gamification-donate-button.wfp-monthly {
  background-color: #f7931e;
  color: black;
}

.wfp-gamification-donate-button:disabled {
  background-color: #ccc !important;
  color: #666;
  cursor: not-allowed;
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .wfp-gamification-donate-button {
    padding: 9px 14px;
    font-size: 15px;
    border-radius: 18px;
  }
  .gamification_donation-buttons { gap: 8px; }
}

@media (max-width: 768px) {
  .wfp-gamification-donate-button {
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 16px;
  }
  .gamification_donation-buttons { gap: 8px; }
}

@media (max-width: 380px) {
  .wfp-gamification-donate-button {
    padding: 7px 10px;
    font-size: 13px;
    border-radius: 14px;
  }
}
