.education_gamification_donation-buttons {
  margin-top: 26px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex: 0 0 100%;
}

.education_gamification_donate-button {
  padding: 17px 30px;
  border: none;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.2s;
  border-radius: 50px;
  font-size: 18px;
}

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

.education_gamification_donate-button.education_gamification_once {
  background-color: #ffe100;
  color: black;
}

.education_gamification_donate-button.education_gamification_monthly {
  background-color: #f7931e;
  color: black;
}

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

@media (max-width:768px) {
	.education_gamification_donate-button {
		  padding: 17px 25px;
		  font-size: 16px;
	}
}