/* For all placeholders */
.form-control::placeholder,
.form-select::placeholder {
  font-size: 0.9rem;   /* smaller size */
  color: #6c757d;      /* Bootstrap's muted gray */
}

/* Or target specific inputs only */
#bg_phone::placeholder {
  font-size: 0.85rem;
  color: #999;   /* lighter gray */
}

#bg_amount::placeholder {
  font-size: 0.85rem;
  color: #555;   /* darker gray */
}
.select_purpose {
  color: #999;   /* placeholder color */
  font-size: 0.85rem;
}

.bustani-give-wrapper {
    max-width: 900px;
    margin: 0 auto;
}
.bustani-give-wrapper h1,
.bustani-give-wrapper h2,
.bustani-give-wrapper h3 {
    margin-top: 0;
}

.shortcode_header {
    width: 100%;
}

