.ui-dialog.webform-confirmation-modal {
  text-align: center;
  padding: 40px 26px 40px;
  line-height: 135%;
  font-size: 22px;
  color: #866e64;
}

.webform-confirmation-modal h2 {
  text-transform: uppercase;
  font-family: Playfair Display, serif;
  letter-spacing: 3.6px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 113%;
}

.webform-confirmation-modal p:last-child {
  margin-bottom: 0;
}

.ui-dialog.webform-confirmation-modal .ui-dialog-titlebar {
  background: none;
  border: none;
  position: static;
  padding: 0;
}

.ui-dialog.webform-confirmation-modal .ui-dialog-title {
  width: 100%;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 1.131;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #866e64;
  margin-bottom: 20px;
}

.ui-dialog.webform-confirmation-modal .ui-dialog-titlebar-close {
  margin-top: 0;
  top: 10px;
  right: 10px;
  transition: all .3s;

  font-size: 0;
  position: absolute;
  height: 32px;
  width: 32px;
  background: url(../images/icon-npop-close.svg) no-repeat center;
  background-size: contain;
  z-index: 20;
}

.ui-dialog.webform-confirmation-modal .ui-dialog-titlebar-close:hover {
  filter: brightness(70%);
}

.ui-dialog .webform-confirmation-modal--content {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.35;
  text-align: center;
  color: #866e64;
  width: 595px;
  max-width: 100%;
  margin: auto;
}
