:root {
  --pch-ink: #153e4c;
  --pch-ink-strong: #102f3b;
  --pch-teal: #006b70;
  --pch-teal-dark: #00575b;
  --pch-teal-soft: #eaf6f4;
  --pch-mint: #e6f4ee;
  --pch-blue-soft: #eef5f8;
  --pch-cream: #fcfaf5;
  --pch-white: #fff;
  --pch-border: #d8e2e1;
  --pch-border-strong: #b9cecb;
  --pch-muted: #5a6f77;
  --pch-shadow-sm: 0 8px 24px rgba(16, 47, 59, 0.08);
  --pch-shadow-md: 0 18px 48px rgba(16, 47, 59, 0.12);
  --pch-radius-sm: 10px;
  --pch-radius-md: 18px;
  --pch-radius-lg: 26px;
}

/* Owner dashboard: clear status, scalable listing management, and mobile-ready controls. */
.page-id-67.pch-polish-enabled {
  background: #f4f8f7;
}

.page-id-67.pch-polish-enabled .wpt-profile-wrap {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  width: min(1240px, calc(100% - 36px));
  margin: 36px auto 72px;
  overflow: hidden;
  border: 1px solid var(--pch-border);
  border-radius: 24px;
  background: var(--pch-white);
  box-shadow: var(--pch-shadow-md);
}

.page-id-67.pch-polish-enabled .wpt-profile-nav {
  display: flex !important;
  min-width: 0;
  padding: 24px 18px !important;
  flex-direction: column;
  gap: 7px;
  border: 0 !important;
  border-right: 1px solid var(--pch-border) !important;
  background: var(--pch-white);
}

.page-id-67.pch-polish-enabled .pch-owner-nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 7px 18px;
  color: var(--pch-ink-strong);
}

.page-id-67.pch-polish-enabled .pch-owner-nav-brand > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  background: var(--pch-teal);
  color: var(--pch-white);
  font-weight: 800;
}

.page-id-67.pch-polish-enabled .pch-owner-nav-brand strong {
  font-size: 0.88rem;
}

.page-id-67.pch-polish-enabled .wpt-profile-nav-wrap {
  display: grid !important;
  gap: 7px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.page-id-67.pch-polish-enabled .wpt-nav-btn,
.page-id-67.pch-polish-enabled .pch-owner-nav-link {
  display: flex !important;
  min-height: 44px;
  width: 100%;
  align-items: center;
  padding: 0 13px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: transparent !important;
  color: var(--pch-muted) !important;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: left;
  text-decoration: none !important;
  box-shadow: none !important;
}

.page-id-67.pch-polish-enabled .wpt-nav-btn.wpt-tab-active {
  background: var(--pch-mint) !important;
  color: var(--pch-teal-dark) !important;
}

.page-id-67.pch-polish-enabled .pch-owner-nav-link:hover {
  background: var(--pch-blue-soft) !important;
  color: var(--pch-ink-strong) !important;
}

.page-id-67.pch-polish-enabled .pch-owner-nav-help {
  margin-top: auto;
  padding: 16px;
  border-radius: 14px;
  background: var(--pch-blue-soft);
}

.page-id-67.pch-polish-enabled .pch-owner-nav-help strong,
.page-id-67.pch-polish-enabled .pch-owner-nav-help span {
  display: block;
}

.page-id-67.pch-polish-enabled .pch-owner-nav-help strong {
  margin-bottom: 5px;
  color: var(--pch-ink-strong);
  font-size: 0.8rem;
}

.page-id-67.pch-polish-enabled .pch-owner-nav-help span {
  color: var(--pch-muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.page-id-67.pch-polish-enabled .wpt-profile-content.wpt-pfr-active {
  min-width: 0;
  padding: 28px !important;
  background: #f4f8f7;
}

.page-id-67.pch-polish-enabled .wpt-profile-content:not(.wpt-pfr-active) {
  display: none !important;
}

.page-id-67.pch-polish-enabled .wpt-container,
.page-id-67.pch-polish-enabled .pch-owner-portal {
  max-width: none !important;
  width: 100%;
  margin: 0 !important;
}

.page-id-67.pch-polish-enabled .pch-owner-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 22px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.page-id-67.pch-polish-enabled .pch-owner-header .pch-profile-title {
  margin: 0;
  color: var(--pch-ink-strong);
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.page-id-67.pch-polish-enabled .pch-owner-header p {
  max-width: 570px;
  margin: 8px 0 0;
  color: var(--pch-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.page-id-67.pch-polish-enabled .pch-owner-header > .pch-button {
  min-height: 46px;
  padding: 0 18px !important;
  border: 1px solid var(--pch-teal) !important;
  border-radius: 11px !important;
  background: var(--pch-teal) !important;
  color: var(--pch-white) !important;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none !important;
}

.page-id-67.pch-polish-enabled .pch-owner-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin-bottom: 20px;
}

.page-id-67.pch-polish-enabled .pch-owner-summary > div {
  padding: 17px;
  border: 1px solid var(--pch-border);
  border-radius: 14px;
  background: var(--pch-white);
}

.page-id-67.pch-polish-enabled .pch-owner-summary span,
.page-id-67.pch-polish-enabled .pch-owner-summary strong {
  display: block;
}

.page-id-67.pch-polish-enabled .pch-owner-summary span {
  color: var(--pch-muted);
  font-size: 0.72rem;
}

.page-id-67.pch-polish-enabled .pch-owner-summary strong {
  margin-top: 7px;
  color: var(--pch-ink-strong);
  font-size: 1.12rem;
}

.page-id-67.pch-polish-enabled .pch-owner-summary__warning {
  color: #9a551b !important;
}

.page-id-67.pch-polish-enabled .pch-owner-tools {
  display: grid;
  grid-template-columns: minmax(210px, 1fr) 175px auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 13px;
  padding: 16px;
  border: 1px solid var(--pch-border);
  border-radius: 15px;
  background: var(--pch-white);
}

.page-id-67.pch-polish-enabled .pch-owner-search input,
.page-id-67.pch-polish-enabled .pch-owner-filter select {
  min-height: 44px;
  width: 100%;
  margin: 0;
  padding: 0 13px;
  border: 1px solid var(--pch-border);
  border-radius: 10px;
  background: #f9fbfb;
  color: var(--pch-ink);
  font-size: 0.86rem;
}

.page-id-67.pch-polish-enabled .pch-owner-tools__count {
  min-width: 105px;
  color: var(--pch-muted);
  font-size: 0.75rem;
  text-align: right;
}

.page-id-67.pch-polish-enabled .pch-cards {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px !important;
  margin: 0 !important;
}

.page-id-67.pch-polish-enabled .pch-card {
  display: flex;
  min-width: 0;
  min-height: 170px;
  padding: 18px !important;
  flex-direction: column;
  border: 1px solid var(--pch-border) !important;
  border-radius: 15px !important;
  background: var(--pch-white) !important;
  box-shadow: none !important;
}

.page-id-67.pch-polish-enabled .pch-card[hidden] {
  display: none !important;
}

.page-id-67.pch-polish-enabled .pch-card h3 {
  margin: 0 0 7px;
  overflow: hidden;
  color: var(--pch-ink-strong);
  font-size: 1rem;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-id-67.pch-polish-enabled .pch-card > p {
  margin: 0;
}

.page-id-67.pch-polish-enabled .pch-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  background: #fff2e4;
  color: #8c4e1a;
  font-size: 0.69rem;
  font-weight: 800;
}

.page-id-67.pch-polish-enabled .pch-card--active .pch-status {
  background: var(--pch-mint);
  color: var(--pch-teal-dark);
}

.page-id-67.pch-polish-enabled .pch-actions {
  display: flex !important;
  align-items: center;
  gap: 8px !important;
  flex-wrap: wrap;
  margin-top: auto !important;
  padding-top: 15px;
  border-top: 1px solid var(--pch-border);
}

.page-id-67.pch-polish-enabled .pch-actions form {
  margin: 0 0 0 auto;
}

.page-id-67.pch-polish-enabled .pch-actions .pch-link,
.page-id-67.pch-polish-enabled .pch-actions .pch-button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 11px !important;
  border-radius: 9px !important;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
}

.page-id-67.pch-polish-enabled .pch-actions .pch-link {
  border: 1px solid var(--pch-border) !important;
  background: var(--pch-white) !important;
  color: var(--pch-ink) !important;
}

.page-id-67.pch-polish-enabled .pch-actions .pch-button {
  border: 1px solid var(--pch-teal) !important;
  background: var(--pch-teal) !important;
  color: var(--pch-white) !important;
}

.page-id-67.pch-polish-enabled .pch-resource-link {
  display: none !important;
}

.page-id-67.pch-polish-enabled .pch-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 22px 0 0;
}

.page-id-67.pch-polish-enabled .pch-pagination .page-numbers {
  display: inline-grid;
  min-width: 38px;
  height: 38px;
  place-items: center;
  padding: 0 10px;
  border: 1px solid var(--pch-border);
  border-radius: 9px;
  background: var(--pch-white);
  color: var(--pch-ink);
  font-size: 0.78rem;
  text-decoration: none;
}

.page-id-67.pch-polish-enabled .pch-pagination .current {
  border-color: var(--pch-teal);
  background: var(--pch-teal);
  color: var(--pch-white);
}

.page-id-67.pch-polish-enabled .pch-pagination .dots {
  border-color: transparent;
  background: transparent;
}

.page-id-67.pch-polish-enabled .pch-owner-lower {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.page-id-67.pch-polish-enabled .pch-owner-lower > section {
  min-width: 0;
  margin: 0 !important;
  padding: 20px !important;
  border: 1px solid var(--pch-border) !important;
  border-radius: 15px !important;
  background: var(--pch-white) !important;
  box-shadow: none !important;
}

.page-id-67.pch-polish-enabled .pch-owner-lower h2 {
  margin: 0 0 8px;
  color: var(--pch-ink-strong);
  font-size: 1.12rem;
}

.page-id-67.pch-polish-enabled .pch-owner-lower p {
  color: var(--pch-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

@media (max-width: 767px) {
  .page-id-67.pch-polish-enabled .wpt-profile-wrap {
    grid-template-columns: 1fr;
  }

  .page-id-67.pch-polish-enabled .wpt-profile-nav {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 14px !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--pch-border) !important;
  }

  .page-id-67.pch-polish-enabled .pch-owner-nav-brand,
  .page-id-67.pch-polish-enabled .pch-owner-nav-help {
    display: none;
  }

  .page-id-67.pch-polish-enabled .wpt-nav-btn,
  .page-id-67.pch-polish-enabled .pch-owner-nav-link {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 680px) {
  .page-id-67.pch-polish-enabled .wpt-profile-wrap {
    width: min(100% - 20px, 1240px);
    margin-block: 18px 52px;
    border-radius: 18px;
  }

  .page-id-67.pch-polish-enabled .wpt-profile-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-id-67.pch-polish-enabled .wpt-profile-content.wpt-pfr-active {
    padding: 20px 14px !important;
  }

  .page-id-67.pch-polish-enabled .pch-owner-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-id-67.pch-polish-enabled .pch-owner-header > .pch-button {
    width: 100%;
  }

  .page-id-67.pch-polish-enabled .pch-owner-summary,
  .page-id-67.pch-polish-enabled .pch-cards,
  .page-id-67.pch-polish-enabled .pch-owner-lower {
    grid-template-columns: 1fr;
  }

  .page-id-67.pch-polish-enabled .pch-owner-tools {
    grid-template-columns: 1fr;
  }

  .page-id-67.pch-polish-enabled .pch-owner-tools__count {
    text-align: left;
  }

  .page-id-67.pch-polish-enabled .pch-actions form {
    width: 100%;
    margin-left: 0;
  }

  .page-id-67.pch-polish-enabled .pch-actions form .pch-button {
    width: 100%;
  }
}

/* Owner listing editor: guided three-step setup with a persistent progress view. */
.page-id-67.pch-polish-enabled.pch-owner-editor-ready .wpt-profile-content.wpt-pfr-active {
  padding: 28px !important;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor {
  width: 100%;
  max-width: none;
  margin: 0;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-header {
  margin-bottom: 22px;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-back {
  margin: 0 0 13px;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-back a {
  color: var(--pch-muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-back a:hover {
  color: var(--pch-teal-dark);
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-heading-copy h2 {
  margin: 0;
  color: var(--pch-ink-strong);
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-heading-copy p {
  max-width: 650px;
  margin: 9px 0 0;
  color: var(--pch-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-private {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  background: #fff2e4;
  color: #8c4e1a;
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid var(--pch-border);
  border-radius: 16px;
  background: var(--pch-white);
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-step {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 10px;
  min-height: 76px;
  align-content: center;
  margin: 0;
  padding: 14px 16px;
  border: 0;
  border-right: 1px solid var(--pch-border);
  border-radius: 0;
  background: transparent;
  color: var(--pch-muted);
  text-align: left;
  box-shadow: none;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-step:last-child {
  border-right: 0;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-step:hover {
  transform: none;
  background: #f8fbfa;
  box-shadow: none;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-step.is-active {
  background: var(--pch-mint);
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-step > span {
  display: grid;
  width: 30px;
  height: 30px;
  grid-row: 1 / 3;
  place-items: center;
  align-self: center;
  border: 1px solid var(--pch-border);
  border-radius: 50%;
  background: var(--pch-white);
  color: var(--pch-muted);
  font-size: 0.75rem;
  font-weight: 800;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-step.is-active > span,
.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-step.is-complete > span {
  border-color: var(--pch-teal);
  background: var(--pch-teal);
  color: var(--pch-white);
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-step strong,
.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-step small {
  display: block;
  min-width: 0;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-step strong {
  color: var(--pch-ink-strong);
  font-size: 0.83rem;
  line-height: 1.25;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-step small {
  margin-top: 3px;
  font-size: 0.69rem;
  line-height: 1.25;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 18px;
  align-items: start;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-form-card,
.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-progress {
  min-width: 0;
  border: 1px solid var(--pch-border);
  border-radius: 16px;
  background: var(--pch-white);
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-form-card {
  padding: 24px;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-stage[hidden] {
  display: none !important;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-stage-intro {
  margin-bottom: 22px;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-stage-intro > span {
  display: block;
  margin-bottom: 6px;
  color: var(--pch-teal);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-stage-intro h3 {
  margin: 0;
  color: var(--pch-ink-strong);
  font-size: 1.28rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-stage-intro p {
  margin: 6px 0 0;
  color: var(--pch-muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-form-grid > p,
.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-stage > fieldset p {
  margin: 0;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-form-full {
  grid-column: 1 / -1;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready #pch-listing-form label {
  color: var(--pch-ink-strong);
  font-size: 0.76rem;
  font-weight: 700;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready #pch-listing-form :where(input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], textarea, select) {
  display: block;
  width: 100%;
  min-height: 44px;
  margin: 7px 0 0;
  padding: 10px 12px;
  border: 1px solid var(--pch-border);
  border-radius: 10px;
  background: #fbfdfc;
  color: var(--pch-ink-strong);
  font-size: 0.86rem;
  line-height: 1.4;
  box-shadow: none;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready #pch-listing-form textarea {
  min-height: 120px;
  resize: vertical;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready #pch-listing-form :where(input, textarea, select):focus {
  border-color: var(--pch-teal);
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready #pch-listing-form .pch-help {
  color: var(--pch-muted);
  font-size: 0.72rem;
  line-height: 1.5;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-stage > fieldset {
  margin: 18px 0 0;
  padding: 18px;
  border: 1px solid var(--pch-border);
  border-radius: 13px;
  background: #fbfdfc;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-stage > fieldset:first-of-type {
  margin-top: 0;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-stage > fieldset legend {
  padding: 0 7px;
  color: var(--pch-ink-strong);
  font-size: 0.86rem;
  font-weight: 800;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready [data-pch-stage="1"] > fieldset {
  display: flex;
  align-items: center;
  gap: 18px;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready [data-pch-stage="1"] > fieldset label {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  border: 1px solid var(--pch-border);
  border-radius: 9px;
  background: var(--pch-white);
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-check-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-check-group:first-of-type {
  margin-top: 4px;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-check-group strong {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  color: var(--pch-muted);
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-check-group label {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 9px 11px;
  border: 1px solid var(--pch-border);
  border-radius: 10px;
  background: var(--pch-white);
  line-height: 1.3;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready #pch-listing-form :where(input[type="checkbox"], input[type="radio"]) {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin: 0;
  accent-color: var(--pch-teal);
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready [data-pch-stage="2"] > fieldset:last-of-type {
  border-style: dashed;
  border-color: #9bc5c1;
  background: var(--pch-mint);
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready input[type="file"] {
  display: block;
  width: 100%;
  margin-top: 8px;
  color: var(--pch-muted);
  font-size: 0.78rem;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready input[type="file"]::file-selector-button {
  min-height: 40px;
  margin-right: 11px;
  padding: 0 13px;
  border: 1px solid var(--pch-teal);
  border-radius: 9px;
  background: var(--pch-white);
  color: var(--pch-teal-dark);
  font-weight: 800;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-review-summary {
  display: grid;
  gap: 10px;
  padding: 17px;
  border-radius: 13px;
  background: var(--pch-mint);
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-review-summary > div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 107, 112, 0.15);
  font-size: 0.8rem;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-review-summary > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-review-summary span {
  color: var(--pch-muted);
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-review-summary strong {
  color: var(--pch-ink-strong);
  text-align: right;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-preview-action {
  margin: 18px 0 0;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-preview-action .pch-button {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--pch-teal) !important;
  border-radius: 10px !important;
  background: var(--pch-teal) !important;
  color: var(--pch-white) !important;
  font-size: 0.84rem;
  font-weight: 800;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-stage-actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--pch-border);
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-stage-actions button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0 16px;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 800;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-stage-actions button[hidden] {
  display: none !important;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-secondary {
  border: 1px solid var(--pch-border);
  background: var(--pch-white);
  color: var(--pch-ink);
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-primary {
  margin-left: auto !important;
  border: 1px solid var(--pch-teal);
  background: var(--pch-teal);
  color: var(--pch-white);
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-progress {
  position: sticky;
  top: 25px;
  padding: 20px;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-progress h3 {
  margin: 0 0 6px;
  color: var(--pch-ink-strong);
  font-size: 0.96rem;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-progress > p {
  margin: 0 0 16px;
  color: var(--pch-muted);
  font-size: 0.73rem;
  line-height: 1.5;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-meter {
  height: 7px;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--pch-mint);
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-meter span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--pch-teal);
  transition: width 180ms ease;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-progress ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-progress li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--pch-muted);
  font-size: 0.74rem;
  line-height: 1.4;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-progress li > span {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  border: 1px solid var(--pch-border);
  border-radius: 50%;
  background: var(--pch-white);
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-progress li.is-complete {
  color: var(--pch-ink-strong);
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-progress li.is-complete > span {
  display: grid;
  place-items: center;
  border-color: var(--pch-teal);
  background: var(--pch-teal);
  color: var(--pch-white);
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-progress li.is-complete > span::after {
  content: "\2713";
  font-size: 0.67rem;
  font-weight: 800;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-privacy {
  display: flex;
  gap: 8px;
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid var(--pch-border);
  color: var(--pch-muted);
  font-size: 0.68rem;
  line-height: 1.45;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-privacy > span {
  color: var(--pch-teal);
  font-weight: 800;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-owner-inquiries {
  display: none;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-preview[hidden] {
  display: none !important;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-preview:not([hidden]) {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: grid;
  overflow-y: auto;
  place-items: center;
  padding: 24px;
  background: rgba(10, 35, 42, 0.68);
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-preview-card {
  width: min(680px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 26px;
  border-radius: 18px;
  background: var(--pch-white);
  box-shadow: var(--pch-shadow-md);
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-preview-card h3 {
  margin-top: 0;
  color: var(--pch-ink-strong);
  font-size: 1.45rem;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-preview-card dl {
  display: grid;
  grid-template-columns: minmax(110px, 0.35fr) minmax(0, 1fr);
  gap: 8px 14px;
  margin: 18px 0;
  color: var(--pch-muted);
  font-size: 0.8rem;
}

.page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-preview-card dt {
  color: var(--pch-ink-strong);
  font-weight: 800;
}

@media (max-width: 980px) {
  .page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-layout {
    grid-template-columns: 1fr;
  }

  .page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-progress {
    position: static;
  }
}

@media (max-width: 680px) {
  .page-id-67.pch-polish-enabled.pch-owner-editor-ready .wpt-profile-nav {
    display: none !important;
  }

  .page-id-67.pch-polish-enabled.pch-owner-editor-ready .wpt-profile-content.wpt-pfr-active {
    padding: 20px 14px !important;
  }

  .page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-heading-row {
    display: block;
  }

  .page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-private {
    margin-top: 12px;
  }

  .page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-steps {
    border-radius: 14px;
  }

  .page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-step {
    display: flex;
    min-height: 78px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    padding: 9px 4px;
    border-right: 0;
    text-align: center;
  }

  .page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-step > span {
    width: 28px;
    height: 28px;
    grid-row: auto;
  }

  .page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-step strong {
    font-size: 0.68rem;
    line-height: 1.15;
    white-space: nowrap;
  }

  .page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-step small {
    display: none;
  }

  .page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-form-card {
    padding: 19px 15px;
  }

  .page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-form-grid,
  .page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-check-group {
    grid-template-columns: 1fr;
  }

  .page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-form-full,
  .page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-check-group strong {
    grid-column: auto;
  }

  .page-id-67.pch-polish-enabled.pch-owner-editor-ready [data-pch-stage="1"] > fieldset {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .page-id-67.pch-polish-enabled.pch-owner-editor-ready [data-pch-stage="1"] > fieldset label {
    width: 100%;
  }

  .page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-editor-stage-actions {
    position: sticky;
    z-index: 5;
    bottom: 0;
    margin: 22px -15px -19px;
    padding: 14px 15px;
    background: var(--pch-white);
  }

  .page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-preview:not([hidden]) {
    align-items: end;
    padding: 10px;
  }

  .page-id-67.pch-polish-enabled.pch-owner-editor-ready .pch-preview-card {
    max-height: calc(100vh - 20px);
    padding: 20px 16px;
    border-radius: 16px;
  }
}

/* Accessible, high-confidence interaction states. */
.pch-polish-enabled :where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid #f0a44b !important;
  outline-offset: 3px !important;
  box-shadow: none !important;
}

.pch-polish-enabled :where(button, .pch-home-button, .pch-button, .wpt-search-submit, .wpt-load-btn) {
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.pch-polish-enabled :where(button, .pch-home-button, .pch-button, .wpt-search-submit, .wpt-load-btn):hover {
  transform: translateY(-1px);
  box-shadow: var(--pch-shadow-sm);
}

/* Homepage: keep the strong hero, reduce repetition and mobile fatigue. */
.home.pch-polish-enabled .pch-home-hero {
  box-shadow: 0 1px 0 rgba(21, 62, 76, 0.04);
}

.home.pch-polish-enabled .pch-home-step,
.home.pch-polish-enabled .pch-home-region,
.home.pch-polish-enabled .pch-home-example,
.home.pch-polish-enabled .pch-home-guide {
  border-color: var(--pch-border);
  box-shadow: 0 1px 0 rgba(21, 62, 76, 0.04);
}

.home.pch-polish-enabled .pch-home-example:hover,
.home.pch-polish-enabled .pch-home-region:hover,
.home.pch-polish-enabled .pch-home-guide:hover {
  transform: translateY(-2px);
  box-shadow: var(--pch-shadow-sm);
}

.home.pch-polish-enabled .pch-home-region,
.home.pch-polish-enabled .pch-home-example,
.home.pch-polish-enabled .pch-home-guide {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

/* Search: keep the search action and results visible sooner. */
.page-id-57.pch-polish-enabled .elementor-element-e86af4f {
  min-height: 0 !important;
  padding-block: clamp(42px, 5vw, 68px) !important;
}

.page-id-57.pch-polish-enabled .elementor-element-e86af4f > .e-con-inner {
  min-height: 0 !important;
  padding-block: clamp(18px, 2vw, 28px) !important;
}

.page-id-57.pch-polish-enabled .elementor-element-c358e46 {
  min-height: 0 !important;
  padding-block: 0 !important;
}

.page-id-57.pch-polish-enabled .elementor-element-e86af4f h1 {
  font-size: clamp(2.25rem, 4vw, 3.35rem) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.035em;
}

.page-id-57.pch-polish-enabled .wpt-search-directory {
  margin-top: clamp(28px, 4vw, 48px);
}

.page-id-57.pch-polish-enabled .wpt-advance-search-form {
  border: 1px solid var(--pch-border);
  border-radius: var(--pch-radius-md);
  box-shadow: var(--pch-shadow-sm);
  background: var(--pch-white);
}

.page-id-57.pch-polish-enabled .wpt-form-control {
  min-height: 52px;
  border-color: #c8d5d5;
  border-radius: var(--pch-radius-sm);
}

.page-id-57.pch-polish-enabled .wpt-search-submit {
  min-height: 52px;
  border: 1px solid var(--pch-teal) !important;
  border-radius: var(--pch-radius-sm) !important;
  background: var(--pch-teal) !important;
  color: var(--pch-white) !important;
  font-weight: 750 !important;
}

.page-id-57.pch-polish-enabled .wpt-search-submit:hover {
  border-color: var(--pch-teal-dark) !important;
  background: var(--pch-teal-dark) !important;
}

.page-id-57.pch-polish-enabled .wpt-contact-filter {
  border-left: 1px solid var(--pch-border);
  padding-left: 20px;
}

.page-id-57.pch-polish-enabled .wpt-listng-item {
  border-color: var(--pch-border);
  border-radius: var(--pch-radius-md);
  box-shadow: 0 3px 14px rgba(16, 47, 59, 0.06);
  overflow: hidden;
}

.page-id-57.pch-polish-enabled .wpt-listing-header {
  align-items: flex-start;
  gap: 8px 14px;
}

/* Owner acquisition is useful, but should not compete with the family CTA. */
.page-id-57.pch-polish-enabled .wpt-claim-btn {
  order: 5;
  display: inline-block;
  width: auto;
  margin: 2px 0 0 auto;
  padding: 2px 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--pch-muted) !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  box-shadow: none !important;
}

.page-id-57.pch-polish-enabled .wpt-claim-btn:hover {
  color: var(--pch-ink) !important;
}

.page-id-57.pch-polish-enabled .wpt-thumbnail-placeholder {
  min-height: 220px !important;
}

/* Missing-photo fallback: transparent labeling prevents stock imagery from
   being mistaken for photography of the listed home. */
.pch-polish-enabled .pch-has-representative-image {
  padding: 0 !important;
  color: inherit !important;
  background: var(--pch-blue-soft) !important;
  overflow: hidden;
}

.page-id-57.pch-polish-enabled .wpt-thumbnail.pch-thumbnail--representative {
  padding: 0 !important;
  background: var(--pch-blue-soft) !important;
  overflow: hidden;
}

.page-id-57.pch-polish-enabled .wpt-thumbnail-placeholder[hidden] {
  display: none !important;
}

.pch-polish-enabled .pch-representative-media {
  width: 100%;
  height: 100%;
  margin: 0;
}

.pch-polish-enabled .pch-representative-media__visual {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--pch-blue-soft);
}

.pch-polish-enabled .pch-representative-media__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pch-polish-enabled .pch-representative-media__badge {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 6px 10px;
  border: 1px solid rgba(21, 62, 76, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 4px 14px rgba(16, 47, 59, 0.12);
  color: var(--pch-ink-strong);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.01em;
  line-height: 1.2;
  white-space: nowrap;
}

.page-id-57.pch-polish-enabled .pch-representative-media--card .pch-representative-media__visual {
  min-height: 220px;
}

.page-id-57.pch-polish-enabled .wpt-result-count {
  color: var(--pch-ink);
  font-weight: 750;
}

/* Listing page: identity and inquiry before photography, with visible CTA. */
.single-listing.pch-polish-enabled .pch-profile {
  gap: 20px;
}

.single-listing.pch-polish-enabled .pch-profile__breadcrumbs {
  order: 1;
}

.single-listing.pch-polish-enabled .pch-profile__hero {
  order: 2 !important;
  grid-template-columns: minmax(0, 1fr) 340px !important;
  gap: clamp(24px, 4vw, 48px) !important;
  padding: clamp(28px, 4vw, 48px) !important;
  border: 1px solid #d6e8e0;
  border-radius: var(--pch-radius-lg);
  box-shadow: var(--pch-shadow-sm);
}

.single-listing.pch-polish-enabled .pch-profile__hero h1 {
  letter-spacing: -0.04em;
}

.single-listing.pch-polish-enabled .pch-profile__contact {
  position: static !important;
  align-self: start;
  height: auto !important;
  padding: 14px !important;
  border: 1px solid var(--pch-border);
  border-radius: var(--pch-radius-md);
  background: var(--pch-white) !important;
  box-shadow: var(--pch-shadow-sm);
}

.single-listing.pch-polish-enabled .pch-profile__contact-card,
.single-listing.pch-polish-enabled .pch-profile__contact-us {
  min-height: 0 !important;
  height: auto !important;
  padding: 20px !important;
  border-radius: 14px;
  background: var(--pch-teal) !important;
  color: var(--pch-white) !important;
  box-shadow: none;
}

.single-listing.pch-polish-enabled .pch-profile__contact-card :where(span, strong, small),
.single-listing.pch-polish-enabled .pch-profile__contact-us :where(span, strong, small) {
  color: var(--pch-white) !important;
}

.single-listing.pch-polish-enabled .pch-profile__contact-card strong {
  display: block;
  margin: 6px 0;
  font-size: 1.3rem;
}

.single-listing.pch-polish-enabled .pch-profile__contact-card:hover {
  background: var(--pch-teal-dark) !important;
  transform: translateY(-1px);
}

.single-listing.pch-polish-enabled .pch-profile__claim-invite {
  min-height: 0 !important;
  padding: 14px 6px 2px !important;
  border-top: 0 !important;
  color: var(--pch-muted) !important;
  font-size: 0.82rem;
}

.single-listing.pch-polish-enabled .pch-profile__claim {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--pch-ink) !important;
  font-size: inherit !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  box-shadow: none !important;
}

.single-listing.pch-polish-enabled .pch-profile__quick-facts {
  order: 3 !important;
  gap: 12px;
  padding: 0 !important;
  background: transparent !important;
}

.single-listing.pch-polish-enabled .pch-profile__quick-facts > div {
  border: 1px solid var(--pch-border);
  border-radius: 14px;
  background: var(--pch-white);
  box-shadow: 0 2px 10px rgba(16, 47, 59, 0.04);
}

.single-listing.pch-polish-enabled .pch-profile__image {
  order: 4 !important;
  max-height: 360px;
  border: 1px solid var(--pch-border);
  border-radius: var(--pch-radius-lg);
  overflow: hidden;
}

.single-listing.pch-polish-enabled .pch-profile__image--placeholder {
  min-height: 230px !important;
  height: 260px !important;
  padding: 24px !important;
  background: linear-gradient(145deg, #eef5f8 0%, #e5f0f2 100%) !important;
}

.single-listing.pch-polish-enabled .pch-profile__image--representative {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none;
  padding: 0 !important;
}

.single-listing.pch-polish-enabled .pch-profile__image--placeholder.pch-has-representative-image {
  min-height: 0 !important;
  height: auto !important;
}

.single-listing.pch-polish-enabled .pch-representative-media--profile .pch-representative-media__visual {
  width: 100% !important;
  max-width: none !important;
  height: clamp(280px, 32vw, 420px) !important;
  aspect-ratio: auto;
  min-height: 230px;
}

.single-listing.pch-polish-enabled .pch-representative-media--profile .pch-representative-media__visual img {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
}

.single-listing.pch-polish-enabled .pch-representative-media__caption {
  margin: 0;
  padding: 12px 18px;
  border-top: 1px solid var(--pch-border);
  background: var(--pch-blue-soft);
  color: var(--pch-muted);
  font-size: 0.78rem;
  line-height: 1.4;
  text-align: center;
}

.single-listing.pch-polish-enabled .pch-profile__about,
.single-listing.pch-polish-enabled .pch-profile__section,
.single-listing.pch-polish-enabled .pch-profile__facts,
.single-listing.pch-polish-enabled .pch-profile__location,
.single-listing.pch-polish-enabled .pch-family-resources {
  border-color: var(--pch-border);
  box-shadow: 0 3px 16px rgba(16, 47, 59, 0.05);
}

.single-listing.pch-polish-enabled .pch-family-trust-row {
  order: 3 !important;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--pch-border);
  border-radius: var(--pch-radius-md);
  background: var(--pch-white);
  box-shadow: 0 3px 16px rgba(16, 47, 59, 0.04);
}

.single-listing.pch-polish-enabled .pch-family-trust-row > div {
  display: flex;
  min-width: 0;
  gap: 12px;
  align-items: flex-start;
  padding: 18px 20px;
}

.single-listing.pch-polish-enabled .pch-family-trust-row > div + div {
  border-left: 1px solid var(--pch-border);
}

.single-listing.pch-polish-enabled .pch-family-trust-row > div > span {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: var(--pch-teal-soft);
  color: var(--pch-teal);
  font-weight: 800;
}

.single-listing.pch-polish-enabled .pch-family-trust-row p,
.single-listing.pch-polish-enabled .pch-family-trust-row strong,
.single-listing.pch-polish-enabled .pch-family-trust-row small {
  display: block;
  margin: 0;
}

.single-listing.pch-polish-enabled .pch-family-trust-row strong {
  color: var(--pch-ink);
  font-size: 0.93rem;
  line-height: 1.3;
}

.single-listing.pch-polish-enabled .pch-family-trust-row small {
  margin-top: 4px;
  color: var(--pch-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.single-listing.pch-polish-enabled .pch-listing-action-grid {
  order: 4 !important;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(310px, 0.78fr);
  gap: clamp(18px, 2.5vw, 28px);
  align-items: start;
}

.single-listing.pch-polish-enabled .pch-listing-action-grid .pch-profile__image {
  order: initial !important;
  width: 100%;
  margin: 0 !important;
}

.single-listing.pch-polish-enabled .pch-inquiry--family-first {
  position: sticky;
  top: 24px;
  margin: 0 !important;
  padding: 24px !important;
  border: 1px solid var(--pch-border) !important;
  border-radius: var(--pch-radius-lg) !important;
  background: var(--pch-white) !important;
  color: var(--pch-ink) !important;
  box-shadow: var(--pch-shadow-sm);
}

.single-listing.pch-polish-enabled .pch-inquiry__eyebrow {
  margin: 0 0 7px !important;
  color: var(--pch-teal) !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.single-listing.pch-polish-enabled .pch-inquiry--family-first h2 {
  margin: 0 0 9px !important;
  color: var(--pch-ink) !important;
  font-size: clamp(1.55rem, 2.3vw, 2rem) !important;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.single-listing.pch-polish-enabled .pch-inquiry__intro {
  margin: 0 0 18px !important;
  color: var(--pch-muted) !important;
  font-size: 0.9rem;
  line-height: 1.55;
}

.single-listing.pch-polish-enabled .pch-inquiry--family-first .pch-inquiry__grid {
  grid-template-columns: 1fr !important;
  gap: 0;
}

.single-listing.pch-polish-enabled .pch-inquiry--family-first form > p,
.single-listing.pch-polish-enabled .pch-inquiry--family-first .pch-inquiry__grid > p {
  margin: 0 0 13px;
}

.single-listing.pch-polish-enabled .pch-inquiry--family-first label {
  color: var(--pch-ink) !important;
  font-size: 0.82rem;
  font-weight: 700 !important;
  line-height: 1.35;
}

.single-listing.pch-polish-enabled .pch-inquiry--family-first :where(input:not([type="checkbox"]), select, textarea) {
  min-height: 46px;
  margin-top: 7px !important;
  padding: 11px 12px !important;
  border: 1px solid var(--pch-border-strong) !important;
  border-radius: 11px !important;
  background: var(--pch-white) !important;
  color: var(--pch-ink) !important;
  font-size: 16px !important;
  box-shadow: none !important;
}

.single-listing.pch-polish-enabled .pch-inquiry--family-first :where(input:not([type="checkbox"]), select, textarea):focus {
  border-color: var(--pch-teal) !important;
  outline: 3px solid rgba(8, 127, 131, 0.14);
  outline-offset: 1px;
}

.single-listing.pch-polish-enabled .pch-inquiry--family-first textarea {
  min-height: 104px;
  resize: vertical;
}

.single-listing.pch-polish-enabled .pch-inquiry--family-first .pch-inquiry__consent {
  color: var(--pch-muted);
  font-size: 0.76rem;
  line-height: 1.5;
}

.single-listing.pch-polish-enabled .pch-inquiry--family-first .pch-inquiry__consent label {
  display: grid;
  grid-template-columns: 19px 1fr;
  gap: 9px;
  align-items: start;
  color: var(--pch-muted) !important;
  font-size: inherit;
  font-weight: 500 !important;
}

.single-listing.pch-polish-enabled .pch-inquiry--family-first input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--pch-teal);
}

.single-listing.pch-polish-enabled .pch-inquiry--family-first button[type="submit"] {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 16px !important;
  border: 1px solid var(--pch-teal) !important;
  border-radius: 12px !important;
  background: var(--pch-teal) !important;
  color: var(--pch-white) !important;
  font-weight: 800 !important;
  line-height: 1.2;
  box-shadow: none !important;
}

.single-listing.pch-polish-enabled .pch-inquiry--family-first button[type="submit"]:hover {
  border-color: var(--pch-teal-dark) !important;
  background: var(--pch-teal-dark) !important;
}

.single-listing.pch-polish-enabled .pch-inquiry__privacy {
  display: flex;
  gap: 9px;
  margin: 11px 0 0 !important;
  padding: 12px 13px;
  border-radius: 11px;
  background: var(--pch-blue-soft);
  color: var(--pch-muted);
  font-size: 0.74rem;
  line-height: 1.45;
}

.single-listing.pch-polish-enabled .pch-inquiry__privacy > span:first-child {
  color: var(--pch-teal);
  font-weight: 900;
}

.single-listing.pch-polish-enabled .pch-inquiry__notice {
  margin: 0 0 16px !important;
  padding: 13px 14px !important;
  border: 0 !important;
  border-radius: 11px;
  background: var(--pch-teal-soft) !important;
  color: var(--pch-ink) !important;
}

.single-listing.pch-polish-enabled .pch-profile__availability-card small,
.single-listing.pch-polish-enabled .pch-profile__marketplace-contact small {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 0.76rem;
  line-height: 1.45;
}

.pch-mobile-inquiry {
  display: none;
}

/* Pricing: show value and conversion action within the initial desktop view. */
.page-id-61.pch-polish-enabled .page-header {
  padding-block: 14px 6px;
}

.page-id-61.pch-polish-enabled .entry-title {
  font-size: clamp(2rem, 3vw, 2.65rem);
  letter-spacing: -0.03em;
}

.page-id-61.pch-polish-enabled .pch-pricing-hero {
  min-height: 0 !important;
  padding: clamp(34px, 4vw, 54px) !important;
  align-items: center;
  border-color: var(--pch-border);
  box-shadow: var(--pch-shadow-sm);
}

.page-id-61.pch-polish-enabled .pch-pricing-hero h2 {
  font-size: clamp(3rem, 5vw, 4.5rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.05em;
}

.page-id-61.pch-polish-enabled .pch-screen--hero {
  align-self: center;
}

@media (max-width: 900px) {
  .single-listing.pch-polish-enabled .pch-profile__hero {
    grid-template-columns: 1fr !important;
  }

  .single-listing.pch-polish-enabled .pch-profile__contact {
    width: 100%;
  }

  .single-listing.pch-polish-enabled .pch-listing-action-grid {
    grid-template-columns: 1fr;
  }

  .single-listing.pch-polish-enabled .pch-inquiry--family-first {
    position: static;
  }

  .page-id-57.pch-polish-enabled .wpt-contact-filter {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 900px) {
  .home.pch-polish-enabled .pch-home-hero {
    margin-inline: 12px;
    padding: 30px 18px !important;
    border-radius: 20px;
  }

  .home.pch-polish-enabled .pch-home-hero h1 {
    font-size: clamp(2.35rem, 10.5vw, 3rem) !important;
    line-height: 1.03 !important;
  }

  .home.pch-polish-enabled .pch-home-section,
  .home.pch-polish-enabled .pch-home-locations,
  .home.pch-polish-enabled .pch-home-learn,
  .home.pch-polish-enabled .pch-home-final,
  .home.pch-polish-enabled .pch-home-owners {
    padding-block: 52px !important;
  }

  .home.pch-polish-enabled .pch-home-step {
    min-height: 0 !important;
    padding: 28px 22px !important;
  }

  .home.pch-polish-enabled .pch-home-hero-image {
    max-height: 340px;
    object-fit: cover;
  }

  .page-id-57.pch-polish-enabled .elementor-element-e86af4f {
    padding-block: 22px !important;
  }

  .page-id-57.pch-polish-enabled .elementor-element-e86af4f > .e-con-inner {
    padding-block: 12px !important;
  }

  .page-id-57.pch-polish-enabled .wpt-search-directory {
    margin-top: 22px;
  }

  .page-id-57.pch-polish-enabled .wpt-advance-search-form {
    border-radius: 14px;
    box-shadow: none;
  }

  .page-id-57.pch-polish-enabled .wpt-listing-header {
    display: flex;
    flex-direction: column;
  }

  .page-id-57.pch-polish-enabled .wpt-claim-btn {
    order: 9;
    margin: 4px 0 0 !important;
  }

  .page-id-57.pch-polish-enabled .wpt-thumbnail-placeholder {
    min-height: 150px !important;
    height: 150px !important;
  }

  .page-id-57.pch-polish-enabled .pch-representative-media--card .pch-representative-media__visual {
    min-height: 150px;
  }

  .single-listing.pch-polish-enabled {
    padding-bottom: 82px;
  }

  .single-listing.pch-polish-enabled .pch-profile {
    gap: 14px;
  }

  .single-listing.pch-polish-enabled .pch-profile__hero {
    padding: 24px 18px !important;
    border-radius: 18px;
  }

  .single-listing.pch-polish-enabled .pch-profile__hero h1 {
    font-size: clamp(2rem, 10vw, 2.75rem) !important;
  }

  .single-listing.pch-polish-enabled .pch-profile__trust {
    padding: 14px !important;
  }

  .single-listing.pch-polish-enabled .pch-profile__contact {
    padding: 10px !important;
    border-radius: 14px;
  }

  .single-listing.pch-polish-enabled .pch-profile__quick-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .single-listing.pch-polish-enabled .pch-family-trust-row {
    grid-template-columns: 1fr;
  }

  .single-listing.pch-polish-enabled .pch-family-trust-row > div {
    padding: 15px 17px;
  }

  .single-listing.pch-polish-enabled .pch-family-trust-row > div + div {
    border-top: 1px solid var(--pch-border);
    border-left: 0;
  }

  .single-listing.pch-polish-enabled .pch-listing-action-grid {
    gap: 14px;
  }

  .single-listing.pch-polish-enabled .pch-inquiry--family-first {
    padding: 22px 18px !important;
  }

  .single-listing.pch-polish-enabled .pch-profile__image--placeholder {
    min-height: 170px !important;
    height: 190px !important;
  }

  .single-listing.pch-polish-enabled .pch-profile__image--placeholder.pch-has-representative-image {
    min-height: 0 !important;
    height: auto !important;
  }

  .single-listing.pch-polish-enabled .pch-representative-media--profile .pch-representative-media__visual {
    width: 100% !important;
    height: auto !important;
    min-height: 190px;
    aspect-ratio: 4 / 3;
  }

  .pch-polish-enabled .pch-representative-media__badge {
    right: 10px;
    bottom: 10px;
    padding: 5px 8px;
    font-size: 0.66rem;
  }

  .pch-mobile-inquiry {
    position: fixed;
    z-index: 9998;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 8px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--pch-border);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -10px 28px rgba(16, 47, 59, 0.12);
    backdrop-filter: blur(12px);
  }

  .pch-mobile-inquiry__button {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--pch-teal);
    color: var(--pch-white) !important;
    font-weight: 750;
    text-decoration: none !important;
  }

  .pch-mobile-inquiry__button--secondary {
    border: 1px solid var(--pch-border-strong);
    background: var(--pch-white);
    color: var(--pch-ink) !important;
  }

  .page-id-61.pch-polish-enabled .page-header {
    padding-inline: 20px;
  }

  .page-id-61.pch-polish-enabled .pch-pricing-hero {
    padding: 28px 20px !important;
  }

  .page-id-61.pch-polish-enabled .pch-pricing-hero h2 {
    font-size: clamp(2.35rem, 10vw, 3.1rem) !important;
    line-height: 1.02 !important;
  }
}

/* Search experience v1.9.9: faster mobile path from location to results. */
.page-id-57.pch-polish-enabled .pch-mobile-filter-toggle {
  display: none;
}

.page-id-57.pch-polish-enabled .pch-mobile-filter-options {
  display: contents;
}

.page-id-57.pch-polish-enabled .pch-mobile-filter-options[hidden] {
  display: contents;
}

.page-id-57.pch-polish-enabled .pch-coverage-note {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .page-id-57.pch-polish-enabled .elementor-element-e86af4f {
    padding: 24px 18px 32px !important;
  }

  .page-id-57.pch-polish-enabled .elementor-element-e86af4f > .e-con-inner {
    padding-block: 0 !important;
  }

  .page-id-57.pch-polish-enabled .elementor-element-e86af4f h3 {
    margin-bottom: 8px !important;
    font-size: 0.66rem !important;
    line-height: 1.35 !important;
  }

  .page-id-57.pch-polish-enabled .elementor-element-e86af4f h1 {
    margin-bottom: 10px !important;
    font-size: clamp(2rem, 9vw, 2.55rem) !important;
    line-height: 1.02 !important;
  }

  .page-id-57.pch-polish-enabled .elementor-element-e86af4f p {
    display: -webkit-box;
    margin: 0 !important;
    overflow: hidden;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .page-id-57.pch-polish-enabled .pch-search-panel {
    margin: -15px 0 12px;
    padding: 14px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(22, 60, 62, 0.1);
  }

  .page-id-57.pch-polish-enabled .pch-search-panel__header {
    margin-bottom: 12px;
  }

  .page-id-57.pch-polish-enabled .pch-search-panel__header span {
    font-size: 0.96rem;
  }

  .page-id-57.pch-polish-enabled .pch-search-panel__header p {
    display: none;
  }

  .page-id-57.pch-polish-enabled .pch-search-panel .wpt-advance-search {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .page-id-57.pch-polish-enabled .pch-search-panel label {
    margin-bottom: 5px;
    font-size: 0.7rem;
  }

  .page-id-57.pch-polish-enabled .pch-search-panel .wpt-form-control {
    min-height: 44px;
    padding-inline: 9px;
    font-size: 0.82rem;
  }

  .page-id-57.pch-polish-enabled .pch-mobile-filter-toggle {
    grid-column: 1 / -1;
    display: grid;
    min-height: 42px;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1px 10px;
    padding: 7px 11px;
    border: 1px solid var(--pch-border);
    border-radius: 10px;
    background: #f7faf8;
    color: var(--pch-ink-strong);
    text-align: left;
    box-shadow: none !important;
  }

  .page-id-57.pch-polish-enabled .pch-mobile-filter-toggle span,
  .page-id-57.pch-polish-enabled .pch-mobile-filter-toggle small {
    grid-column: 1;
  }

  .page-id-57.pch-polish-enabled .pch-mobile-filter-toggle span {
    font-size: 0.78rem;
    font-weight: 800;
  }

  .page-id-57.pch-polish-enabled .pch-mobile-filter-toggle small {
    color: var(--pch-muted);
    font-size: 0.65rem;
  }

  .page-id-57.pch-polish-enabled .pch-mobile-filter-toggle b {
    grid-column: 2;
    grid-row: 1 / span 2;
    color: var(--pch-teal);
    font-size: 1.15rem;
  }

  .page-id-57.pch-polish-enabled .pch-mobile-filter-options {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .page-id-57.pch-polish-enabled .pch-mobile-filter-options[hidden] {
    display: none;
  }

  .page-id-57.pch-polish-enabled .pch-mobile-filter-options .wpt-contact-filter {
    padding: 10px 0 0;
    border-top: 1px solid var(--pch-border);
    border-left: 0;
  }

  .page-id-57.pch-polish-enabled .pch-mobile-filter-options .pch-contact-filter-help {
    margin: 5px 0 0;
    font-size: 0.66rem;
    line-height: 1.4;
  }

  .page-id-57.pch-polish-enabled .pch-search-panel .wpt-sr-form-actions {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }

  .page-id-57.pch-polish-enabled .pch-search-panel .wpt-search-submit {
    width: 100%;
    min-height: 46px;
  }

  .page-id-57.pch-polish-enabled .pch-search-panel .wpt-reset-search {
    min-height: 40px;
    padding-inline: 6px;
    font-size: 0.7rem;
  }

  .page-id-57.pch-polish-enabled .pch-search-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 12px;
    border-radius: 12px;
  }

  .page-id-57.pch-polish-enabled .pch-search-trust > span {
    min-height: 58px;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    padding: 8px 4px;
    border-right: 1px solid var(--pch-border);
    border-bottom: 0;
    text-align: center;
  }

  .page-id-57.pch-polish-enabled .pch-search-trust > span:last-child {
    border-right: 0;
  }

  .page-id-57.pch-polish-enabled .pch-search-trust b {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    font-size: 0.72rem;
  }

  .page-id-57.pch-polish-enabled .pch-search-trust strong {
    font-size: 0.65rem;
    line-height: 1.15;
  }

  .page-id-57.pch-polish-enabled .pch-search-trust small {
    display: none;
  }

  .page-id-57.pch-polish-enabled .pch-search-main .wpt-search-summary {
    display: grid;
    min-height: 54px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px 10px;
    margin-bottom: 10px;
    padding: 9px 10px 9px 12px;
  }

  .page-id-57.pch-polish-enabled .pch-search-main .wpt-result-count {
    font-size: 1.05rem;
  }

  .page-id-57.pch-polish-enabled .pch-view-controls {
    width: auto;
    margin-left: 0;
  }

  .page-id-57.pch-polish-enabled .pch-view-button {
    min-height: 31px;
    padding: 6px 10px;
    font-size: 0.7rem;
  }

  .page-id-57.pch-polish-enabled .pch-search-main .wpt-active-filters,
  .page-id-57.pch-polish-enabled .pch-search-main .wpt-search-summary > p {
    grid-column: 1 / -1;
  }

  .page-id-57.pch-polish-enabled .pch-result-card .wpt-thumbnail {
    min-height: 180px;
    height: 180px;
  }

  .page-id-57.pch-polish-enabled .pch-result-card .pch-representative-media__visual {
    min-height: 145px;
  }

  .page-id-57.pch-polish-enabled .pch-coverage-note {
    margin: 18px 0 0;
  }
}

/* Listing-specific contact handoff: preserve context and prioritize the form. */
.pch-polish-enabled .pch-contact-listing-context {
  margin: 0 0 22px;
  padding: clamp(20px, 3vw, 26px);
  border: 1px solid #b9ddd3;
  border-radius: 16px;
  background: linear-gradient(135deg, #edf8f4 0%, #f7fbfa 100%);
  box-shadow: 0 10px 28px rgba(22, 74, 72, 0.08);
}

.pch-polish-enabled .pch-contact-listing-context__eyebrow {
  margin: 0 0 7px !important;
  color: var(--pch-teal) !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.pch-polish-enabled .pch-contact-listing-context h2 {
  margin: 0 !important;
  color: var(--pch-ink-strong) !important;
  font-size: clamp(1.32rem, 2.4vw, 1.72rem) !important;
  line-height: 1.22 !important;
  letter-spacing: -0.025em;
}

.pch-polish-enabled .pch-contact-listing-context__detail {
  margin: 9px 0 0 !important;
  color: var(--pch-muted) !important;
  font-size: 0.88rem !important;
  line-height: 1.55;
}

.pch-polish-enabled .pch-contact-listing-context__link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--pch-teal-dark) !important;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pch-polish-enabled .pch-contact-support-column .elementor-icon-box-title {
  line-height: 1.25 !important;
}

@media (max-width: 767px) {
  .pch-polish-enabled .pch-contact-layout {
    display: flex !important;
    flex-direction: column !important;
  }

  .pch-polish-enabled .pch-contact-form-column {
    order: 1 !important;
  }

  .pch-polish-enabled .pch-contact-support-column {
    order: 2 !important;
    margin-top: 26px;
  }

  .pch-polish-enabled .pch-contact-listing-context {
    margin-bottom: 18px;
    padding: 19px 17px;
    border-radius: 14px;
    box-shadow: none;
  }
}

/* Owner activation: account setup, home selection, subscription review, and return states. */
.pch-owner-account-ready {
  background: #f4f8f7;
}

.pch-owner-account-ready :where(.entry-title, .page-header, .elementor-widget-heading:has(+ .elementor-widget-shortcode)) {
  display: none;
}

.pch-activation-shell {
  width: min(1080px, calc(100% - 36px));
  margin: 40px auto 70px;
  color: var(--pch-ink);
}

/*
 * Elementor gives the inner sign-in container a 45% width inside the already
 * split right-hand column. Restore that column to full width so the owner
 * form and value panel have the space shown in the approved design.
 */
.pch-owner-signin-page .elementor-element-6ba2942,
.pch-owner-signin-page .elementor-element-6ba2942 > .elementor-element,
.pch-owner-signin-page .elementor-element-6ba2942 .elementor-shortcode {
  width: 100% !important;
  max-width: 100% !important;
  --width: 100% !important;
}

.pch-owner-signin-page .elementor-element-6ba2942 {
  align-items: center;
}

.pch-activation-shell--signin {
  margin-block: 28px 46px;
}

.pch-activation-shell--signin .pch-activation-rail {
  margin-bottom: 16px;
  padding: 14px 16px;
}

.pch-activation-shell--signin .pch-activation-rail li {
  gap: 7px;
  padding-inline: 6px;
}

.pch-activation-shell--signin .pch-activation-rail__number {
  width: 24px;
  height: 24px;
  flex-basis: 24px;
}

.pch-activation-shell--signin .pch-activation-rail li:not(:last-child)::after {
  top: 12px;
  right: -6px;
  width: 12px;
}

.pch-activation-shell--signin .pch-activation-layout {
  grid-template-columns: minmax(280px, 1.18fr) minmax(220px, 0.82fr);
  gap: 16px;
}

.pch-activation-shell--signin .pch-activation-account-card {
  padding: 26px;
}

.pch-activation-shell--signin .pch-activation-aside {
  padding: 24px;
}

.pch-activation-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin: 0 0 22px;
  padding: 18px 26px;
  border: 1px solid var(--pch-border);
  border-radius: 16px;
  background: var(--pch-white);
  box-shadow: var(--pch-shadow-sm);
  list-style: none;
}

.pch-activation-rail li {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 0 11px;
}

.pch-activation-rail li:not(:last-child)::after {
  position: absolute;
  z-index: 0;
  top: 15px;
  right: -11px;
  width: 22px;
  height: 1px;
  background: var(--pch-border);
  content: '';
}

.pch-activation-rail__number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border-radius: 50%;
  background: #eef3f2;
  color: var(--pch-muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.pch-activation-rail__copy {
  display: block;
  min-width: 0;
}

.pch-activation-rail__copy strong,
.pch-activation-rail__copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pch-activation-rail__copy strong {
  color: var(--pch-muted);
  font-size: 0.75rem;
}

.pch-activation-rail__copy small {
  margin-top: 2px;
  color: #819196;
  font-size: 0.63rem;
}

.pch-activation-rail li.is-current .pch-activation-rail__number,
.pch-activation-rail li.is-complete .pch-activation-rail__number {
  background: var(--pch-teal);
  color: var(--pch-white);
}

.pch-activation-rail li.is-current .pch-activation-rail__copy strong,
.pch-activation-rail li.is-complete .pch-activation-rail__copy strong {
  color: var(--pch-ink-strong);
}

.pch-activation-rail--compact {
  margin-bottom: 18px;
  padding: 14px 18px;
  border-radius: 13px;
  box-shadow: none;
}

.pch-activation-rail--compact .pch-activation-rail__number {
  width: 27px;
  height: 27px;
  flex-basis: 27px;
}

.pch-activation-rail--compact li:not(:last-child)::after {
  top: 13px;
}

.pch-activation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.72fr);
  gap: 24px;
  align-items: start;
}

.pch-activation-account-card,
.pch-activation-aside {
  border: 1px solid var(--pch-border);
  border-radius: 20px;
  background: var(--pch-white);
  box-shadow: var(--pch-shadow-sm);
}

.pch-activation-account-card {
  padding: clamp(24px, 4vw, 38px);
}

.pch-activation-aside {
  padding: 26px;
}

.pch-activation-account-header {
  margin-bottom: 24px;
}

.pch-activation-account-header h1,
.pch-activation-aside h2,
.pch-checkout-review h2,
.pch-activation-status h2 {
  margin: 0;
  color: var(--pch-ink-strong);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.pch-activation-account-header h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.08;
}

.pch-activation-account-header > p:last-child {
  max-width: 630px;
  margin: 12px 0 0;
  color: var(--pch-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.pch-activation-eyebrow {
  margin: 0 0 8px !important;
  color: var(--pch-teal) !important;
  font-size: 0.68rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em;
  line-height: 1.3 !important;
  text-transform: uppercase;
}

.pch-activation-aside__icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 17px;
  place-items: center;
  border-radius: 13px;
  background: var(--pch-mint);
  color: var(--pch-teal);
  font-size: 1.15rem;
  font-weight: 800;
}

.pch-activation-aside h2 {
  font-size: 1.35rem;
  line-height: 1.25;
}

.pch-activation-aside > ul,
.pch-checkout-review__copy > ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.pch-activation-aside > ul li,
.pch-checkout-review__copy > ul li {
  position: relative;
  margin: 0;
  padding-left: 23px;
  color: var(--pch-muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.pch-activation-aside > ul li::before,
.pch-checkout-review__copy > ul li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--pch-teal);
  font-weight: 800;
  content: '\2713';
}

.pch-activation-aside__note {
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--pch-border);
  color: var(--pch-muted);
  font-size: 0.7rem;
  line-height: 1.5;
}

.pch-activation-selection {
  margin: 0 0 22px !important;
  padding: 16px !important;
  border: 1px solid #bddbd3 !important;
  border-left: 1px solid #bddbd3 !important;
  border-radius: 13px !important;
  background: var(--pch-mint) !important;
  box-shadow: none !important;
}

.pch-activation-selection > :where(strong, span) {
  display: block;
}

.pch-activation-selection > strong {
  margin: 3px 0 4px !important;
  color: var(--pch-ink-strong) !important;
  font-size: 0.84rem;
}

.pch-activation-selection > span,
.pch-activation-selection li {
  color: var(--pch-muted) !important;
  font-size: 0.69rem;
  line-height: 1.45;
}

.pch-activation-selection__label {
  color: var(--pch-teal) !important;
  font-size: 0.62rem !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pch-owner-account-ready .pch-activation-account-card #createuser,
.pch-owner-account-ready .pch-activation-account-card .pm-login-card {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.pch-owner-account-ready .pch-activation-account-card :where(.iump-form-line-register, .iump-form-line, .pm-form-row, .form-row) {
  margin-bottom: 15px;
}

.pch-owner-account-ready .pch-activation-account-card label {
  display: block;
  margin-bottom: 6px;
  color: var(--pch-ink-strong);
  font-size: 0.76rem;
  font-weight: 700;
}

.pch-owner-account-ready .pch-activation-account-card :where(input[type='text'], input[type='email'], input[type='password'], input[type='tel'], select) {
  width: 100% !important;
  min-height: 48px;
  margin: 0 !important;
  padding: 10px 13px !important;
  border: 1px solid #bdcecb !important;
  border-radius: 11px !important;
  background: #fbfdfc !important;
  color: var(--pch-ink) !important;
  font: inherit !important;
  font-size: 1rem !important;
  box-shadow: none !important;
}

.pch-owner-account-ready .pch-activation-account-card :where(input, select):focus {
  border-color: var(--pch-teal) !important;
  outline: 3px solid rgba(0, 107, 112, 0.13) !important;
}

.pch-owner-account-ready .pch-activation-submit,
.pch-owner-account-ready .pch-activation-account-card :where(input[type='submit'], button[type='submit']) {
  display: inline-flex !important;
  min-height: 48px !important;
  align-items: center;
  justify-content: center;
  padding: 0 20px !important;
  border: 1px solid var(--pch-teal) !important;
  border-radius: 11px !important;
  background: var(--pch-teal) !important;
  color: var(--pch-white) !important;
  font-size: 0.84rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
}

.pch-owner-account-ready .pch-register-signin {
  margin: 16px 0 0;
  color: var(--pch-muted);
  font-size: 0.78rem;
}

.pch-owner-account-ready .pch-register-signin a,
.pch-owner-account-ready .pch-activation-account-card a {
  color: var(--pch-teal-dark);
  font-weight: 700;
}

.pch-activation-note {
  margin: 0 0 20px !important;
  padding: 12px 14px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: var(--pch-blue-soft) !important;
  color: var(--pch-muted) !important;
  font-size: 0.74rem;
}

.pch-activation-security {
  position: relative;
  margin: -3px 0 17px !important;
  padding-left: 20px;
  color: var(--pch-muted);
  font-size: 0.68rem;
  line-height: 1.45;
}

.pch-activation-security::before {
  position: absolute;
  left: 0;
  color: var(--pch-teal);
  content: '\2713';
}

.pch-owner-account-ready :where(.ihc-register-notice, .ihc-register-error, .pm-login-error, .pm-alert) {
  margin: 0 0 18px !important;
  padding: 12px 14px !important;
  border: 1px solid #e5c8c1 !important;
  border-radius: 10px !important;
  background: #fff6f3 !important;
  color: #7a3528 !important;
  font-size: 0.76rem;
}

.pch-owner-activation-progress {
  margin-bottom: 22px;
}

.pch-checkout-review[hidden] {
  display: none !important;
}

.pch-checkout-review {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  padding: 24px;
  place-items: center;
  overflow-y: auto;
}

.pch-checkout-review__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 33, 37, 0.72);
  backdrop-filter: blur(3px);
}

.pch-checkout-review__dialog {
  position: relative;
  z-index: 1;
  width: min(900px, 100%);
  padding: 24px;
  border-radius: 22px;
  background: #f4f8f7;
  box-shadow: 0 28px 80px rgba(8, 31, 35, 0.34);
}

.pch-checkout-review__close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--pch-white);
  color: var(--pch-ink);
  font-size: 1.5rem;
  line-height: 1;
}

.pch-checkout-review__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.75fr);
  gap: 20px;
}

.pch-checkout-review__copy,
.pch-checkout-review__order {
  padding: 26px;
  border: 1px solid var(--pch-border);
  border-radius: 17px;
  background: var(--pch-white);
}

.pch-checkout-review__copy h2 {
  max-width: 520px;
  font-size: clamp(1.7rem, 4vw, 2.35rem);
  line-height: 1.1;
}

.pch-checkout-review__copy > p:not(.pch-activation-eyebrow) {
  margin: 13px 0 0;
  color: var(--pch-muted);
  font-size: 0.85rem;
  line-height: 1.6;
}

.pch-checkout-review__secure {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 24px;
  padding: 13px;
  border-radius: 11px;
  background: var(--pch-blue-soft);
  color: var(--pch-muted);
  font-size: 0.68rem;
  line-height: 1.5;
}

.pch-checkout-review__secure > span:first-child {
  color: var(--pch-teal);
  font-weight: 800;
}

.pch-checkout-review__order > span {
  color: var(--pch-muted);
  font-size: 0.74rem;
}

.pch-checkout-review__order > div {
  display: flex;
  align-items: baseline;
  margin-top: 13px;
}

.pch-checkout-review__order > div strong {
  color: var(--pch-ink-strong);
  font-size: 2.3rem;
  letter-spacing: -0.05em;
}

.pch-checkout-review__order > div small {
  margin-left: 4px;
  color: var(--pch-muted);
  font-size: 0.76rem;
}

.pch-checkout-review__order hr {
  margin: 22px 0;
  border: 0;
  border-top: 1px solid var(--pch-border);
}

.pch-checkout-review__order > p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
  color: var(--pch-muted);
  font-size: 0.78rem;
}

.pch-checkout-review__order > p strong {
  color: var(--pch-ink-strong);
  font-size: 1rem;
}

.pch-checkout-review__continue,
.pch-checkout-review__cancel {
  width: 100%;
  min-height: 46px;
  border-radius: 11px;
  font-size: 0.78rem;
  font-weight: 800;
}

.pch-checkout-review__continue {
  border: 1px solid var(--pch-teal) !important;
  background: var(--pch-teal) !important;
  color: var(--pch-white) !important;
}

.pch-checkout-review__continue:disabled {
  opacity: 0.7;
}

.pch-checkout-review__cancel {
  margin-top: 8px;
  border: 1px solid var(--pch-border) !important;
  background: var(--pch-white) !important;
  color: var(--pch-ink) !important;
}

.pch-checkout-review__order > small {
  display: block;
  margin-top: 11px;
  color: var(--pch-muted);
  font-size: 0.62rem;
  line-height: 1.45;
  text-align: center;
}

.pch-checkout-review-open {
  overflow: hidden;
}

.pch-activation-status {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 0 22px;
  padding: 22px;
  border: 1px solid #b9d8cf;
  border-radius: 17px;
  background: var(--pch-mint);
}

.pch-activation-status.is-cancelled {
  border-color: #ead3b9;
  background: #fff8ef;
}

.pch-activation-status > .pch-activation-rail {
  margin-bottom: 20px;
}

.pch-activation-status__icon {
  display: grid;
  width: 43px;
  height: 43px;
  margin-bottom: 13px;
  place-items: center;
  border-radius: 50%;
  background: var(--pch-white);
  color: var(--pch-teal);
  font-size: 1.05rem;
  font-weight: 800;
}

.pch-activation-status.is-cancelled .pch-activation-status__icon {
  color: #9a551b;
}

.pch-activation-status h2 {
  font-size: 1.45rem;
}

.pch-activation-status > div > p:last-child {
  margin: 7px 0 0;
  color: var(--pch-muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .pch-activation-layout,
  .pch-checkout-review__grid {
    grid-template-columns: 1fr;
  }

  .pch-activation-shell--signin .pch-activation-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .pch-activation-aside {
    order: -1;
  }

  .pch-activation-shell--signin .pch-activation-account-card {
    order: -1;
  }

  .pch-activation-shell--signin .pch-activation-aside {
    order: 0;
  }
}

@media (min-width: 901px) and (max-width: 1220px) {
  .pch-activation-shell--signin .pch-activation-layout {
    grid-template-columns: 1fr;
  }

  .pch-activation-shell--signin .pch-activation-account-card {
    order: -1;
  }
}

@media (max-width: 680px) {
  .pch-activation-shell {
    width: min(100% - 20px, 1080px);
    margin-block: 18px 48px;
  }

  .pch-activation-rail {
    padding: 13px 10px;
  }

  .pch-activation-rail li {
    justify-content: center;
    padding: 0 4px;
  }

  .pch-activation-rail__copy {
    display: none;
  }

  .pch-activation-rail li:not(:last-child)::after {
    top: 14px;
    right: -13px;
    width: 26px;
  }

  .pch-activation-account-card,
  .pch-activation-aside {
    padding: 20px;
    border-radius: 16px;
  }

  .pch-owner-account-ready .pch-activation-submit,
  .pch-owner-account-ready .pch-activation-account-card :where(input[type='submit'], button[type='submit']) {
    width: 100%;
  }

  .pch-checkout-review {
    padding: 10px;
    place-items: start center;
  }

  .pch-checkout-review__dialog {
    margin-block: 10px;
    padding: 12px;
    border-radius: 17px;
  }

  .pch-checkout-review__close {
    top: 17px;
    right: 17px;
  }

  .pch-checkout-review__dialog > .pch-checkout-review__rail {
    padding-right: 54px;
  }

  .pch-checkout-review__copy,
  .pch-checkout-review__order {
    padding: 20px;
  }

  .pch-owner-activation-progress {
    margin-bottom: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pch-polish-enabled *,
  .pch-polish-enabled *::before,
  .pch-polish-enabled *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Search experience v1.3: family-first filters, view controls, and result cards. */
.page-id-57.pch-polish-enabled .elementor-element-e86af4f {
  --e-bg-lazyload-loaded: none !important;
  border-bottom: 1px solid var(--pch-border);
  background: linear-gradient(135deg, #edf7f3 0%, #f7f5ed 100%) !important;
  background-image: none !important;
}

body.page-id-57.pch-polish-enabled div.elementor-element.elementor-element-e86af4f.e-con,
body.page-id-57.pch-polish-enabled div.elementor-element.elementor-element-e86af4f.e-con.e-lazyloaded {
  --e-bg-lazyload-loaded: none !important;
  background: linear-gradient(135deg, #edf7f3 0%, #f7f5ed 100%) !important;
  background-image: none !important;
}

.page-id-57.pch-polish-enabled .elementor-element-e86af4f::before {
  display: none !important;
}

.page-id-57.pch-polish-enabled .elementor-element-e86af4f :where(h1, h2, h3, p) {
  color: var(--pch-ink-strong) !important;
  text-shadow: none !important;
}

.page-id-57.pch-polish-enabled .elementor-element-e86af4f h3 {
  color: var(--pch-teal) !important;
  font-size: 0.75rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
}

.page-id-57.pch-polish-enabled .elementor-element-e86af4f p {
  max-width: 790px;
  color: var(--pch-muted) !important;
  font-size: clamp(1rem, 1.55vw, 1.12rem) !important;
  line-height: 1.75 !important;
}

.page-id-57.pch-polish-enabled .wpt-search-directory {
  margin-top: clamp(24px, 3vw, 38px);
}

.page-id-57.pch-polish-enabled .pch-coverage-note {
  margin-bottom: 14px;
  border: 1px solid #d8e8e3;
  border-radius: 14px;
  background: #f2f8f6;
  color: var(--pch-muted);
}

.page-id-57.pch-polish-enabled .pch-coverage-note strong {
  color: var(--pch-ink);
}

.page-id-57.pch-polish-enabled .pch-search-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 24px;
}

.page-id-57.pch-polish-enabled .pch-search-trust span {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border: 1px solid var(--pch-border);
  border-radius: 12px;
  background: var(--pch-white);
  color: var(--pch-ink);
  font-size: 0.82rem;
  font-weight: 700;
}

.page-id-57.pch-polish-enabled .pch-search-trust b {
  display: inline-grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--pch-mint);
  color: var(--pch-teal);
  font-size: 0.78rem;
}

.page-id-57.pch-polish-enabled .pch-search-layout {
  display: grid;
  grid-template-columns: 272px minmax(0, 1fr);
  gap: clamp(24px, 3vw, 36px);
  align-items: start;
}

.page-id-57.pch-polish-enabled .pch-search-sidebar {
  position: sticky;
  top: 32px;
  padding: 22px;
  border: 1px solid var(--pch-border);
  border-radius: var(--pch-radius-md);
  background: var(--pch-white);
  box-shadow: var(--pch-shadow-sm);
}

.page-id-57.admin-bar.pch-polish-enabled .pch-search-sidebar {
  top: 64px;
}

.page-id-57.pch-polish-enabled .pch-search-sidebar__header {
  margin-bottom: 18px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--pch-border);
}

.page-id-57.pch-polish-enabled .pch-search-sidebar__header span {
  display: block;
  margin-bottom: 5px;
  color: var(--pch-ink-strong);
  font-size: 1.08rem;
  font-weight: 800;
}

.page-id-57.pch-polish-enabled .pch-search-sidebar__header p {
  margin: 0;
  color: var(--pch-muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.page-id-57.pch-polish-enabled .pch-search-sidebar .wpt-advance-search-form {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-id-57.pch-polish-enabled .pch-search-sidebar .wpt-advance-search {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-id-57.pch-polish-enabled .pch-search-sidebar .wpt-sr-form-group {
  min-width: 0;
  margin: 0;
}

.page-id-57.pch-polish-enabled .pch-search-sidebar label {
  display: block;
  margin-bottom: 7px;
  color: var(--pch-ink);
  font-size: 0.78rem;
  font-weight: 750;
}

.page-id-57.pch-polish-enabled .pch-search-sidebar .wpt-form-control {
  width: 100%;
  min-height: 48px;
  padding-inline: 12px;
  background: #fff;
  color: var(--pch-ink-strong);
  font-size: 0.9rem;
}

.page-id-57.pch-polish-enabled .pch-search-sidebar .wpt-sr-form-actions {
  display: grid;
  gap: 10px;
  margin-top: 2px;
}

.page-id-57.pch-polish-enabled .pch-search-sidebar .wpt-search-submit {
  width: 100%;
  min-height: 50px;
}

.page-id-57.pch-polish-enabled .pch-search-sidebar .wpt-reset-search {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  color: var(--pch-muted);
  font-size: 0.8rem;
  font-weight: 700;
  text-underline-offset: 3px;
}

.page-id-57.pch-polish-enabled .pch-search-main {
  min-width: 0;
}

.page-id-57.pch-polish-enabled .pch-search-main .wpt-search-summary {
  display: flex;
  min-height: 64px;
  align-items: center;
  gap: 12px 18px;
  justify-content: flex-start;
  margin: 0 0 18px;
  padding: 12px 16px 12px 18px;
  border: 1px solid var(--pch-border);
  border-radius: 14px;
  background: #f6faf9;
}

.page-id-57.pch-polish-enabled .pch-search-main .wpt-search-summary > p {
  margin: 0;
  color: var(--pch-muted);
}

.page-id-57.pch-polish-enabled .pch-search-main .wpt-result-count {
  color: var(--pch-ink-strong);
  font-size: 1.35rem;
}

.page-id-57.pch-polish-enabled .pch-search-main .wpt-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.page-id-57.pch-polish-enabled .pch-search-main .wpt-active-filters span {
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--pch-white);
  color: var(--pch-teal-dark);
  font-size: 0.72rem;
  font-weight: 750;
}

.page-id-57.pch-polish-enabled .pch-view-controls {
  display: inline-flex;
  gap: 4px;
  margin-left: auto;
  padding: 4px;
  border: 1px solid var(--pch-border);
  border-radius: 10px;
  background: var(--pch-white);
}

.page-id-57.pch-polish-enabled .pch-view-button {
  min-height: 34px;
  padding: 7px 13px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--pch-muted);
  font-size: 0.78rem;
  font-weight: 750;
  box-shadow: none !important;
}

.page-id-57.pch-polish-enabled .pch-view-button.is-active {
  background: var(--pch-ink);
  color: var(--pch-white);
}

.page-id-57.pch-polish-enabled .pch-search-main .wpt-listing-wrap {
  display: block;
  width: 100%;
}

.page-id-57.pch-polish-enabled .pch-search-main .wpt-listing-grid-wrap {
  width: 100%;
}

.page-id-57.pch-polish-enabled .pch-search-main .wpt-listing-results {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-id-57.pch-polish-enabled .pch-search-main .wpt-map {
  display: none;
  width: 100%;
  height: min(650px, 72vh);
  min-height: 480px;
  border: 1px solid var(--pch-border);
  border-radius: var(--pch-radius-md);
  box-shadow: var(--pch-shadow-sm);
}

.page-id-57.pch-polish-enabled .pch-search-layout[data-view="map"] .wpt-listing-grid-wrap {
  display: none;
}

.page-id-57.pch-polish-enabled .pch-search-layout[data-view="map"] .wpt-map {
  display: block;
  position: relative;
  top: auto;
}

.page-id-57.pch-polish-enabled .pch-result-card {
  display: grid;
  grid-template-columns: minmax(210px, 31%) minmax(0, 1fr);
  min-height: 248px;
  border: 1px solid var(--pch-border);
  border-radius: var(--pch-radius-md);
  background: var(--pch-white);
  box-shadow: 0 8px 28px rgba(16, 47, 59, 0.07);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.page-id-57.pch-polish-enabled .pch-result-card:hover {
  transform: translateY(-2px);
  border-color: #b8ceca;
  box-shadow: var(--pch-shadow-md);
}

.page-id-57.pch-polish-enabled .pch-result-card .wpt-thumbnail {
  min-width: 0;
  min-height: 248px;
  height: 100%;
}

.page-id-57.pch-polish-enabled .pch-result-card .pch-representative-media {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.page-id-57.pch-polish-enabled .pch-result-card .pch-representative-media__visual {
  min-height: 210px;
}

.page-id-57.pch-polish-enabled .pch-result-card .pch-representative-media__caption {
  padding: 9px 12px;
  border-top: 1px solid var(--pch-border);
  background: #f2f7f8;
  color: var(--pch-muted);
  font-size: 0.68rem;
  font-weight: 650;
  line-height: 1.35;
  text-align: left;
}

.page-id-57.pch-polish-enabled .pch-result-card .wpt-listing-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 22px 24px 20px;
}

.page-id-57.pch-polish-enabled .pch-card-kicker {
  align-self: flex-start;
  margin-bottom: 8px;
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--pch-mint);
  color: var(--pch-teal-dark);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.page-id-57.pch-polish-enabled .pch-result-card .wpt-listing-header {
  display: flex;
  align-items: flex-start;
  gap: 10px 16px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.page-id-57.pch-polish-enabled .pch-result-card .wpt-claim-btn {
  position: static !important;
  inset: auto !important;
  flex: 0 0 auto;
  align-self: flex-start;
  margin: 3px 0 0 !important;
}

.page-id-57.pch-polish-enabled .pch-result-card .wpt-listing-header h2 {
  margin: 0;
  color: var(--pch-ink-strong);
  font-size: clamp(1.2rem, 1.8vw, 1.48rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-id-57.pch-polish-enabled .pch-result-card .wpt-listing-meta {
  margin: 0 0 10px;
  color: var(--pch-muted);
  font-size: 0.88rem;
}

.page-id-57.pch-polish-enabled .pch-result-card .wpt-listing-content > p {
  margin: 0 0 16px;
  color: var(--pch-muted);
  font-size: 0.88rem;
  line-height: 1.62;
}

.page-id-57.pch-polish-enabled .pch-result-card .listing-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--pch-border);
}

.page-id-57.pch-polish-enabled .pch-result-card .listing-footer ul {
  min-width: 0;
  margin: 0;
  color: var(--pch-muted);
  font-size: 0.78rem;
}

.page-id-57.pch-polish-enabled .pch-card-details {
  display: inline-flex;
  min-height: 40px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border: 1px solid var(--pch-teal);
  border-radius: 9px;
  background: var(--pch-teal);
  color: var(--pch-white) !important;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none !important;
}

.page-id-57.pch-polish-enabled .pch-card-details:hover {
  border-color: var(--pch-teal-dark);
  background: var(--pch-teal-dark);
}

.page-id-57.pch-polish-enabled .pch-results-disclosure {
  margin: 16px 0 0;
  color: var(--pch-muted);
  font-size: 0.75rem;
  line-height: 1.5;
}

.page-id-57.pch-polish-enabled .wpt-search-not-found {
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--pch-border);
  border-radius: var(--pch-radius-md);
  background: var(--pch-cream);
  text-align: center;
}

@media (max-width: 1024px) {
  .page-id-57.pch-polish-enabled .pch-search-layout {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 22px;
  }

  .page-id-57.pch-polish-enabled .pch-search-sidebar {
    padding: 18px;
  }

  .page-id-57.pch-polish-enabled .pch-result-card {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .page-id-57.pch-polish-enabled .pch-result-card .wpt-listing-content {
    padding: 19px 20px 18px;
  }
}

@media (max-width: 900px) {
  .page-id-57.pch-polish-enabled .pch-search-layout {
    grid-template-columns: 1fr;
  }

  .page-id-57.pch-polish-enabled .pch-search-sidebar {
    position: static;
  }

  .page-id-57.pch-polish-enabled .pch-search-sidebar .wpt-advance-search {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
  }

  .page-id-57.pch-polish-enabled .pch-search-sidebar .wpt-sr-form-actions {
    grid-column: 1 / -1;
    grid-template-columns: minmax(180px, 260px) auto;
    align-items: center;
    justify-content: start;
  }
}

@media (max-width: 767px) {
  .page-id-57.pch-polish-enabled .elementor-element-e86af4f {
    padding: 34px 18px !important;
  }

  .page-id-57.pch-polish-enabled .elementor-element-e86af4f h1 {
    font-size: clamp(2.1rem, 10vw, 3rem) !important;
  }

  .page-id-57.pch-polish-enabled .pch-search-trust {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .page-id-57.pch-polish-enabled .pch-search-trust span {
    min-height: 40px;
  }

  .page-id-57.pch-polish-enabled .pch-search-sidebar {
    padding: 18px;
    border-radius: 15px;
    box-shadow: none;
  }

  .page-id-57.pch-polish-enabled .pch-search-sidebar .wpt-advance-search {
    grid-template-columns: 1fr;
  }

  .page-id-57.pch-polish-enabled .pch-search-sidebar .wpt-sr-form-actions {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .page-id-57.pch-polish-enabled .pch-search-main .wpt-search-summary {
    flex-wrap: wrap;
    align-items: center;
    padding: 13px 14px;
  }

  .page-id-57.pch-polish-enabled .pch-view-controls {
    width: 100%;
    margin-left: 0;
  }

  .page-id-57.pch-polish-enabled .pch-view-button {
    flex: 1;
  }

  .page-id-57.pch-polish-enabled .pch-result-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .page-id-57.pch-polish-enabled .pch-result-card .wpt-thumbnail {
    min-height: 218px;
    height: 218px;
  }

  .page-id-57.pch-polish-enabled .pch-result-card .pch-representative-media__visual {
    min-height: 178px;
  }

  .page-id-57.pch-polish-enabled .pch-result-card .wpt-listing-content {
    padding: 20px 18px 18px;
  }

  .page-id-57.pch-polish-enabled .pch-result-card .wpt-listing-header {
    flex-direction: column;
  }

  .page-id-57.pch-polish-enabled .pch-result-card .wpt-claim-btn {
    margin-top: 2px !important;
  }

  .page-id-57.pch-polish-enabled .pch-result-card .listing-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .page-id-57.pch-polish-enabled .pch-card-details {
    width: 100%;
  }

  .page-id-57.pch-polish-enabled .pch-search-main .wpt-map {
    height: 440px;
    min-height: 400px;
  }
}

/* Search experience v1.9: approved horizontal filters and family action cards. */
.page-id-57.pch-polish-enabled .elementor-element-e86af4f,
body.page-id-57.pch-polish-enabled div.elementor-element.elementor-element-e86af4f.e-con,
body.page-id-57.pch-polish-enabled div.elementor-element.elementor-element-e86af4f.e-con.e-lazyloaded {
  border-bottom: 0;
  background: radial-gradient(circle at 86% 12%, rgba(36, 164, 151, 0.25), transparent 31%), linear-gradient(135deg, #123f45 0%, #0d6965 100%) !important;
  background-image: radial-gradient(circle at 86% 12%, rgba(36, 164, 151, 0.25), transparent 31%), linear-gradient(135deg, #123f45 0%, #0d6965 100%) !important;
}

.page-id-57.pch-polish-enabled .elementor-element-e86af4f :where(h1, h2, h3, p) {
  color: #f7fffd !important;
}

.page-id-57.pch-polish-enabled .elementor-element-e86af4f h3 {
  color: #b9e8df !important;
}

.page-id-57.pch-polish-enabled .elementor-element-e86af4f p {
  max-width: 680px;
  color: #d8ece8 !important;
}

.page-id-57.pch-polish-enabled .wpt-search-directory {
  margin-top: 0;
  padding-top: 0;
}

.page-id-57.pch-polish-enabled .pch-coverage-note {
  margin: 22px 0 12px;
  border-color: #d9e6e1;
  background: #f7faf8;
}

.page-id-57.pch-polish-enabled .pch-search-trust {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 26px;
  border: 1px solid var(--pch-border);
  border-radius: 14px;
  background: var(--pch-white);
  overflow: hidden;
}

.page-id-57.pch-polish-enabled .pch-search-trust > span {
  min-height: 76px;
  gap: 11px;
  padding: 15px 18px;
  border: 0;
  border-right: 1px solid var(--pch-border);
  border-radius: 0;
  background: transparent;
  font-weight: 400;
}

.page-id-57.pch-polish-enabled .pch-search-trust > span:last-child {
  border-right: 0;
}

.page-id-57.pch-polish-enabled .pch-search-trust b {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  border-radius: 10px;
  font-size: 0.9rem;
}

.page-id-57.pch-polish-enabled .pch-search-trust strong,
.page-id-57.pch-polish-enabled .pch-search-trust small {
  display: block;
}

.page-id-57.pch-polish-enabled .pch-search-trust strong {
  color: var(--pch-ink-strong);
  font-size: 0.82rem;
  line-height: 1.25;
}

.page-id-57.pch-polish-enabled .pch-search-trust small {
  margin-top: 3px;
  color: var(--pch-muted);
  font-size: 0.72rem;
  line-height: 1.35;
}

.page-id-57.pch-polish-enabled .pch-search-panel {
  margin-top: -36px;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid var(--pch-border);
  border-radius: 18px;
  background: var(--pch-white);
  box-shadow: 0 18px 50px rgba(22, 60, 62, 0.12);
}

.page-id-57.pch-polish-enabled .pch-search-panel__header {
  display: flex;
  align-items: baseline;
  gap: 10px 18px;
  margin-bottom: 15px;
}

.page-id-57.pch-polish-enabled .pch-search-panel__header span {
  color: var(--pch-ink-strong);
  font-size: 1.05rem;
  font-weight: 800;
}

.page-id-57.pch-polish-enabled .pch-search-panel__header p {
  margin: 0;
  color: var(--pch-muted);
  font-size: 0.8rem;
}

.page-id-57.pch-polish-enabled .pch-search-panel .wpt-advance-search-form {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-id-57.pch-polish-enabled .pch-search-panel .wpt-advance-search {
  display: grid;
  grid-template-columns: minmax(180px, 1.15fr) minmax(170px, 1fr) minmax(150px, 0.8fr) auto;
  gap: 12px;
  align-items: end;
}

.page-id-57.pch-polish-enabled .pch-search-panel .wpt-sr-form-group {
  min-width: 0;
  margin: 0;
}

.page-id-57.pch-polish-enabled .pch-search-panel label {
  display: block;
  margin-bottom: 7px;
  color: var(--pch-ink);
  font-size: 0.76rem;
  font-weight: 750;
}

.page-id-57.pch-polish-enabled .pch-search-panel .wpt-form-control {
  width: 100%;
  min-height: 48px;
  padding-inline: 12px;
  border-color: #c9d8d4;
  background: #f9fbfa;
  color: var(--pch-ink-strong);
}

.page-id-57.pch-polish-enabled .pch-search-panel .wpt-sr-form-actions {
  display: grid;
  grid-template-columns: auto auto;
  gap: 9px;
  align-items: center;
  margin: 0;
}

.page-id-57.pch-polish-enabled .pch-search-panel .wpt-search-submit {
  min-width: 144px;
  min-height: 48px;
  white-space: nowrap;
}

.page-id-57.pch-polish-enabled .pch-search-panel .wpt-reset-search {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--pch-muted);
  font-size: 0.76rem;
  font-weight: 750;
  text-underline-offset: 3px;
}

.page-id-57.pch-polish-enabled .pch-search-layout {
  display: block;
}

.page-id-57.pch-polish-enabled .pch-search-main .wpt-search-summary {
  min-height: 62px;
  margin-bottom: 18px;
  padding: 11px 14px 11px 18px;
  border-color: #d8e5e1;
  background: #f7faf8;
}

.page-id-57.pch-polish-enabled .pch-search-main .wpt-result-count {
  font-size: 1.45rem;
}

.page-id-57.pch-polish-enabled .pch-search-main .wpt-listing-results {
  gap: 16px;
}

.page-id-57.pch-polish-enabled .pch-result-card {
  grid-template-columns: minmax(230px, 27%) minmax(0, 1fr) 210px;
  min-height: 236px;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(16, 47, 59, 0.07);
}

.page-id-57.pch-polish-enabled .pch-result-card .wpt-thumbnail {
  min-height: 236px;
}

.page-id-57.pch-polish-enabled .pch-result-card .pch-representative-media__visual {
  min-height: 195px;
}

.page-id-57.pch-polish-enabled .pch-result-card .pch-representative-media__caption {
  padding: 8px 11px;
  background: #f2f7f5;
  font-size: 0.66rem;
}

.page-id-57.pch-polish-enabled .pch-result-card .wpt-listing-content {
  padding: 22px 24px;
}

.page-id-57.pch-polish-enabled .pch-card-kicker {
  margin-bottom: 9px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--pch-teal);
  font-size: 0.67rem;
  letter-spacing: 0.08em;
}

.page-id-57.pch-polish-enabled .pch-result-card .wpt-listing-header {
  margin-bottom: 8px;
}

.page-id-57.pch-polish-enabled .pch-result-card .wpt-claim-btn {
  padding: 4px 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--pch-muted) !important;
  font-size: 0.68rem !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  box-shadow: none !important;
}

.page-id-57.pch-polish-enabled .pch-result-card .wpt-listing-meta {
  margin-bottom: 11px;
}

.page-id-57.pch-polish-enabled .pch-card-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
  margin-bottom: 14px;
  color: var(--pch-ink);
  font-size: 0.72rem;
  font-weight: 700;
}

.page-id-57.pch-polish-enabled .pch-card-trust span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.page-id-57.pch-polish-enabled .pch-card-trust b {
  color: var(--pch-teal);
  font-size: 0.8rem;
}

.page-id-57.pch-polish-enabled .pch-result-card .wpt-listing-content > p {
  margin-bottom: 0;
}

.page-id-57.pch-polish-enabled .pch-card-actions {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  padding: 21px 17px;
  border-left: 1px solid var(--pch-border);
  background: #f7faf8;
}

.page-id-57.pch-polish-enabled .pch-card-contact-status {
  margin: 0;
  color: var(--pch-muted);
  font-size: 0.74rem;
  line-height: 1.45;
}

.page-id-57.pch-polish-enabled .pch-card-contact-status .icon {
  color: var(--pch-teal);
}

.page-id-57.pch-polish-enabled .pch-card-contact-status li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.page-id-57.pch-polish-enabled .pch-card-contact-status .pch-card-contact-icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: var(--pch-mint);
}

.page-id-57.pch-polish-enabled .pch-card-contact-status .pch-card-contact-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.page-id-57.pch-polish-enabled .pch-card-action-context {
  margin: auto 0 0;
  color: var(--pch-muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.page-id-57.pch-polish-enabled .pch-card-action-context strong,
.page-id-57.pch-polish-enabled .pch-card-action-context span {
  display: block;
}

.page-id-57.pch-polish-enabled .pch-card-action-context strong {
  margin-bottom: 3px;
  color: var(--pch-ink-strong);
  font-size: 0.8rem;
}

.page-id-57.pch-polish-enabled .pch-card-action-stack {
  display: grid;
  gap: 8px;
}

.page-id-57.pch-polish-enabled .pch-card-inquiry,
.page-id-57.pch-polish-enabled .pch-card-details {
  display: inline-flex;
  min-height: 42px;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 9px 10px;
  border-radius: 9px;
  font-size: 0.75rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
}

.page-id-57.pch-polish-enabled .pch-card-inquiry {
  border: 1px solid var(--pch-teal);
  background: var(--pch-teal);
  color: var(--pch-white) !important;
}

.page-id-57.pch-polish-enabled .pch-card-inquiry:hover {
  border-color: var(--pch-teal-dark);
  background: var(--pch-teal-dark);
}

.page-id-57.pch-polish-enabled .pch-card-details {
  border: 1px solid #bdd0cc;
  background: var(--pch-white);
  color: var(--pch-teal-dark) !important;
}

.page-id-57.pch-polish-enabled .pch-card-details:hover {
  border-color: var(--pch-teal);
  background: var(--pch-mint);
  color: var(--pch-teal-dark) !important;
}

@media (max-width: 1024px) {
  .page-id-57.pch-polish-enabled .pch-search-panel .wpt-advance-search {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-id-57.pch-polish-enabled .pch-search-panel .wpt-sr-form-actions {
    grid-column: 1 / -1;
    justify-content: start;
  }

  .page-id-57.pch-polish-enabled .pch-result-card {
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .page-id-57.pch-polish-enabled .pch-card-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(190px, 1fr) auto;
    align-items: center;
    padding: 15px 18px;
    border-top: 1px solid var(--pch-border);
    border-left: 0;
  }

  .page-id-57.pch-polish-enabled .pch-card-action-context {
    margin: 0;
  }

  .page-id-57.pch-polish-enabled .pch-card-action-stack {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}

@media (max-width: 767px) {
  .page-id-57.pch-polish-enabled .elementor-element-e86af4f {
    padding-bottom: 60px !important;
  }

  .page-id-57.pch-polish-enabled .pch-search-panel {
    margin-top: -28px;
    margin-bottom: 22px;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 12px 34px rgba(22, 60, 62, 0.12);
  }

  .page-id-57.pch-polish-enabled .pch-search-panel__header {
    display: block;
    margin-bottom: 14px;
  }

  .page-id-57.pch-polish-enabled .pch-search-panel__header p {
    margin-top: 4px;
  }

  .page-id-57.pch-polish-enabled .pch-search-panel .wpt-advance-search {
    grid-template-columns: 1fr;
  }

  .page-id-57.pch-polish-enabled .pch-search-panel .wpt-sr-form-actions {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .page-id-57.pch-polish-enabled .pch-search-panel .wpt-search-submit {
    width: 100%;
  }

  .page-id-57.pch-polish-enabled .pch-search-panel .wpt-reset-search {
    justify-content: center;
  }

  .page-id-57.pch-polish-enabled .pch-search-trust {
    grid-template-columns: 1fr;
  }

  .page-id-57.pch-polish-enabled .pch-search-trust > span {
    min-height: 68px;
    border-right: 0;
    border-bottom: 1px solid var(--pch-border);
  }

  .page-id-57.pch-polish-enabled .pch-search-trust > span:last-child {
    border-bottom: 0;
  }

  .page-id-57.pch-polish-enabled .pch-result-card {
    grid-template-columns: 1fr;
  }

  .page-id-57.pch-polish-enabled .pch-result-card .wpt-thumbnail {
    min-height: 220px;
    height: 220px;
  }

  .page-id-57.pch-polish-enabled .pch-result-card .pch-representative-media__visual {
    min-height: 180px;
  }

  .page-id-57.pch-polish-enabled .pch-result-card .wpt-listing-content {
    padding: 20px 18px 18px;
  }

  .page-id-57.pch-polish-enabled .pch-card-actions {
    grid-column: auto;
    display: flex;
    align-items: stretch;
    padding: 16px 18px 18px;
  }

  .page-id-57.pch-polish-enabled .pch-card-action-stack {
    grid-template-columns: 1fr;
  }
}

/* Keep the mobile-search release last in the cascade. */
@media (max-width: 767px) {
  .page-id-57.pch-polish-enabled .elementor-element-e86af4f {
    padding: 24px 18px 32px !important;
  }

  .page-id-57.pch-polish-enabled .elementor-element-e86af4f > .e-con-inner {
    padding-block: 0 !important;
  }

  .page-id-57.pch-polish-enabled .pch-search-panel {
    margin: -15px 0 12px;
    padding: 14px;
  }

  .page-id-57.pch-polish-enabled .pch-search-panel__header {
    margin-bottom: 12px;
  }

  .page-id-57.pch-polish-enabled .pch-search-panel__header p {
    display: none;
  }

  .page-id-57.pch-polish-enabled .pch-search-panel .wpt-advance-search {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .page-id-57.pch-polish-enabled .pch-search-panel .wpt-sr-form-actions {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .page-id-57.pch-polish-enabled .pch-search-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 12px;
  }

  .page-id-57.pch-polish-enabled .pch-search-trust > span {
    min-height: 58px;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    padding: 8px 4px;
    border-right: 1px solid var(--pch-border);
    border-bottom: 0;
    text-align: center;
  }

  .page-id-57.pch-polish-enabled .pch-search-trust small {
    display: none;
  }

  .page-id-57.pch-polish-enabled .pch-search-main .wpt-search-summary {
    display: grid;
    min-height: 54px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px 10px;
    margin-bottom: 10px;
    padding: 9px 10px 9px 12px;
  }

  .page-id-57.pch-polish-enabled .pch-view-controls {
    width: auto;
    margin-left: 0;
  }

  .page-id-57.pch-polish-enabled .pch-result-card .wpt-thumbnail {
    min-height: 180px;
    height: 180px;
  }

  .page-id-57.pch-polish-enabled .pch-result-card .pch-representative-media__visual {
    min-height: 145px;
  }
}

/* Launch-quality pass v2.0.0: compact global chrome, accessible mobile
   controls, and readable long-form listing evidence. Keep this block last. */
.pch-listing-facts-toggle {
  display: none;
}

@media (max-width: 900px) {
  .pch-global-chrome-ready .elementor-menu-toggle {
    display: inline-flex;
    width: 44px !important;
    min-width: 44px;
    height: 44px !important;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 10px !important;
    border-radius: 10px;
  }

  .pch-global-chrome-ready .elementor-nav-menu--dropdown a {
    min-height: 48px;
    align-items: center;
    padding-block: 12px !important;
  }

  .pch-global-chrome-ready footer.elementor-location-footer .elementor-element-07f5352 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
    align-items: start;
  }

  .pch-global-chrome-ready footer.elementor-location-footer .elementor-element-a4b9749,
  .pch-global-chrome-ready footer.elementor-location-footer .elementor-element-a78e9e2 {
    grid-column: 1 / -1;
  }

  .pch-global-chrome-ready footer.elementor-location-footer .elementor-element-a78e9e2 .elementor-icon-list-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
  }

  .pch-global-chrome-ready footer.elementor-location-footer .elementor-icon-list-item a {
    display: flex;
    min-height: 44px;
    align-items: center;
    padding-block: 8px;
  }

  .pch-global-chrome-ready footer.elementor-location-footer .elementor-social-icon {
    width: 44px;
    height: 44px;
  }

  .pch-global-chrome-ready footer.elementor-location-footer .elementor-element-f432ac1 {
    gap: 12px;
    text-align: left;
  }

  .page-id-57.pch-polish-enabled .pch-view-button {
    min-height: 44px;
  }

  .single-listing.pch-polish-enabled .pch-collapsible-facts:not(.is-expanded) {
    position: relative;
    max-height: 500px;
    overflow: hidden;
  }

  .single-listing.pch-polish-enabled .pch-collapsible-facts:not(.is-expanded)::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 120px;
    background: linear-gradient(to bottom, rgba(232, 242, 250, 0), rgba(232, 242, 250, 0.98) 72%);
    content: '';
    pointer-events: none;
  }

  .single-listing.pch-polish-enabled .pch-listing-facts-toggle {
    position: relative;
    z-index: 2;
    display: flex;
    width: calc(100% - 36px);
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: -68px auto 18px;
    padding: 12px 15px;
    border: 1px solid var(--pch-border-strong);
    border-radius: 12px;
    background: var(--pch-white);
    color: var(--pch-teal-dark);
    font-size: 0.88rem;
    font-weight: 800;
    box-shadow: var(--pch-shadow-sm);
  }

  .single-listing.pch-polish-enabled .pch-listing-facts-toggle b {
    font-size: 1.25rem;
    line-height: 1;
  }

  .single-listing.pch-polish-enabled .pch-collapsible-facts.is-expanded + .pch-listing-facts-toggle {
    margin-top: 10px;
  }
}
