.title-label {
  color: white;
  background: #de1122;
  padding: 12px;
  border-radius: 8px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  font-weight: bold;
}

h2.h2-campaign {
  margin: 15px 0;
}

.desc {
  text-align: center;
  margin: 20px 0;
}

h3.h3-desc {
  font-size: 30px;
  padding: 10px 35px;
  line-height: 1.5;
}

.red {
  color: #de1122;
}

.bold {
  font-weight: bold;
}

ul.instructions-list {
  margin: 10px 0;
  line-height: 1.6;
}

.campaign-last {
  text-align: center;
  margin: 40px 0 30px;
}

li a.inline-here {
  display: inline !important;
  color: #de1122;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-decoration: underline !important;
}

li {
  white-space: normal; /* Ensures proper wrapping of other text */
}

#footer {
  margin-top: 70px !important;
}
