/* Form-owned success UI must not depend on the installed theme revision. */
.wpcf7.mtk-form-complete > .mtk-cf7-form[hidden],
.wpcf7-response-output[data-mtk-success-suppressed] { display: none !important; }
.wpcf7.mtk-form-complete { min-height: 0; height: auto; align-self: start; }
body:has(.mtk-form-complete) .sticky-enquiry { display: none; }
.wpcf7 > .form-success-panel {
  display: flex; flex-direction: column; align-items: flex-start;
  justify-content: flex-start; align-self: start; gap: 16px;
  box-sizing: border-box; width: 100%; height: auto; min-height: 0;
  padding: clamp(24px, 3vw, 40px); border: 1px solid #bddbca;
  border-radius: 24px; background: linear-gradient(145deg, #fff, #edf9f2);
  color: #151515; box-shadow: 0 12px 32px #15291e0c;
}
.wpcf7 > .form-success-panel > * { flex: 0 0 auto; margin: 0; }
.wpcf7 > .form-success-panel .form-success-panel__icon {
  display: grid; place-items: center; width: 44px; height: 44px;
  border-radius: 50%; background: #19663f; color: #fff;
  font-size: 24px; line-height: 1; font-weight: 700;
}
.wpcf7 > .form-success-panel .eyebrow { font-size: 12px; line-height: 1.5; margin: 0; }
.wpcf7 > .form-success-panel h3 { font-size: clamp(24px, 2.3vw, 32px); line-height: 1.2; margin: 0; max-width: 100%; }
.wpcf7 > .form-success-panel p:not(.eyebrow) { font-size: 16px; line-height: 1.65; color: #50565b; margin: 0; max-width: 62ch; }
.wpcf7 > .form-success-panel .button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; width: 100%; margin: 8px 0 0; }
.wpcf7 > .form-success-panel .button { flex: 0 1 auto; width: auto; height: auto; min-height: 48px; padding: 12px 18px; font-size: 14px; line-height: 1.4; white-space: normal; text-align: center; }
@media (max-width: 480px) {
  .wpcf7 > .form-success-panel .button-row { flex-direction: column; align-items: stretch; }
  .wpcf7 > .form-success-panel .button { width: 100%; }
}
