/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2026 | 22:16:39 */
/* Lovu Marketplace Interest widget styles. All selectors scoped under .lmf- */

.lmf-root {
  --lmf-bg: #FAFAFB;
  --lmf-text: #1B1B1B;
  --lmf-heading: #131313;
  --lmf-purple: #454577;
  --lmf-panel: #F0F4FB;
  --lmf-input-bg: #F7F7F7;
  --lmf-input-border: #C4C4C4;
  max-width: 640px;
  margin: 0 auto;
  color: var(--lmf-text);
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: clip;
}

.lmf-form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: var(--lmf-panel);
  padding: 20px 20px 24px;
}

.lmf-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.lmf-label {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--lmf-heading);
}

.lmf-root h1.lmf-title,
.lmf-title {
  font-family: proxima_novabold, Poppins, sans-serif;
  font-size: 42px;
  font-weight: 700;
  /* 1.15 + theme h1 overflow clips Proxima Nova ascenders */
  line-height: 1.3;
  overflow: visible;
  padding-top: 0.12em;
  color: var(--lmf-heading);
  margin: 0 0 12px;
}

.lmf-subhead {
  margin: 0 0 16px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--lmf-text);
}

.lmf-req {
  color: #8B1E1E;
  font-weight: 700;
}

.lmf-req-note {
  margin: 0 0 12px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  color: var(--lmf-text);
}

.lmf-input,
.lmf-select {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  padding: 12px;
  border: 1px solid var(--lmf-input-border);
  background: var(--lmf-input-bg);
  border-radius: 0;
  color: var(--lmf-text);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 44px;
}

/* !important: Bootstrap reboot zeroes outlines; keep a visible focus ring.
   Class .lmf-is-focused is toggled from JS so the ring still shows when a
   host stylesheet or embedder interferes with :focus matching. */
.lmf-root .lmf-input:focus,
.lmf-root .lmf-input:focus-visible,
.lmf-root .lmf-select:focus,
.lmf-root .lmf-select:focus-visible,
.lmf-root .lmf-checkbox:focus,
.lmf-root .lmf-checkbox:focus-visible,
.lmf-root .lmf-submit:focus,
.lmf-root .lmf-submit:focus-visible,
.lmf-root .lmf-alert:focus,
.lmf-root .lmf-alert:focus-visible,
.lmf-root .lmf-is-focused {
  outline: 2px solid #454577 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px #454577 !important;
}

.lmf-input[aria-invalid="true"],
.lmf-select[aria-invalid="true"] {
  border-color: #8B1E1E;
}

.lmf-products {
  gap: 8px;
}

.lmf-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  color: var(--lmf-text);
  min-height: 44px;
  cursor: pointer;
  margin: 0;
}

.lmf-checkbox {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  accent-color: var(--lmf-purple);
}

.lmf-submit {
  align-self: flex-start;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  background: var(--lmf-purple);
  border: 0;
  border-radius: 29px;
  padding: 18px 46px;
  min-height: 56px;
  cursor: pointer;
}

.lmf-submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

.lmf-alert {
  background: #FFFFFF;
  border: 1px solid #8B1E1E;
  color: #8B1E1E;
  padding: 12px 14px;
}

.lmf-alert-item {
  margin: 0 0 6px;
}

.lmf-alert-item:last-child {
  margin-bottom: 0;
}

.lmf-honeypot {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lmf-thanks {
  background: var(--lmf-panel);
  padding: 36px 24px;
  text-align: left;
}

.lmf-thanks-title {
  font-family: proxima_novabold, Poppins, sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: var(--lmf-heading);
  margin: 0 0 12px;
  line-height: 1.3;
  overflow: visible;
  padding-top: 0.12em;
}

.lmf-thanks-body {
  margin: 0 0 16px;
  color: var(--lmf-text);
}

.lmf-thanks-id {
  margin: 0;
  font-size: 13px;
  color: #555555;
}

.lmf-admin-notice {
  margin: 0;
  padding: 14px;
  background: #FFF4CE;
  border: 1px solid #C4A35A;
  color: #1B1B1B;
  font-family: Poppins, sans-serif;
}

/* Contrast note: #454577 on #F0F4FB is ~8.0:1 (WCAG AA). */

@media (min-width: 768px) {
  .lmf-form {
    padding: 36px 40px;
  }
}
/*
 * Microsite chrome suppression for the Marketplace Interest page only.
 * Rules are deliberately scoped to body.page-id-2320 so a global paste
 * cannot strip navigation from the rest of lovu.health.
 * Phase 3 substitution done: WordPress page ID is 2320.
 */

body.page-id-2320 .mega-menu-wrap,
body.page-id-2320 #mega-menu-wrap-menu-1,
body.page-id-2320 .login-btn,
body.page-id-2320 .col-footer-middle {
  display: none;
}

/*
 * Theme header is position:absolute; top:0 with ~8px navbar padding.
 * Chromium clips the logo/nav against the viewport edge; Firefox usually does not.
 * Pull the header into normal flow on this plain (non-hero) page.
 */
body.page-id-2320 header {
  position: relative;
  top: auto;
  padding-top: 8px;
}

body.page-id-2320 header nav.navbar.navbar-expand-lg {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* Theme prints a bare page H1 under the absolute header; the widget owns the title. */
body.page-id-2320 .general-content > h1:first-child {
  display: none;
}

body.page-id-2320 .general-content {
  padding-top: 24px;
  padding-bottom: 48px;
}

/*
 * Secondary belt-and-braces (commented): WP does not emit this class by default.
 * Uncomment only if Phase 3 adds body class "page-marketplace-interest".
 *
 * body.page-marketplace-interest .mega-menu-wrap,
 * body.page-marketplace-interest #mega-menu-wrap-menu-1,
 * body.page-marketplace-interest .login-btn,
 * body.page-marketplace-interest .col-footer-middle {
 *   display: none;
 * }
 */
