button {
  border: none;
}

ul {
  list-style: none !important;
  padding-left: 0;
  margin-bottom: 0;
}
ul li {
  list-style: none !important;
}

.pink {
  color: #EB4878;
}

.muted {
  color: rgb(143.6596858639, 147.0680628272, 149.3403141361);
}

.modal-header h2 {
  margin-block: 10px;
  font-size: clamp(1.25rem, 3.5vw, 1.75rem);
}

.max45rem {
  max-width: 45rem;
  margin: 10px auto;
}

.max60rem {
  max-width: 60rem;
  margin: 10px auto;
}/*# sourceMappingURL=utility.css.map */