.modal-body {
  container-type: inline-size;
  /**
  * Modal Header styles
  */
}
.modal-body .top {
  align-items: center;
  background-color: black;
  border-bottom: 2px solid white;
  color: white;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
.modal-body .top .download-pdf,
.modal-body .top .share,
.modal-body .top .close-wrapper {
  padding: 15px 0px 15px 0px;
}
.modal-body .top .share {
  display: flex;
  line-height: 35px;
  margin-right: auto;
}
.modal-body .top .share a.share-open {
  align-items: center;
  background-color: white;
  border-radius: 50%;
  color: black;
  display: flex;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  height: 2em;
  justify-content: center;
  margin-right: 17px;
  text-decoration: none;
  width: 2em;
}
.modal-body .top .share a.share-open span {
  display: none;
}
.modal-body .top .share a.share-open .icon {
  margin-right: -1px;
}
.modal-body .top .share a.share-open:hover {
  text-decoration: underline;
}
.modal-body .top .download-pdf {
  padding-right: 15px;
}
.modal-body .top .download-pdf .btn {
  background-color: #ffde6c;
  color: black;
  /*font-family: "Montserrat", sans-serif;*/
  border: none;
}
.modal-body .top .download-pdf .btn .icon {
  font-size: 1.125rem;
  margin: 0;
}
.modal-body .top .download-pdf .btn .btn-dl {
  display: none;
  font-size: 0.75rem;
  margin-left: 0.625rem;
  text-transform: uppercase;
}
@container (min-width: 25rem) {
  .modal-body .top .download-pdf .btn .btn-dl {
    display: inline;
  }
}
.modal-body .top .download-pdf .btn:hover {
  border: none;
  background: #ff83da;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.modal-body .top .close-wrapper {
  align-items: center;
  border-left: solid 1px white;
  display: flex;
  justify-content: center;
  justify-self: flex-end;
  padding-inline: 15px;
}
.modal-body .top .close-wrapper .close {
  color: white;
  font-size: 0.875rem;
  display: flex;
  cursor: pointer;
  padding: 0.3125rem;
  background: none;
  border: 0;
}
.modal-body .top .close-wrapper .close .icon {
  pointer-events: none;
}
.modal-body .bottom {
  align-content: stretch;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  position: relative;
}
.modal-body .costs-2050 {
  padding-bottom: 6.5rem;
}

/*# sourceMappingURL=styles--modal.css.map */
