.elementor-1931 .elementor-element.elementor-element-aa0d2c4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1931 .elementor-element.elementor-element-af38096{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1931 .elementor-element.elementor-element-6ab7a9e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-1931:not(.elementor-motion-effects-element-type-background), body.elementor-page-1931 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for shortcode, class: .elementor-element-acb4ea1 *//* ══ SHARED BASE ══ */
.hfh-app-form,
.hfh-card-form {
  max-width: 700px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
}

.hfh-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 600px) {
  .hfh-row { grid-template-columns: 1fr; }
}

.hfh-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}

.hfh-field label {
  font-size: 0.70rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #6b4c3b;
  margin-bottom: 7px;
}

.hfh-app-form .wpcf7-form-control:not([type=submit]),
.hfh-app-form select,
.hfh-app-form textarea,
.hfh-card-form .wpcf7-form-control:not([type=submit]),
.hfh-card-form select,
.hfh-card-form textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid #e8dfd5;
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  color: #2d2019;
  background: #fff;
  transition: border-color 0.25s, box-shadow 0.25s;
  outline: none;
  appearance: none;
}

.hfh-app-form .wpcf7-form-control:focus,
.hfh-card-form .wpcf7-form-control:focus {
  border-color: #FF7F7F;
  box-shadow: 0 0 0 3px rgba(255,127,127,0.13);
}

.hfh-app-form textarea,
.hfh-card-form textarea {
  min-height: 160px;
  resize: vertical;
}

/* ══ DESIGN 1 — Clean Grid ══ */
.hfh-app-form {
  background: #fffdf9;
  border-radius: 24px;
  padding: clamp(24px, 4vw, 48px);
  box-shadow: 0 8px 40px rgba(45,32,25,0.08);
  border: 1px solid #f0e8df;
}

/* ══ DESIGN 2 — Card Sections ══ */
.hfh-card-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hfh-card-section {
  background: #fffdf9;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(45,32,25,0.07);
  border: 1px solid #f0e8df;
}

.hfh-card-label {
  background: linear-gradient(135deg, #FF7F7F, #d4a373);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  padding: 10px 20px;
}

.hfh-card-body {
  padding: clamp(16px, 3vw, 28px);
}

/* ══ SHARED SUBMIT ══ */
.hfh-submit { text-align: center; margin-top: 8px; }

.hfh-app-form [type=submit],
.hfh-card-form [type=submit] {
  background: #FF7F7F;
  color: #fff;
  border: none;
  padding: 15px 52px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(255,127,127,0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}

.hfh-app-form [type=submit]:hover,
.hfh-card-form [type=submit]:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(255,127,127,0.45);
}

/* ══ CHOSEN PUPPY HIGHLIGHT ══ */
#chosen-puppy {
  border-color: #FF7F7F !important;
  background: #fff5f5 !important;
  font-weight: 600;
  color: #c05252 !important;
}

/* ══ VALIDATION & RESPONSE ══ */
.hfh-app-form .wpcf7-not-valid-tip,
.hfh-card-form .wpcf7-not-valid-tip {
  font-size: 0.70rem;
  color: #e05252;
  margin-top: 5px;
}

.hfh-app-form .wpcf7-response-output,
.hfh-card-form .wpcf7-response-output {
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 0.82rem;
  margin-top: 16px;
  text-align: center;
}/* End custom CSS */