@charset "UTF-8";
/* ============================================================
   Listing System — Submit / Edit / Claim forms
   (page-submit-your-business.php, page-edit-listing.php,
    page-claim-listing.php)

   Compiles STANDALONE to css/listing-forms.css and is enqueued
   only on the three form templates — see the conditional
   wp_enqueue_style() block in functions.php. Do NOT append this
   file to style.scss; only the small .ec-biz__owner-link block
   (used on single.php) lives there — see README.
   ============================================================ */
/* EC design tokens — KEEP IN SYNC with style.scss */
.ec-lform-hero {
  background: #FBFAF5;
  border-bottom: 1px solid #E9E1D2;
}

.ec-lform-hero__inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 52px 5% 40px;
  text-align: center;
}
@media only screen and (min-width: 801px) {
  .ec-lform-hero__inner {
    padding: 60px 40px 46px;
  }
}

.ec-lform-hero__eyebrow {
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0E6B57;
  margin: 0 0 12px;
  padding: 0;
}

.ec-lform-hero__heading {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 3.25rem);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.01em;
  color: #16211D;
  margin: 0;
  padding: 0;
  text-wrap: balance;
}

.ec-lform-hero__dek {
  font-family: "Figtree", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
  color: #5A6B63;
  max-width: 560px;
  margin: 14px auto 0;
}
.ec-lform-hero__dek p {
  padding: 0.35rem 0;
  color: #5A6B63;
}

.ec-lform-wrap {
  background: #FBFAF5;
  padding: 40px 5% 70px;
}
@media only screen and (min-width: 801px) {
  .ec-lform-wrap {
    padding: 48px 40px 80px;
  }
}

.ec-lform {
  max-width: 760px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #E9E1D2;
  border-radius: 14px;
  padding: 30px 22px;
  box-shadow: 0 18px 50px -34px rgba(16, 60, 45, 0.4);
}
@media only screen and (min-width: 801px) {
  .ec-lform {
    padding: 42px 48px;
  }
}
.ec-lform--narrow {
  max-width: 560px;
}

.ec-lform__note {
  font-family: "Figtree", sans-serif;
  font-size: 15.5px;
  line-height: 1.6;
  color: #2C3A33;
  padding: 0 0 0.75rem;
}

.ec-lform__hint {
  display: block;
  font-family: "Figtree", sans-serif;
  font-size: 12.5px;
  line-height: 1.5;
  color: #8A9A92;
  margin-top: 6px;
}

.ec-lform__req {
  color: #0E6B57;
}

.ec-lform__aside-note {
  font-family: "Figtree", sans-serif;
  font-size: 13.5px;
  line-height: 1.55;
  color: #8A9A92;
  border-top: 1px solid #E9E1D2;
  margin-top: 22px;
  padding-top: 18px;
}

.ec-lform__hp,
.acf-field-ec-submit-hp {
  position: absolute !important;
  left: -9999px !important;
  height: 1px;
  overflow: hidden;
}

.ec-lform .acf-form .acf-field {
  margin: 0 0 22px;
  padding: 0;
  border: none;
}
.ec-lform .acf-form .acf-label label {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #16211D;
  margin-bottom: 7px;
}
.ec-lform .acf-form .acf-label .acf-required {
  color: #0E6B57;
}
.ec-lform .acf-form p.description {
  font-family: "Figtree", sans-serif;
  font-size: 12.5px;
  line-height: 1.5;
  color: #8A9A92;
  margin-top: 5px;
}
.ec-lform .acf-form .acf-input input[type=text],
.ec-lform .acf-form .acf-input input[type=email],
.ec-lform .acf-form .acf-input input[type=url],
.ec-lform .acf-form .acf-input input[type=number],
.ec-lform .acf-form .acf-input textarea,
.ec-lform .acf-form .acf-input select {
  width: 100%;
  border: 1px solid #E3DACB;
  border-radius: 9px;
  background: #ffffff;
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  color: #16211D;
  padding: 12px 14px;
}
.ec-lform .acf-form .acf-input input[type=text]:focus,
.ec-lform .acf-form .acf-input input[type=email]:focus,
.ec-lform .acf-form .acf-input input[type=url]:focus,
.ec-lform .acf-form .acf-input input[type=number]:focus,
.ec-lform .acf-form .acf-input textarea:focus,
.ec-lform .acf-form .acf-input select:focus {
  border-color: #0E6B57;
  outline: 2px solid color-mix(in srgb, #0E6B57 25%, transparent);
  outline-offset: 0;
}
.ec-lform .acf-form .acf-repeater .acf-table {
  border: 1px solid #E9E1D2;
  border-radius: 9px;
  overflow: hidden;
}
.ec-lform .acf-form .acf-repeater th {
  background: #F4F1E8;
  color: #16211D;
  font-family: "Figtree", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  border: none;
  border-bottom: 1px solid #E9E1D2;
}
.ec-lform .acf-form .acf-repeater td {
  border: none;
  border-bottom: 1px solid #E9E1D2;
  background: #ffffff;
}
.ec-lform .acf-form .acf-repeater .acf-actions {
  text-align: left;
  padding-top: 8px;
}
.ec-lform .acf-form .acf-button.button:not([type=submit]),
.ec-lform .acf-form .acf-repeater a.acf-button {
  background: #F1ECE0;
  color: #3C4A44;
  border: 1px solid #E3DACB;
  border-radius: 100px;
  font-family: "Figtree", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 16px;
}
.ec-lform .acf-form .acf-button.button:not([type=submit]):hover,
.ec-lform .acf-form .acf-repeater a.acf-button:hover {
  border-color: #0E6B57;
  color: #0E6B57;
  background: #F1ECE0;
}
.ec-lform .acf-form .acf-input input[type=file] {
  font-family: "Figtree", sans-serif;
  font-size: 13.5px;
  color: #5A6B63;
  border: 1px dashed #E3DACB;
  border-radius: 9px;
  background: #F4F1E8;
  padding: 12px;
  width: 100%;
}
.ec-lform .acf-form .acf-error-message {
  background: #B3412F;
  border-radius: 7px;
}
.ec-lform .acf-form .acf-error-message p {
  color: #fff;
  font-family: "Figtree", sans-serif;
}
.ec-lform .acf-form .acf-field.acf-error .acf-input input,
.ec-lform .acf-form .acf-field.acf-error .acf-input textarea,
.ec-lform .acf-form .acf-field.acf-error .acf-input select {
  border-color: #B3412F;
}
.ec-lform .acf-form .acf-form-submit {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #E9E1D2;
}
.ec-lform .acf-form .acf-form-submit input[type=submit] {
  background: #0E6B57;
  color: #fff;
  border: none;
  border-radius: 100px;
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 34px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.ec-lform .acf-form .acf-form-submit input[type=submit]:hover, .ec-lform .acf-form .acf-form-submit input[type=submit]:focus-visible {
  background: #16211D;
}

.ec-resend-link-form label,
.ec-claim-form label {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #16211D;
}
.ec-resend-link-form input[type=text],
.ec-resend-link-form input[type=email],
.ec-resend-link-form input[type=tel],
.ec-resend-link-form textarea,
.ec-claim-form input[type=text],
.ec-claim-form input[type=email],
.ec-claim-form input[type=tel],
.ec-claim-form textarea {
  width: 100%;
  border: 1px solid #E3DACB;
  border-radius: 9px;
  background: #ffffff;
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  color: #16211D;
  padding: 12px 14px;
  margin-top: 6px;
}
.ec-resend-link-form input[type=text]:focus,
.ec-resend-link-form input[type=email]:focus,
.ec-resend-link-form input[type=tel]:focus,
.ec-resend-link-form textarea:focus,
.ec-claim-form input[type=text]:focus,
.ec-claim-form input[type=email]:focus,
.ec-claim-form input[type=tel]:focus,
.ec-claim-form textarea:focus {
  border-color: #0E6B57;
  outline: 2px solid color-mix(in srgb, #0E6B57 25%, transparent);
  outline-offset: 0;
}
.ec-resend-link-form > p,
.ec-claim-form > p {
  padding: 0 0 16px;
}
.ec-resend-link-form button[type=submit],
.ec-claim-form button[type=submit] {
  background: #0E6B57;
  color: #fff;
  border: none;
  border-radius: 100px;
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 30px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.ec-resend-link-form button[type=submit]:hover, .ec-resend-link-form button[type=submit]:focus-visible,
.ec-claim-form button[type=submit]:hover,
.ec-claim-form button[type=submit]:focus-visible {
  background: #16211D !important;
}

.ec-claim__listing-card {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #E9E1D2;
  border-radius: 11px;
  background: #F4F1E8;
  padding: 14px;
  margin-bottom: 26px;
}

.ec-claim__listing-thumb {
  width: 74px;
  height: 74px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-color: #F1ECE0;
  flex-shrink: 0;
}

.ec-claim__listing-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ec-claim__listing-info strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  color: #16211D;
}
.ec-claim__listing-info a {
  font-family: "Figtree", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #0E6B57;
  text-decoration: none;
}
.ec-claim__listing-info a:hover {
  text-decoration: underline;
}

.ec-claim__steps {
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #2C3A33;
  margin: 0 0 8px 22px;
  padding: 0.5rem 0 1rem;
}
.ec-claim__steps li {
  padding: 4px 0;
}

.ec-lform__thanks {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  border: 1px solid #E9E1D2;
  border-radius: 14px;
  padding: 44px 28px;
  box-shadow: 0 18px 50px -34px rgba(16, 60, 45, 0.4);
}
.ec-lform__thanks h1,
.ec-lform__thanks h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.12;
  color: #16211D;
  margin: 0;
  padding: 0 0 6px;
}
.ec-lform__thanks p {
  font-family: "Figtree", sans-serif;
  font-size: 15.5px;
  line-height: 1.65;
  color: #5A6B63;
  padding: 0.5rem 0;
}
