@font-face {
  font-family: 'Hillstone';
  src: url("/static/myapp/Hillstone-Bxd5.otf") format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HillstoneSwash';
  src: url("/static/myapp/HillstoneSwash-RYn3.otf") format('opentype');
  font-weight: normal;
  font-style: normal;
}

.search-donation-section {
  display: block;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(181, 144, 97, 0.3);
  background: #d4d4d45d;
  padding: 20px 0px;
}

.search-donation-heading {
  font-family: 'Hillstone', cursive;
  color: #b59061;
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
  word-spacing: 16.5px;
}

.search-donation-link {
  display: inline-block;
  padding: 10px 32px;
  color: #b59061;
  border: 2px solid #b59061;
  border-radius: 8px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  background: #b590611f;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.search-donation-link:hover,
.search-donation-link:focus {
  color: #b59061;
  text-decoration: none;
  background-color: rgba(181, 144, 97, 0.12);
}
