body[class*="page-id-"] .domiq-confirmation {
  width: min(760px, calc(100% - 40px));
  min-height: 62vh;
  margin: 0 auto;
  padding: clamp(72px, 10vh, 128px) 0 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.domiq-confirmation__eyebrow {
  margin: 0 0 18px;
  color: #3f8198;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.domiq-confirmation h1 {
  max-width: 700px;
  margin: 0 0 24px;
  color: #252a2d;
  font-size: 56px;
  line-height: 1.05;
}

.domiq-confirmation > p:not(.domiq-confirmation__eyebrow) {
  max-width: 650px;
  margin: 0 0 34px;
  color: #4c5559;
  font-size: 19px;
  line-height: 1.7;
}

.domiq-confirmation__link {
  display: inline-flex;
  min-height: 48px;
  padding: 12px 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid #397a91;
  border-radius: 6px;
  background: #397a91;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.domiq-confirmation__link:hover,
.domiq-confirmation__link:focus-visible {
  background: #2f687c;
  border-color: #2f687c;
  color: #fff;
}

body[class*="page-id-"] .entry-header {
  display: none;
}

@media (max-width: 600px) {
  body[class*="page-id-"] .domiq-confirmation {
    width: min(100% - 32px, 760px);
    min-height: 56vh;
    padding-top: 56px;
  }

  .domiq-confirmation > p:not(.domiq-confirmation__eyebrow) {
    font-size: 17px;
  }

  .domiq-confirmation h1 {
    font-size: 40px;
  }
}
