/* עיצוב כותרת */
.camp_title {
  font-size: 30px;
  font-weight: bold;
  color: #1a237e;
  margin-bottom: 20px;
  line-height: 1.3;
}

/* טקסט תיאור ראשי */
#campdesc p {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  text-align: right;
}

/* כפתור תרומה */
.btn-primary, .donate-btn {
  background: linear-gradient(to right, #00c853, #43a047);
  border: none;
  border-radius: 12px;
  padding: 14px 22px;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* תמונת הקמפיין */
#imgCampaignImage {
  border-radius: 16px;
  max-height: 400px;
  object-fit: cover;
  margin-bottom: 20px;
}

/* קופסה מודגשת */
.highlight-box {
  background-color: #fff8e1;
  border-right: 6px solid #fbc02d;
  padding: 16px;
  border-radius: 8px;
  font-weight: bold;
  color: #795548;
  margin: 20px 0;
}

/* לינקים */
#campdesc a {
  color: #1e88e5;
  font-weight: bold;
  text-decoration: underline;
}

#campdesc a:hover {
  color: #1565c0;
}