/* Clayhouse custom overrides — loaded after the mirrored theme/plugin CSS.
   Keep our post-migration tweaks here so we never edit vendor CSS directly. */

/* Remove the third-party "Powered by VonkDigital" attribution badge + its link. */
a[href*="vonkdigital.com"],
img[src*="VonkDigital-Powered"] {
  display: none !important;
}

/* A2P 10DLC: the chat widget is the ONLY SMS opt-in — ensure no Gravity Form
   (or its orphaned intro heading) ever renders. Forms are also removed at source. */
.gform_wrapper,
form[id^="gform_"],
.online-mortgage-form,
.online-mortgage-form-intro,
.gform_confirmation_wrapper {
  display: none !important;
}

/* Fix: Loan Term number ("30") overlapped by the Year/Month unit toggle.
   The toggle is intrinsically ~137px in a ~171px field; shrink it and reserve
   space so the value reads cleanly. Applies to every calculator's term field. */
.payment-calculator-main .input-item-relative .mortgage-term-type {
  left: auto !important;
  right: 6px !important;
  width: auto !important;
}
.payment-calculator-main .mortgage-term-type .btn-group .btn {
  padding: 6px 12px !important;
  font-size: 12px !important;
}
.payment-calculator-main .input-item-relative input[id$="LoanTerm"],
.payment-calculator-main .input-item-relative .afd-loan-term-common-field {
  padding-right: 108px !important;
}
