
.govbh-search-card .govbh-search-card__head .govbh-btn {
  white-space: nowrap;
}

.webform-confirmation-modal .ui-dialog-titlebar {
  display: none !important;
}

.webform-confirmation-modal {
  border-radius: 16px;
  overflow: hidden;
}

.webform-confirmation-modal .webform-confirmation-modal--content {
  padding: 0 !important;
}

.govbh-webform-confirmation-body {
  position: relative;
  text-align: center;
  padding: 40px 28px 32px;
}

.govbh-webform-confirmation-body__close {
  position: absolute;
  top: 12px;
  inset-inline-end: 12px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.govbh-webform-confirmation-body__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #e7f5ed;
  color: #1d7f45;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.govbh-webform-confirmation-body__title {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 700;
}

.govbh-webform-confirmation-body__message {
  margin: 0 0 24px;
  font-size: 16px;
}
