.tp-stage7-screen {
  background: #fff;
  color: #071a4d;
}

.tp-stage7-screen .tp-site-header,
.tp-stage7-screen .tp-bottom-nav,
.tp-stage7-screen .tp-browser-footer,
.tp-stage7-screen .tp-overlay-backdrop,
.tp-stage7-screen .tp-drawer,
.tp-stage7-screen .tp-sheet {
  display: none !important;
}

.tp-stage7-screen .tp-content {
  display: block !important;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 !important;
}

.tp-stage7-screen .tp-content > #main {
  width: 100%;
}

.tp-stage7-public-experience {
  min-height: 100vh;
  background: #f4f7fc;
}

.tp-public-experience {
  width: min(100%, 1040px);
  min-height: 100vh;
  margin: 0 auto;
  color: #071a4d;
  background: #fff;
}

.tp-public-experience * {
  box-sizing: border-box;
}

.tp-public-brand {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 28px;
  border-bottom: 1px solid #e2e8f2;
}

.tp-public-brand a {
  display: inline-flex;
  align-items: center;
}

.tp-public-brand img {
  max-width: 145px;
  max-height: 42px;
}

.tp-public-brand > span {
  color: #637397;
  font-size: 14px;
  font-weight: 600;
}

.tp-public-layout {
  display: grid;
  clear: both;
  width: 100%;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  min-height: calc(100vh - 72px);
}

.tp-public-brand-logo {
  display: flow-root;
}

.tp-public-hero {
  position: relative;
  min-width: 0;
  min-height: 620px;
  overflow: hidden;
  background: #dce5f4;
}

.tp-public-hero::after {
  position: absolute;
  inset: 55% 0 0;
  content: "";
  background: linear-gradient(transparent, rgba(4, 17, 53, .68));
  pointer-events: none;
}

.tp-public-hero > img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.tp-public-hero > span {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.tp-public-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 6vw, 68px);
}

.tp-public-eyebrow {
  margin: 0 0 12px;
  color: #0757e8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.tp-public-copy h1 {
  margin: 0;
  color: #071a4d;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.13;
  letter-spacing: -.025em;
}

.tp-public-guide {
  margin: 14px 0 0;
  color: #52658d;
  font-size: 16px;
  font-weight: 600;
}

.tp-public-summary {
  display: -webkit-box;
  margin: 22px 0 0;
  overflow: hidden;
  color: #35496f;
  font-size: 16px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.tp-public-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 24px;
}

.tp-public-price span {
  color: #637397;
  font-size: 13px;
}

.tp-public-price strong {
  color: #071a4d;
  font-size: 24px;
}

.tp-public-price.is-status strong {
  font-size: 20px;
  line-height: 1.25;
  white-space: nowrap;
}

.tp-public-actions {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.tp-public-actions .tp-comm-primary,
.tp-public-actions .tp-comm-secondary {
  min-height: 52px;
  border-radius: 12px;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
}

.tp-public-actions .tp-comm-status {
  margin: 0;
}

.tp-public-config-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 12px 0 0;
  color: #637397;
  font-size: 13px;
  line-height: 1.45;
}

.tp-public-permissions {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid #dce5f4;
  border-radius: 14px;
  background: #f7faff;
}

.tp-public-permissions > i {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #0757e8;
  background: #e7efff;
  place-items: center;
}

.tp-public-permissions strong {
  display: block;
  font-size: 14px;
}

.tp-public-permissions p {
  margin: 4px 0 0;
  color: #637397;
  font-size: 13px;
  line-height: 1.45;
}

.tp-public-share-again {
  margin-top: 22px;
  color: #637397;
  font-size: 13px;
  text-align: center;
}

.tp-public-share-again > span {
  display: block;
}

.tp-public-share-again button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 7px;
  margin-top: 4px;
  padding: 0 12px;
  border: 0;
  background: transparent;
  color: #0757e8;
  font: inherit;
  font-weight: 700;
}

.tp-public-share-again .tp-comm-status {
  margin: 0;
}

.tp-public-experience-unavailable {
  display: grid;
  min-height: 100vh;
  align-content: center;
  justify-items: center;
  gap: 12px;
  padding: 28px;
  text-align: center;
}

.tp-public-experience-unavailable > i {
  color: #0757e8;
  font-size: 44px;
}

.tp-public-experience-unavailable h1,
.tp-public-experience-unavailable p {
  margin: 0;
}

@media (max-width: 760px) {
  .tp-public-brand {
    min-height: 62px;
    padding: 10px 18px;
  }

  .tp-public-brand img {
    max-width: 124px;
  }

  .tp-public-layout {
    display: block;
    min-height: 0;
  }

  .tp-public-hero,
  .tp-public-hero > img {
    min-height: 0;
    height: min(62vw, 330px);
  }

  .tp-public-copy {
    padding: 28px 20px 42px;
  }

  .tp-public-copy h1 {
    font-size: clamp(29px, 9vw, 38px);
  }
}

.tp-stage7-screen .tp-flash {
  position: relative;
  z-index: 6;
  max-width: 852px;
  margin: 0 auto;
  padding: 10px 28px 0;
}

.tp-stage7-screen .tp-flash .flashmessage {
  margin: 0;
  border-radius: 14px;
}

.tp-comm-page,
.tp-comm-state {
  width: min(100%, 852px);
  margin: 0 auto;
  background: #fff;
  color: #071a4d;
  box-sizing: border-box;
}

.tp-comm-page *,
.tp-comm-state * {
  box-sizing: border-box;
}

.tp-comm-page input,
.tp-comm-page select,
.tp-comm-page textarea {
  margin-bottom: 0 !important;
}

.tp-comm-titlebar {
  position: sticky;
  top: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 78px;
  align-items: center;
  min-height: 68px;
  padding: 6px 24px;
  border-bottom: 1px solid #e1e6ef;
  background: rgba(255, 255, 255, .97);
}

.tp-inquiry-page .tp-comm-titlebar,
.tp-share-page .tp-comm-titlebar {
  border-bottom: 0;
}

.tp-comm-titlebar h1 {
  margin: 0;
  color: #071a4d;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(21px, 4vw, 32px);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.tp-share-page .tp-comm-titlebar h1 {
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.tp-comm-icon {
  display: inline-grid;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0757e8;
  font-size: 25px;
  place-items: center;
}

.tp-review-save {
  min-width: 78px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0757e8;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.tp-support-illustration {
  display: block;
  width: 148px;
  height: 148px;
  margin: 18px auto 4px;
  object-fit: contain;
}

.tp-comm-heading {
  padding: 24px 28px 0;
}

.tp-comm-heading--center {
  padding-top: 8px;
  text-align: center;
}

.tp-comm-heading h2 {
  margin: 0 0 8px;
  color: #071a4d;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(27px, 6vw, 43px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.tp-comm-heading p {
  margin: 0;
  color: #637397;
  font-size: 17px;
  line-height: 1.45;
}

.tp-comm-heading--center p {
  max-width: 540px;
  margin: 0 auto;
}

.tp-comm-form {
  display: grid;
  gap: 20px;
  padding: 20px 28px 0;
}

.tp-comm-field {
  display: grid;
  gap: 8px;
  margin: 0;
  color: #071a4d;
  text-align: left;
}

.tp-comm-field > span:first-child,
.tp-recipient-fieldset legend,
.tp-overall-rating legend,
.tp-category-rating legend {
  padding: 0;
  color: #071a4d;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.tp-share-page .tp-comm-field > span:first-child,
.tp-share-page .tp-recipient-fieldset legend,
.tp-review-page .tp-category-rating legend {
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 500;
}

.tp-comm-field > span:first-child small {
  color: #637397;
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 400;
}

.tp-comm-field > small,
.tp-recipient-fieldset > small {
  color: #637397;
  font-size: 14px;
  line-height: 1.4;
  position: static !important;
  display: block;
  margin-top: 5px;
}

.tp-comm-field > input,
.tp-comm-select,
.tp-reply-email,
.tp-recipient-fieldset > div,
.tp-comm-textarea {
  width: 100%;
  border: 1px solid #cdd5e3;
  border-radius: 12px;
  background: #fff;
  color: #071a4d;
}

.tp-comm-field > input,
.tp-comm-select select {
  min-height: 54px;
  padding: 0 16px;
  border: 0;
  background: transparent;
  color: #071a4d;
  font: inherit;
  font-size: 17px;
}

.tp-comm-select {
  position: relative;
  display: flex;
  align-items: center;
}

.tp-comm-select select {
  width: 100%;
  padding-right: 48px;
  appearance: none;
}

.tp-comm-select i {
  position: absolute;
  right: 17px;
  color: #0757e8;
  pointer-events: none;
}

.tp-reply-email {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 14px;
  background: #f7f9fc;
}

.tp-reply-email strong {
  overflow: hidden;
  color: #071a4d;
  font-size: 16px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tp-reply-email a {
  margin-left: 12px;
  color: #0757e8;
  font-weight: 700;
  text-decoration: none;
}

.tp-comm-textarea {
  position: relative;
  display: block;
  min-height: 148px;
}

.tp-comm-textarea--short {
  min-height: 92px;
}

.tp-comm-textarea textarea {
  display: block;
  width: 100%;
  min-height: 146px;
  padding: 16px 16px 36px;
  resize: vertical;
  border: 0;
  border-radius: inherit;
  outline: none;
  background: transparent;
  color: #071a4d;
  font: inherit;
  font-size: 17px;
  line-height: 1.45;
}

/* Override the legacy theme's fixed 50px textarea height on the inquiry form. */
.tp-inquiry-page .tp-comm-textarea textarea {
  height: 146px;
}

.tp-comm-textarea--short textarea {
  min-height: 90px;
}

.tp-comm-textarea > small {
  position: absolute;
  right: 13px;
  bottom: 10px;
  color: #637397;
  font-size: 14px;
}

.tp-comm-textarea > small b {
  font-weight: 400;
}

.tp-comm-primary,
.tp-comm-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 58px;
  padding: 12px 20px;
  border-radius: 18px;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.tp-comm-primary {
  border: 1px solid #0757e8;
  background: #0757e8;
  color: #fff;
  box-shadow: 0 10px 24px rgba(7, 87, 232, .16);
}

.tp-comm-secondary {
  border: 1.5px solid #0757e8;
  background: #fff;
  color: #0757e8;
}

.tp-share-page .tp-comm-primary,
.tp-share-page .tp-comm-secondary,
.tp-review-page .tp-comm-primary {
  border-radius: 10px;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.tp-comm-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  color: #0757e8;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.tp-comm-check {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #637397;
  font-size: 15px;
  line-height: 1.35;
}

.tp-comm-check input {
  position: absolute;
  opacity: 0;
}

.tp-comm-check > span {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 1.5px solid #90a0bd;
  border-radius: 5px;
  background: #fff;
  color: transparent;
  place-items: center;
}

.tp-comm-check input:checked + span {
  border-color: #0757e8;
  background: #0757e8;
  color: #fff;
}

.tp-comm-check input:focus-visible + span,
.tp-comm-icon:focus-visible,
.tp-star-input button:focus-visible,
.tp-mini-stars button:focus-visible {
  outline: 3px solid rgba(7, 87, 232, .24);
  outline-offset: 2px;
}

.tp-support-upload,
.tp-review-photos {
  display: grid;
  gap: 5px;
  margin: 0;
}

.tp-support-upload input,
.tp-review-photos input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.tp-support-upload > span,
.tp-review-photos > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 50px;
  border: 1.5px dashed #5e94fa;
  border-radius: 11px;
  color: #0757e8;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
}

.tp-review-photos > span {
  width: fit-content;
  min-width: 140px;
  padding: 0 16px;
  border-style: solid;
}

.tp-support-upload > small,
.tp-review-photos > small {
  overflow: hidden;
  color: #637397;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tp-support-upload-note,
.tp-review-photo-note {
  margin: -18px 0 0;
  color: #637397;
  font-size: 14px;
}

.tp-support-reply-time,
.tp-comm-safety {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 21px 28px 5px;
  color: #637397;
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
}

.tp-support-page > .tp-comm-link {
  margin: 6px 28px 32px;
}

.tp-comm-listing,
.tp-share-listing,
.tp-review-listing {
  display: grid;
  grid-template-columns: minmax(118px, 40%) minmax(0, 1fr);
  gap: 14px;
  margin: 12px 28px 0;
  padding-bottom: 22px;
  border-bottom: 1px solid #d8deea;
  color: #071a4d;
  text-decoration: none;
}

.tp-comm-listing,
.tp-share-listing,
.tp-review-listing {
  width: calc(100% - 56px);
}

.tp-comm-listing img,
.tp-share-listing img,
.tp-review-listing img {
  width: 100%;
  height: 112px;
  border-radius: 8px;
  object-fit: cover;
}

.tp-comm-listing > span,
.tp-share-listing > span,
.tp-review-listing > span {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.tp-comm-listing strong,
.tp-share-listing strong,
.tp-review-listing strong {
  display: -webkit-box;
  overflow: hidden;
  color: #071a4d;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 18px;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tp-comm-listing small,
.tp-share-listing small,
.tp-review-listing small,
.tp-review-listing em {
  margin-top: 7px;
  color: #637397;
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
}

.tp-comm-listing small b {
  padding: 0 5px;
}

.tp-comm-listing em {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  margin-top: auto;
  color: #0757e8;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.tp-share-listing small {
  font-size: 15px;
}

.tp-share-listing small::first-line {
  color: #637397;
}

.tp-comm-guide {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 20px 28px 0;
}

.tp-comm-guide img {
  width: 78px;
  height: 78px;
  flex: 0 0 78px;
  border-radius: 50%;
  object-fit: cover;
}

.tp-comm-guide > span {
  display: grid;
  gap: 5px;
}

.tp-comm-guide strong {
  color: #071a4d;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 22px;
}

.tp-comm-guide small {
  color: #637397;
  font-size: 14px;
}

.tp-comm-guide small i {
  width: 22px;
  color: #2a9d68;
}

.tp-comm-guide small:last-child i {
  color: #637397;
}

.tp-inquiry-page .tp-comm-heading {
  padding-top: 26px;
}

.tp-inquiry-page .tp-comm-form {
  padding-top: 18px;
}

.tp-inquiry-page .tp-comm-safety {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  justify-content: stretch;
  gap: 12px;
  max-width: 288px;
  margin: 30px auto 34px;
  font-size: 12px;
  line-height: 1.45;
  text-align: left;
}

.tp-inquiry-page .tp-comm-safety > i {
  display: grid;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #0757e8;
  background: #eef3ff;
  font-size: 16px;
  place-items: center;
}

.tp-inquiry-page .tp-comm-safety > span {
  display: block;
  min-width: 0;
}

.tp-comm-auth,
.tp-comm-state {
  display: grid;
  gap: 18px;
  padding: 42px 28px;
  text-align: center;
}

.tp-comm-state {
  min-height: 70vh;
  align-content: center;
}

.tp-comm-auth p,
.tp-comm-state p {
  margin: 0;
  color: #637397;
  font-size: 17px;
}

.tp-comm-state h1 {
  margin: 0;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 30px;
}

.tp-share-page .tp-comm-heading {
  padding-top: 12px;
}

.tp-share-page .tp-comm-heading p {
  font-size: 14px;
  line-height: 1.35;
}

.tp-share-primary-action {
  display: grid;
  gap: 8px;
  padding: 16px 28px 0;
}

.tp-share-access {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  width: calc(100% - 56px);
  margin: 16px 28px 0;
  padding: 16px;
  border: 1px solid #d8deea;
  border-radius: 12px;
  background: #f8faff;
}

.tp-share-access > i {
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #0757e8;
  background: #e8efff;
  place-items: center;
}

.tp-share-access strong,
.tp-share-access p {
  display: block;
  margin: 0;
}

.tp-share-access p {
  margin-top: 3px;
  color: #637397;
  font-size: 13px;
  line-height: 1.4;
}

.tp-share-access > a {
  color: #0757e8;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.tp-share-messages {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.tp-share-messages legend {
  margin-bottom: 8px;
  color: #071a4d;
  font-size: 17px;
  font-weight: 500;
}

.tp-share-messages > div {
  display: grid;
  gap: 8px;
}

.tp-share-messages label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  border: 1px solid #d8deea;
  border-radius: 10px;
  background: #fbfcff;
  color: #52658d;
  cursor: pointer;
}

.tp-share-messages label:has(input:checked) {
  border-color: #0757e8;
  background: #f2f6ff;
  color: #071a4d;
}

.tp-share-messages input {
  margin-top: 3px;
  accent-color: #0757e8;
}

.tp-share-messages > small,
.tp-share-challenge > p {
  display: block;
  margin-top: 7px;
  color: #637397;
  font-size: 13px;
  line-height: 1.4;
}

.tp-share-challenge {
  padding: 14px;
  border: 1px solid #d8deea;
  border-radius: 10px;
  background: #fbfcff;
}

.tp-share-control-page .tp-comm-state form {
  width: 100%;
}

@media (max-width: 560px) {
  .tp-share-access {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .tp-share-access > a {
    grid-column: 2;
    justify-self: start;
  }
}

.tp-recipient-fieldset,
.tp-overall-rating,
.tp-category-rating {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.tp-recipient-fieldset > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  padding: 9px;
}

.tp-recipient-fieldset label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1 1 165px;
}

.tp-recipient-fieldset input {
  width: 100%;
  min-width: 0;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #d8deea;
  border-radius: 8px;
  background: #f8faff;
  color: #52658d;
  font: inherit;
}

.tp-recipient-remove,
[data-tp-add-recipient] {
  min-height: 40px;
  border: 0;
  background: transparent;
  color: #0757e8;
  font-weight: 600;
}

.tp-recipient-remove {
  width: 30px;
  min-height: 38px;
  flex: 0 0 30px;
}

[data-tp-add-recipient] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  flex: 0 0 38px;
  margin: 0;
  padding: 0;
}

.tp-email-preview h3 {
  margin: 0 0 8px;
  color: #637397;
  font-size: 17px;
  font-weight: 500;
}

.tp-email-preview > div {
  padding: 18px 15px;
  border: 1px solid #d8deea;
  border-radius: 10px;
  background: #fbfcff;
}

.tp-email-preview p {
  margin: 0;
  color: #52658d;
  font-size: 14px;
  line-height: 1.45;
}

.tp-email-preview hr {
  height: 1px;
  margin: 13px 0;
  border: 0;
  background: #d8deea;
}

.tp-email-preview a {
  color: #0757e8;
  font-weight: 600;
  text-decoration: none;
}

.tp-share-page .tp-comm-safety {
  max-width: 360px;
  margin: 13px auto 18px;
  text-align: left;
}

.tp-comm-status {
  min-height: 18px;
  margin: -14px 0 0;
  color: #2a7c54;
  font-size: 14px;
  text-align: center;
}

.tp-share-primary-action > .tp-comm-status {
  margin: 8px 0 0;
}

.tp-share-page .tp-comm-status:empty {
  display: none;
}

.tp-review-page .tp-comm-heading {
  padding-top: 10px;
}

.tp-review-page .tp-review-listing {
  margin-top: 6px;
  padding-bottom: 14px;
}

.tp-review-page .tp-review-listing img {
  height: 104px;
}

.tp-review-page .tp-comm-heading h2 {
  font-size: 25px;
}

.tp-review-page .tp-comm-heading p {
  font-size: 14px;
}

.tp-review-form {
  display: grid;
  padding: 14px 28px 12px;
}

.tp-share-page .tp-comm-form {
  gap: 16px;
  padding-top: 14px;
}

.tp-share-page .tp-comm-textarea--short,
.tp-share-page .tp-comm-textarea--short textarea {
  min-height: 82px;
}

.tp-share-page .tp-email-preview > div {
  padding-top: 14px;
  padding-bottom: 14px;
}

.tp-share-page .tp-comm-primary,
.tp-share-page .tp-comm-secondary {
  min-height: 50px;
}

.tp-overall-rating {
  padding-bottom: 16px;
  border-bottom: 1px solid #d8deea;
}

.tp-star-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.tp-star-input button,
.tp-mini-stars button {
  display: grid;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8deea;
  place-items: center;
}

.tp-star-input button {
  width: 52px;
  height: 52px;
  font-size: 43px;
}

.tp-star-input button.is-selected,
.tp-mini-stars button.is-selected {
  color: #f9ad00;
}

.tp-overall-rating > strong {
  display: block;
  margin-top: 4px;
  color: #071a4d;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 17px;
  text-align: center;
}

.tp-category-rating {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 53px;
  border-bottom: 1px solid #d8deea;
}

.tp-category-rating legend {
  display: contents;
  font-size: 15px;
}

.tp-mini-stars {
  display: flex;
  gap: 7px;
}

.tp-mini-stars button {
  width: 25px;
  height: 35px;
  font-size: 23px;
}

.tp-review-form > .tp-comm-field {
  margin-top: 14px;
}

.tp-review-form .tp-comm-textarea,
.tp-review-form .tp-comm-textarea textarea {
  min-height: 112px;
}

.tp-review-photos {
  margin-top: 12px;
}

.tp-review-photo-note {
  margin-top: 5px;
}

.tp-review-form > .tp-comm-check {
  margin-top: 8px;
  color: #071a4d;
}

.tp-review-form > .tp-comm-primary {
  margin-top: 16px;
  min-height: 52px;
}

.tp-review-form > .tp-comm-link {
  margin-top: 7px;
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 600;
}

.tp-experience-ask-guide {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 22px;
  padding: 14px 16px;
  border: 1px solid #dce5f4;
  border-radius: 16px;
  background: #f7faff;
  color: #0757e8;
  text-decoration: none;
}

.tp-experience-ask-guide > i:first-child {
  font-size: 22px;
}

.tp-experience-ask-guide span {
  display: grid;
  flex: 1;
}

.tp-experience-ask-guide strong {
  color: #071a4d;
  font-size: 15px;
}

.tp-experience-ask-guide small {
  color: #637397;
  font-size: 12px;
}

@media (min-width: 700px) {
  .tp-comm-page {
    margin-top: 24px;
    margin-bottom: 40px;
    border: 1px solid #e2e7f0;
    border-radius: 24px;
    box-shadow: 0 18px 60px rgba(7, 26, 77, .08);
    overflow: hidden;
  }

  .tp-stage7-screen .tp-flash {
    padding-top: 28px;
  }

  .tp-comm-titlebar {
    position: relative;
  }
}

@media (max-width: 480px) {
  .tp-comm-titlebar {
    grid-template-columns: 44px minmax(0, 1fr) 70px;
    padding-inline: 16px;
  }

  .tp-comm-form,
  .tp-comm-heading,
  .tp-review-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tp-comm-listing,
  .tp-share-listing,
  .tp-review-listing,
  .tp-comm-guide {
    margin-left: 20px;
    margin-right: 20px;
  }

  .tp-comm-listing,
  .tp-share-listing,
  .tp-review-listing {
    width: calc(100% - 40px);
  }

  .tp-share-access {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }

  .tp-star-input button {
    width: 46px;
    font-size: 38px;
  }

  .tp-mini-stars {
    gap: 4px;
  }

  .tp-comm-titlebar { min-height: 62px; }
  .tp-comm-titlebar h1 { font-size: 18px; }
  .tp-support-illustration { width: 125px; height: 125px; margin-top: 13px; }
  .tp-comm-heading { padding-top: 14px; }
  .tp-comm-heading--center { padding-top: 4px; }
  .tp-comm-heading h2 { font-size: 24px; }
  .tp-comm-heading p { font-size: 13px; }
  .tp-comm-form { gap: 14px; padding-top: 14px; }
  .tp-comm-field > span:first-child,
  .tp-recipient-fieldset legend,
  .tp-overall-rating legend,
  .tp-category-rating legend { font-size: 14px; }
  .tp-comm-field > input,
  .tp-comm-select select { min-height: 45px; font-size: 14px; }
  .tp-reply-email { min-height: 45px; }
  .tp-reply-email strong { font-size: 13px; }
  .tp-comm-textarea { min-height: 129px; }
  .tp-comm-textarea textarea { min-height: 127px; padding: 12px 13px 30px; font-size: 13px; }
  .tp-inquiry-page .tp-comm-textarea textarea { height: 127px; }
  .tp-comm-primary,.tp-comm-secondary { min-height: 48px; border-radius: 12px; font-size: 16px; }
  .tp-comm-listing,.tp-share-listing,.tp-review-listing { grid-template-columns: minmax(120px,42%) minmax(0,1fr); gap: 12px; padding-bottom: 17px; }
  .tp-comm-listing img,.tp-share-listing img,.tp-review-listing img { height: 96px; }
  .tp-comm-listing strong,.tp-share-listing strong,.tp-review-listing strong { font-size: 15px; }
  .tp-comm-listing small,.tp-share-listing small,.tp-review-listing small,.tp-review-listing em { margin-top: 4px; font-size: 11px; }
  .tp-comm-guide { gap: 11px; margin-top: 16px; }
  .tp-comm-guide img { width: 67px; height: 67px; flex-basis: 67px; }
  .tp-comm-guide strong { font-size: 18px; }
  .tp-comm-guide small { font-size: 11px; }
  .tp-inquiry-page .tp-comm-heading { padding-top: 20px; }
  .tp-star-input button { width: 46px; height: 46px; font-size: 38px; }
  .tp-category-rating { min-height: 48px; }
}
