.dr-donate-box {
  margin-top: 50px;
  padding: 25px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fafafa;
  text-align: center;
}

.dr-donate-box p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.dr-donate-highlight {
  font-weight: 600;
}

.dr-donate-levels {
  font-size: 15px;
  line-height: 1.6;
}

.dr-donate-box hr {
  margin: 15px 0;
  border: none;
  border-top: 1px solid #ddd;
}

.dr-donate-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 26px;
  background: #f5c542;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  transition: 0.2s ease;
}

.dr-donate-btn:hover {
  background: #e6b93d;
}



