/*
Theme Name: Divi Child Theme
Template: Divi
Version: 1.0
*/

@import url("../Divi/style.css");

/* ============================================================
   LIFE-COACHES.CA — CHILD THEME STYLESHEET

   FONTS (loaded via WordPress head):
     Playfair Display — headings, editorial
     Oswald           — labels, UI, buttons, nav
     Lato             — body text

   PALETTE (for reference):
     Deep Teal primary   #1B3A4B
     Teal mid            #2E6575
     Teal light          #5BA3B0
     Teal pale           #EBF5F7
     Canadian Red        #B8322A
     Red dark            #962820
     Red pale            #FBF0EF
     Warm Sand           #F2EBE0
     Sand light          #EEE8E0
     Amber               #C8A97E
     Amber dark          #A07840
     Body text           #3D3530
     Text secondary      #5C5148
     Muted text          #8C7D72
     Border              #E0D8D0
     White               #FFFFFF
   ============================================================ */

/* ============================================================
   MOBILE NAV — FIXED ON SCROLL
   ============================================================ */

@media (max-width: 980px) {
  .et_non_fixed_nav.et_transparent_nav #main-header,
  .et_non_fixed_nav.et_transparent_nav #top-header,
  .et_fixed_nav #main-header,
  .et_fixed_nav #top-header { position: fixed !important; }
}

.et_mobile_menu { overflow: scroll !important; max-height: 83vh; }

.mobile_menu_bar:after {
  content: 'Menu';
  bottom: 10px;
  left: 10%;
  position: relative !important;
  color: #5BA3B0;
}

span.mobile_menu_bar:before { color: #5BA3B0 !important; }
.mobile_nav.opened .mobile_menu_bar:before { content: '\4d'; }

/* wp top menu nav hover color */
#top-menu-nav #top-menu a:hover {
  color: #8bd3e0 !important;
  opacity: 1;
}

/* ============================================================
   NAV / MENU — Find a Coach button
   ============================================================ */

/* ============================================================
   NAV — Find a Coach button
   ============================================================ */

/* ============================================================
   NAV — Find a Coach button
   ============================================================ */

.et_pb_menu .et-menu li.find-a-coach-btn > a,
#top-menu li.find-a-coach-btn > a {
    background: #B8322A !important;
    color: #FFFFFF !important;
    border-radius: 7px !important;
    padding: 4px 12px !important;
    margin-left: 6px !important;
    margin-top: 0 !important;
    display: inline-block !important;
    line-height: 1.6 !important;
    transition: background 0.18s ease !important;
}

#top-menu li.find-a-coach-btn > a:hover {
    background: #962820 !important;
    color: #FFFFFF !important;
}

.et_pb_menu .et-menu li.find-a-coach-btn > a,
#menu-footer li.find-a-coach-btn > a {
    background: #B8322A !important;
    color: #FFFFFF !important;
    border-radius: 7px !important;
    padding: 4px 12px !important;
    margin-left: 6px !important;
    margin-top: 0 !important;
    display: inline-block !important;
    line-height: 1.6 !important;
    transition: background 0.18s ease !important;
}

#menu-footer li.find-a-coach-btn > a:hover {
    background: #962820 !important;
    color: #FFFFFF !important;
}
/* ============================================================
   BASE
   ============================================================ */

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  color: #3D3530;
  -webkit-font-smoothing: antialiased;
}

h1 { font-family: 'Playfair Display', Georgia, serif; }

h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600 !important;
  color: #2E6575 !important;
}

h3 {
  font-family: 'Oswald', 'Arial Narrow', sans-serif !important;
  font-weight: 600 !important;
  color: #1B3A4B !important;
  letter-spacing: 0.02em;
}

h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #1B3A4B !important;
}

h5, h6 {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8C7D72 !important;
}

a {
  color: #2E6575;
  text-underline-offset: 3px;
  transition: color 0.18s ease;
}

a:hover { color: #B8322A; }

strong, b {
  font-weight: 700;
  color: #1B3A4B;
}

sup { font-size: 0.6em; vertical-align: super; }
sub { font-size: 0.6em; vertical-align: sub; }

.grecaptcha-badge { display: none; }


/* ============================================================
   COMPONENT 01 — INTRO HOOK
   ============================================================ */

.lc-intro-hook {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.7;
  color: #1B3A4B;
  padding-bottom: 24px;
  border-bottom: 1px solid #E0D8D0;
  margin-bottom: 32px;
}

.lc-intro-hook strong {
  font-style: normal;
  color: #1B3A4B;
}

.lc-blue-hook {
  border-left: 4px solid #B8322A;
  padding: 22px 28px;
  background: #152f3d;
  border-radius: 0 6px 6px 0;
  margin: 1.2em 0 2.2em 0;
}

.lc-blue-hook p {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 17px;
  line-height: 1.8;
  color: #FFFFFF;
  font-style: italic;
  margin: 0;
}


/* ============================================================
   COMPONENT 02 — PULL QUOTE
   ============================================================ */

.lc-pull-quote {
  position: relative;
  background: #1B3A4B;
  border-radius: 12px;
  padding: 32px 32px 32px 40px;
  margin: 40px 0;
  overflow: hidden;
  border: none !important;
}

.lc-pull-quote::before {
  content: '\201C';
  position: absolute;
  top: -4px;
  left: 16px;
  font-size: 80px;
  color: rgba(255,255,255,0.07);
  font-family: Georgia, serif;
  line-height: 1;
  pointer-events: none;
}

.lc-pull-quote blockquote {
  background: transparent !important;
  border: none !important;
  border-left: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.lc-pull-quote blockquote p,
.lc-pull-quote__text {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.6;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  margin: 0;
}

.lc-pull-quote__attribution {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5BA3B0;
  margin-top: 12px;
  display: block;
}


/* ============================================================
   COMPONENT 03 — CALLOUT BOXES
   Variants: insight / practical / research / caution
   ============================================================ */

.lc-callout {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border-radius: 8px;
  border-left: 4px solid;
  padding: 20px 24px;
  margin: 32px 0;
}

.lc-callout-icon {
  font-size: 1.3rem;
  line-height: 1.4;
  flex-shrink: 0;
  margin-top: 1px;
}

.lc-callout-body {
  flex: 1;
  min-width: 0;
}

.lc-callout-title {
  font-family: 'Oswald', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  margin-bottom: 6px !important;
  display: block !important;
}

.lc-callout-text {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

/* insight — pale teal */
.lc-callout--insight { background: #EBF5F7; border-left-color: #2E6575; }
.lc-callout--insight .lc-callout-icon   { color: #2E6575; }
.lc-callout--insight .lc-callout-title  { color: #2E6575; }
.lc-callout--insight .lc-callout-text   { color: #0F2530; }

/* practical — warm sand */
.lc-callout--practical { background: #f9f3e8; border-left-color: #5C5148; }
.lc-callout--practical .lc-callout-icon   { color: #5C5148; }
.lc-callout--practical .lc-callout-title  { color: #5C5148; }
.lc-callout--practical .lc-callout-text   { color: #3D3530; }

/* research — pale blue-grey */
.lc-callout--research { background: #F0F4F8; border-left-color: #4A7FA5; }
.lc-callout--research .lc-callout-icon   { color: #2C5F82; }
.lc-callout--research .lc-callout-title  { color: #2C5F82; }
.lc-callout--research .lc-callout-text   { color: #3D3530; }

/* caution — warm sand, red border */
.lc-callout--caution { background: #f9f3e8; border-left-color: #B8322A; }
.lc-callout--caution .lc-callout-icon   { color: #962820; }
.lc-callout--caution .lc-callout-title  { color: #962820; }
.lc-callout--caution .lc-callout-text   { color: #3D3530; }


/* ============================================================
   COMPONENT 04 — DIVIDER
   ============================================================ */

.lc-divider {
  display: flex !important;
  align-items: center;
  gap: 16px;
  margin: 48px 0;
}

.lc-divider-line {
  flex: 1 !important;
  height: 1px !important;
  background: #E0D8D0 !important;
  display: block !important;
}

.lc-divider__label {
  font-size: 10px;
  color: #8C7D72;
  flex-shrink: 0;
}


/* ============================================================
   COMPONENT 05 — DEFINITION BLOCK
   ============================================================ */

.lc-definition {
  background: #FFFFFF;
  border: 1px solid #E0D8D0;
  border-top: 3px solid #2E6575;
  border-radius: 0 0 8px 8px;
  padding: 20px 24px;
  margin: 24px 0;
}

.lc-definition-term {
  font-family: 'Oswald', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #1B3A4B !important;
  margin-bottom: 6px !important;
  display: block !important;
}

.lc-definition-body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #3D3530;
  margin: 0;
}


/* ============================================================
   COMPONENT 06 — SUMMARY / TAKEAWAY BOX
   ============================================================ */

.lc-summary {
  background: #1B3A4B;
  border-radius: 12px;
  padding: 28px 32px;
  margin: 40px 0;
}

.lc-summary-title {
  font-family: 'Oswald', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #C8A97E !important;
  margin-bottom: 16px !important;
  display: block !important;
}

.lc-summary ul {
  padding-left: 20px;
  margin: 0;
}

.lc-summary li {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #EEE8E0;
  margin-bottom: 8px;
}

.lc-summary li::marker { color: #C8A97E; }

.lc-summary strong,
.lc-summary b {
  color: #FFFFFF;
  font-weight: 700;
}

/* ============================================================
   COMPONENT 07 — RELATED / READ NEXT
   ============================================================ */

.lc-related {
  border: 1px solid #E0D8D0;
  border-radius: 10px;
  padding: 24px 28px;
  margin: 40px 0;
}

.lc-related-title {
  font-family: 'Oswald', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #8C7D72 !important;
  margin-bottom: 20px !important;
  display: block !important;
}

.lc-related-items { display: flex; flex-direction: column; }

.lc-related-item-label {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5BA3B0;
  margin-bottom: 3px;
  margin-top: 16px;
}

.lc-related-item-label:first-child { margin-top: 0; }

.lc-related-item-title {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.35;
}

.lc-related-item-title a { color: #1B3A4B; text-decoration: none; }
.lc-related-item-title a:hover { color: #B8322A; }

.lc-related-item-desc {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #5C5148;
  line-height: 1.55;
  margin-bottom: 0;
}

/* HOME - EDITORIAL ENTRIES - WHAT TO READ BLOCKS */
.lc-entry-card {
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #E0D8D0;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
}
.lc-entry-label {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5BA3B0;
  margin-bottom: 8px;
}
.lc-entry-title {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
}
.lc-entry-title a { color: #1B3A4B; text-decoration: none; }
.lc-entry-title a:hover { color: #B8322A; }
.lc-entry-desc {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #5C5148;
  flex: 1;
  margin-bottom: 20px;
}
.lc-entry-link {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2E6575;
  text-decoration: none;
  border-bottom: 1px solid #5BA3B0;
  padding-bottom: 2px;
  align-self: flex-start;
}
.lc-entry-link:hover { color: #B8322A; border-color: #B8322A; }

/* ============================================================
   COMPONENT 08 — FRAMEWORK BLOCK
   ============================================================ */

.lc-framework {
  background: #F2EBE0;
  border-radius: 12px;
  border-left: 4px solid #C8A97E;
  padding: 28px 32px;
  margin: 40px 0;
}

.lc-framework-label {
  font-family: 'Oswald', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #A07840 !important;
  margin-bottom: 24px !important;
  display: block !important;
}

.lc-framework-items { display: flex; flex-direction: column; gap: 0; }

.lc-framework-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 20px 0;
  border-top: 1px solid #E0D4C4;
}

.lc-framework-item:first-child { border-top: none; padding-top: 0; }
.lc-framework-item:last-child { padding-bottom: 0; }

.lc-framework-number {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: #C8A97E;
  flex-shrink: 0;
  width: 36px;
  padding-top: 2px;
  letter-spacing: -0.02em;
}

.lc-framework-body { flex: 1; min-width: 0; }

.lc-framework-title {
  font-family: 'Oswald', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  color: #1B3A4B !important;
  margin-bottom: 6px !important;
  display: block !important;
}

.lc-framework-text {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #3D3530;
  margin: 0;
}


/* ============================================================
   COMPONENT 09 — VALUES CLUSTER
   ============================================================ */

.lc-values-section {
  margin: 40px 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}

.lc-values-cluster {
  background: #FFFFFF;
  border: 1px solid #E0D8D0;
  border-top: 3px solid #C8A97E;
  border-radius: 0 0 8px 8px;
  padding: 18px 20px 20px;
}

.lc-values-cluster-title {
  font-family: 'Oswald', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #A07840 !important;
  margin-bottom: 12px !important;
  display: block !important;
}

.lc-values-words { display: flex; flex-wrap: wrap; gap: 6px; }

.lc-values-word {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #3D3530;
  background: #F2EBE0;
  border: 1px solid #E0D4C4;
  border-radius: 4px;
  padding: 3px 9px;
  display: inline-block;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.lc-values-word:hover { background: #EEE8E0; border-color: #C8A97E; }


/* ============================================================
   DIRECTORY COMPONENTS — PROFILE CARD
   ============================================================ */

.lc-profile-card {
  background: #FFFFFF;
  border: 1px solid #E0D8D0;
  border-radius: 12px;
  padding: 20px 24px;
  transition: box-shadow 0.18s ease, border-color 0.18s ease;
  position: relative;
}

.lc-profile-card:hover {
  box-shadow: 0 4px 12px rgba(27,58,75,0.10);
  border-color: #5BA3B0;
}

.lc-profile-card--featured {
  border-color: #2E6575;
  border-width: 2px;
}

.lc-profile-card--featured::before {
  content: 'Featured';
  position: absolute;
  top: -1px;
  right: 20px;
  background: #1B3A4B;
  color: #FFFFFF;
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 0 0 4px 4px;
}

.lc-profile-card__header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

.lc-profile-card__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #D4EBEF;
}

.lc-profile-card__name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-weight: 500;
  color: #1B3A4B;
  margin-bottom: 4px;
  line-height: 1.2;
}

.lc-profile-card__title { font-size: 14px; color: #5C5148; margin-bottom: 4px; }

.lc-profile-card__location {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: #8C7D72;
  text-transform: uppercase;
}

.lc-profile-card__bio { font-size: 14px; line-height: 1.7; color: #3D3530; margin-bottom: 16px; }

/* Hide Short Bio field label on cards */
/* Hide Short Bio label on cards */
.geodir-field-short_bio .geodir_post_meta_title {
    display: none !important;
}
/* Hide Coach Specialty field label on cards */
.geodir-field-coaching_specialty .geodir_post_meta_title {
    display: none !important;
}

/* Coaching Specialty on cards */
.geodir-post .geodir_post_meta.geodir-field-coaching_specialty {
    margin-top: -24px !important;
    margin-bottom: 8px !important;
    font-family: 'Oswald', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    color: #8C7D72 !important;
}

/* other card settings */
.lc-profile-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 16px;
  border-top: 1px solid #E0D8D0;
}

.lc-badge {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 100px;
  line-height: 1.6;
}

.lc-badge--credential { background: #EBF5F7; color: #1B3A4B; border: 1px solid #A8D4DB; }
.lc-badge--specialty  { background: #EEE8E0; color: #5C5148; border: 1px solid #E0D8D0; }
.lc-badge--accent     { background: #FBF0EF; color: #7A1F1A; border: 1px solid #FBF0EF; }
.lc-badge-group       { display: flex; flex-wrap: wrap; gap: 6px; }

/* View Profile link on cards */
.lc-card-readmore {
    font-family: 'Oswald', sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    color: #8C7D72 !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-top: 4px !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.lc-card-readmore:hover {
    color: #2E6575 !important;
}

/* Remove Divi wrapper padding from GD Archive Item card */
.geodir-post .et_pb_section {
    padding: 0 !important;
    margin: 0 !important;
}

.geodir-post .et_pb_row {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.geodir-post .et_pb_column {
    padding: 0 !important;
    margin: 0 !important;
}
/* listing card image margin issue and corner issue */
.geodir-post .card {
    border-radius: 10px !important;
}

.geodir-post .card-img-top {
    border-radius: 10px 10px 0 0 !important;
    overflow: hidden !important;
}
/* ============================================================
   TAG PAGES / ARCHIVES 
   ============================================================ */
.geodir-post-title .geodir-entry-title {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #1B3A4B !important;
    margin-bottom: 4px !important;
}

.geodir-post-title .geodir-entry-title a {
    color: #1B3A4B !important;
    text-decoration: none !important;
}

.geodir-post-title .geodir-entry-title a:hover {
    color: #B8322A !important;
}

.lc-tag-description {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #5C5148;
    margin-bottom: 40px;
}

.lc-gd-archive-title {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #1B3A4B !important;
    margin-bottom: 4px !important;
}
/* hides GD Archive on empty tag pages */
.geodir-page .entry-title.main_title {
    display: none !important;
}

/* ============================================================
   BUTTONS
   ============================================================ */

.lc-btn {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 100px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
  line-height: 1.4;
  white-space: nowrap;
}

.lc-btn--primary  { background: #1B3A4B; color: #FFFFFF; border-color: #1B3A4B; }
.lc-btn--primary:hover  { background: #244D63; border-color: #244D63; color: #FFFFFF; }

.lc-btn--accent   { background: #B8322A; color: #FFFFFF; border-color: #B8322A; }
.lc-btn--accent:hover   { background: #962820; border-color: #962820; color: #FFFFFF; }

.lc-btn--outline  { background: transparent; color: #2E6575; border-color: #2E6575; }
.lc-btn--outline:hover  { background: #EBF5F7; color: #1B3A4B; border-color: #1B3A4B; }

.lc-btn--ghost    { background: transparent; color: #FFFFFF; border-color: rgba(255,255,255,0.5); }
.lc-btn--ghost:hover    { background: rgba(255,255,255,0.1); border-color: #FFFFFF; }


/* ============================================================
   MAILERLITE — DARK FORM VARIANT
   ============================================================ */

.lc-form-dark .ml-form-embedWrapper,
.lc-form-dark .ml-form-embedBody,
.lc-form-dark .ml-form-embedBody .ml-form-embedContent {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

.lc-form-dark .ml-form-embedContent { display: none !important; }

.lc-form-dark .ml-form-fieldRow input[type="text"],
.lc-form-dark .ml-form-fieldRow input[type="email"] {
  background-color: #fffcfc !important;
  border: 1.5px solid #5BA3B0 !important;
  border-radius: 4px !important;
  color: #2E6575 !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 16px !important;
  padding: 14px 16px !important;
}

.lc-form-dark .ml-form-fieldRow input::placeholder {
  color: #5BA3B0 !important;
  opacity: 1 !important;
}

.lc-form-dark .ml-form-embedSubmit button {
  background-color: #B8322A !important;
  border: none !important;
  border-radius: 4px !important;
  color: #FFFFFF !important;
  font-family: 'Oswald', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  padding: 14px 24px !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease !important;
}

.lc-form-dark .ml-form-embedSubmit button:hover { background-color: #962820 !important; }

.lc-form-dark .ml-form-successBody {
  color: #F2EBE0 !important;
  font-family: 'Lato', sans-serif !important;
  text-align: center !important;
  padding: 20px 0 !important;
}

.lc-form-dark .ml-form-successContent h4 {
  font-family: 'Playfair Display', serif !important;
  color: #F2EBE0 !important;
}


/* ============================================================
   BREADCRUMB
   ============================================================ */

.lc-breadcrumb {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8C7D72;
  margin-bottom: 16px;
  line-height: 1.4;
}

.lc-breadcrumb a { color: #8C7D72; text-decoration: none; transition: color 0.18s ease; }
.lc-breadcrumb a:hover { color: #2E6575; }
.lc-breadcrumb .bcn-separator { margin: 0 6px; color: #C8A97E; }
.lc-breadcrumb span[property="name"]:not(a span) { color: #5C5148; }
.lc-breadcrumb .bcn-item-blog { display: none; }
.lc-breadcrumb .bcn-item-blog + .bcn-separator,
.lc-breadcrumb .bcn-separator:has(+ .bcn-item-blog) { display: none; }

@media (max-width: 640px) {
  .lc-breadcrumb { font-size: 11px; }
}


/* ============================================================
   RESPONSIVE — COMPONENT SCALING
   ============================================================ */

@media (max-width: 640px) {
  .lc-intro-hook { font-size: 17px; }

  .lc-pull-quote { padding: 24px 20px 24px 28px; }
  .lc-pull-quote blockquote p,
  .lc-pull-quote__text { font-size: 17px; }

  .lc-callout { padding: 16px 18px; gap: 10px; }
  .lc-summary { padding: 22px 20px; }
  .lc-related { padding: 20px 18px; }

  .lc-framework { padding: 22px 20px; }
  .lc-framework-number { font-size: 22px; width: 28px; }
  .lc-framework-title { font-size: 14px !important; }

  .lc-values-section { grid-template-columns: 1fr; }
  .lc-values-cluster { padding: 16px 16px 18px; }

  .lc-profile-card__header { flex-direction: column; }
  .lc-profile-card__footer { flex-direction: column; align-items: flex-start; }

  .lc-btn { width: 100%; text-align: center; }
}


/* ============================================================
   GEODIRECTORY — COACH PROFILE PAGE
   ============================================================ */

/* ── HIDE UNWANTED ELEMENTS ──────────────────────────────── */

.geodir-category-listing,
.geodir_post_meta_cat,
.geodir-category { display: none !important; }

.lc-coach-header .geodir-category { display: none !important; }


/* ── HEADER ──────────────────────────────────────────────── */

/* Coach name */
.lc-coach-header .geodir-field-post_title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 36px !important;
  font-weight: 600 !important;
  color: #FFFFFF !important;
  margin-bottom: 6px !important;
  line-height: 1.2 !important;
}

/* ── HEADER INTERNAL SPACING ─────────────────────────────── */

.lc-coach-header .geodir-field-post_title {
  margin-bottom: 10px !important;
  padding-bottom: 4px !important;
}

.lc-coach-header .geodir-field-practice_name {
  margin-bottom: 14px !important;
  padding-bottom: 4px !important;
}
.lc-coach-header .geodir-field-coaching_specialty {
  margin-bottom: 14px !important;
  padding-bottom: 4px !important;
}

.lc-coach-header .geodir-field-coaching_format {
  margin-bottom: 14px !important;
}

.lc-coach-header .geodir-field-years_in_practice {
  margin-bottom: 18px !important;
  padding-bottom: 2px !important;
}

/* Override the zero-margin rule set earlier */
.lc-coach-header .geodir-post-meta-container,
.lc-coach-header .geodir_post_meta {
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
}

/* Force spacing via the outer container too */
.lc-coach-header .et_pb_code_inner > .geodir-post-meta-container {
  margin-bottom: 12px !important;
}
/* Practice name */
.lc-coach-header .geodir-field-practice_name {
  font-family: 'Oswald', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #5BA3B0 !important;
  margin-bottom: 10px !important;
}

/* Coaching Specialty */
.lc-coach-header .geodir-field-coaching_specialty {
  font-family: 'Oswald', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #5BA3B0 !important;
  margin-bottom: 10px !important;
}
/* Coaching format badge */
.lc-coach-header .geodir-field-coaching_format {
  font-family: 'Oswald', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #EBF5F7 !important;
  display: inline-block !important;
  background: rgba(91,163,176,0.25) !important;
  border: 1px solid rgba(91,163,176,0.4) !important;
  border-radius: 100px !important;
  padding: 3px 12px !important;
  margin-right: 8px !important;
  margin-bottom: 8px !important;
}

/* Years in practice */
.lc-coach-header .geodir-field-years_in_practice {
  font-family: 'Lato', sans-serif !important;
  font-size: 13px !important;
  color: #C8A97E !important;
  display: block !important;
  margin-top: 4px !important;
}

.lc-coach-header .geodir-field-years_in_practice::after {
  content: ' years experience';
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #C8A97E;
}

/* Suppress wrapper spacing in header */
.lc-coach-header .geodir-post-meta-container {
  margin: 0 !important;
  padding: 0 !important;
}

.lc-coach-header .geodir_post_meta {
  margin: 0 0 4px 0 !important;
}


/* ── SPECIALTY TAGS IN HEADER ────────────────────────────── */

/* Hide the "Coach Tags:" label text, keep links visible */
.lc-coach-header .geodir-tags { font-size: 0 !important; }

.lc-coach-header .geodir-tags a,
.lc-coach-header .badge.text-bg-dark {
  font-family: 'Oswald', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  padding: 4px 10px !important;
  border-radius: 100px !important;
  background: rgba(255,255,255,0.12) !important;
  color: #FFFFFF !important;
  border: 1px solid rgba(255,255,255,0.3) !important;
  text-decoration: none !important;
  display: inline-block !important;
  margin: 3px 4px 3px 0 !important;
  transition: background 0.18s ease !important;
}

.lc-coach-header .geodir-tags a:hover,
.lc-coach-header .badge.text-bg-dark:hover {
  background: rgba(255,255,255,0.25) !important;
}

/* Limit tags to 5 in coach header -because there is already a setting in Tags
.lc-coach-header .geodir-tags a:nth-child(n+6) {
    display: none !important;
} */

/* ── PROFILE IMAGE ───────────────────────────────────────── */

.geodir-post-slider {
  max-width: 320px !important;
  margin: 0 auto !important;
}

/* Kill Bootstrap 5 ratio aspect-ratio mechanism entirely */
.geodir-post-slider .carousel-item > span.ratio,
.geodir-post-slider .carousel-item > span.ratio-16x9,
.geodir-post-slider span.embed-responsive,
.geodir-post-slider .ratio {
  --bs-aspect-ratio: auto !important;
  padding-bottom: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  position: static !important;
  display: block !important;
  overflow: visible !important;
}

/* Bootstrap uses ::before with padding-top to create ratio height — kill it */
.geodir-post-slider .ratio::before {
  content: none !important;
  display: none !important;
  padding-top: 0 !important;
} 

/* Carousel item — natural height */
.geodir-post-slider .carousel-item {
  height: auto !important;
  min-height: 0 !important;
}

/* Image — natural dimensions, centered */
.geodir-post-slider img {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  max-width: 300px !important;
  display: block !important;
  margin: 0 auto !important;
  object-fit: cover !important;
  border-radius: 8px !important;
}

/* Hide carousel nav controls (only one image per coach) */
.geodir-post-slider .carousel-control-prev,
.geodir-post-slider .carousel-control-next { display: none !important; }


/* ── BIO & CONTENT LABELS ────────────────────────────────── */

.lc-coach-section-label {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8C7D72;
  margin-bottom: 12px;
  margin-top: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E0D8D0;
  display: block;
}

.lc-coach-section-label:first-child { margin-top: 0; }

/* Bio text */
.geodir-field-post_content p,
.lc-coach-bio {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #3D3530;
  margin-bottom: 16px !important;
}

/* Who I Work With text */
.geodir-field-who_i_work_with p {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #3D3530;
  margin: 0 !important;
}


/* ── SIDEBAR BUTTONS ─────────────────────────────────────── */
.lc-coach-sidebar .geodir-field-practice_name {
    text-align: center !important;
	line-height: 1.8;
    margin-bottom: 0px !important;
}

.lc-coach-sidebar .geodir-field-practice_name .geodir-post-meta-desc {
    display: block !important;
}

/* Hide if empty */
.lc-coach-sidebar .geodir-field-practice_name .geodir-post-meta-desc:empty {
    display: none !important;
}

/* Wrapper blocks */
.lc-coach-sidebar .geodir-field-website,
.lc-coach-sidebar .geodir-field-booking_or_contact_link,
.lc-coach-sidebar .geodir-field-instagram,
.lc-coach-sidebar .geodir-field-linkedin_profile {
  display: block !important;
  width: 100% !important;
  margin-bottom: 10px !important;
}

/* Base anchor — font-size 0 hides the GeoDirectory label text */
.lc-coach-sidebar .geodir_post_meta a {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  font-family: 'Oswald', sans-serif !important;
  font-size: 0 !important;
  font-weight: 500 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  padding: 12px 20px !important;
  border-radius: 100px !important;
  border-width: 2px !important;
  border-style: solid !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: background 0.18s ease, color 0.18s ease !important;
}

/* Friendly label text injected via ::after */
.lc-coach-sidebar .geodir-field-website a::after {
  content: 'Visit Website';
  font-size: 13px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.1em;
}

.lc-coach-sidebar .geodir-field-booking_or_contact_link a::after {
  content: 'Book a Consultation';
  font-size: 13px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.1em;
}

.lc-coach-sidebar .geodir-field-instagram a::after {
  content: 'Instagram';
  font-size: 13px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.1em;
}

.lc-coach-sidebar .geodir-field-linkedin_profile a::after {
  content: 'LinkedIn';
  font-size: 13px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.1em;
}

/* Button colours */
.lc-coach-sidebar .geodir-field-website a {
  background: #1B3A4B !important;
  color: #FFFFFF !important;
  border-color: #1B3A4B !important;
}
.lc-coach-sidebar .geodir-field-website a:hover {
  background: #244D63 !important;
  border-color: #244D63 !important;
}

.lc-coach-sidebar .geodir-field-booking_or_contact_link a {
  background: #B8322A !important;
  color: #FFFFFF !important;
  border-color: #B8322A !important;
}
.lc-coach-sidebar .geodir-field-booking_or_contact_link a:hover {
  background: #962820 !important;
  border-color: #962820 !important;
}

.lc-coach-sidebar .geodir-field-instagram a,
.lc-coach-sidebar .geodir-field-linkedin_profile a {
  background: transparent !important;
  color: #2E6575 !important;
  border-color: #2E6575 !important;
}
.lc-coach-sidebar .geodir-field-instagram a:hover,
.lc-coach-sidebar .geodir-field-linkedin_profile a:hover {
  background: #EBF5F7 !important;
  color: #1B3A4B !important;
  border-color: #1B3A4B !important;
}


/* ── IMPORTANT INFORMATION CALLOUT ───────────────────────── */

/* Reduce gap above the callout row */
.gd_place-template-default .et_pb_row_2 {
  padding-top: 8px !important;
}

/* ── Field labels ── */

/* Coaching Approach — first item, no top margin */
.lc-callout--insight .geodir-field-primary_coaching_approach::before {
  content: 'Coaching Approach';
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2E6575;
  display: block;
  margin-top: 0;
  margin-bottom: 3px;
}

/* All subsequent labels — consistent top margin */
.lc-callout--insight .geodir-field-icf_credential_level::before {
  content: 'ICF Credential';
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2E6575;
  display: block;
  margin-top: 14px;
  margin-bottom: 3px;
}

.lc-callout--insight .geodir-field-session_format::before {
  content: 'Format';
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2E6575;
  display: block;
  margin-top: 14px;
  margin-bottom: 3px;
}

.lc-callout--insight .geodir-field-fee_structure::before {
  content: 'Fee Structure';
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2E6575;
  display: block;
  margin-top: 14px;
  margin-bottom: 3px;
}

.lc-callout--insight .geodir-field-fee_range_per_session::before {
  content: 'Per Session';
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2E6575;
  display: block;
  margin-top: 14px;
  margin-bottom: 3px;
}

.lc-callout--insight .geodir-field-package_details::before {
  content: 'Packages';
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2E6575;
  display: block;
  margin-top: 14px;
  margin-bottom: 3px;
}

.lc-callout--insight .geodir-field-other_certifications_or_training::before {
  content: 'Certifications & Training';
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2E6575;
  display: block;
  margin-top: 14px;
  margin-bottom: 3px;
}

.lc-callout--insight .geodir-field-languages_spoken::before {
  content: 'Languages';
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2E6575;
  display: block;
  margin-top: 14px;
  margin-bottom: 3px;
}

/* ── Languages inline ── */

.lc-callout--insight .geodir-field-languages_spoken ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.lc-callout--insight .geodir-field-languages_spoken li {
  display: inline !important;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #1B3A4B;
}

.lc-callout--insight .geodir-field-languages_spoken li::after { content: ', '; }
.lc-callout--insight .geodir-field-languages_spoken li:last-child::after { content: ''; }

/* ── Field value text — all fields ── */

.lc-callout--insight .geodir-field-primary_coaching_approach,
.lc-callout--insight .geodir-field-icf_credential_level,
.lc-callout--insight .geodir-field-session_format,
.lc-callout--insight .geodir-field-fee_structure,
.lc-callout--insight .geodir-field-fee_range_per_session,
.lc-callout--insight .geodir-field-other_certifications_or_training,
.lc-callout--insight .geodir-field-languages_spoken {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #1B3A4B;
  line-height: 1.5;
}

.lc-callout--insight .geodir-field-package_details p {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #1B3A4B;
  margin: 0 !important;
  line-height: 1.5;
}

/* LISTING OPTIONS FOUNDER GRID FONTS */
.lc-founding-item {
  background: #FFFFFF;
  border: 1px solid #E0D8D0;
  border-top: 3px solid #2E6575;
  border-radius: 0 0 8px 8px;
  padding: 24px 24px 28px;
}
.lc-founding-number {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 48px;
  font-weight: 400;
  color: #2E6575;
  line-height: 1;
  margin-bottom: 8px;
  opacity: 0.85;
}
.lc-founding-title {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1B3A4B;
  margin-bottom: 10px;
}

/* Focus Areas checkbox grid — FRONT-END ADD-LISTING FORM TAGS CHECKBOX AREA */
/* Focus Areas — override GD scroll box and force grid layout */
#focus_areas_row .border.rounded {
  max-height: none !important;
  overflow: visible !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 6px 16px !important;
  background: #FFFFFF !important;
  padding: 16px !important;
  border-color: #E0D8D0 !important;
  border-radius: 8px !important;
}

#focus_areas_row .form-check {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 4px 0 !important;
}

#focus_areas_row .form-check-label {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  color: #3D3530 !important;
  cursor: pointer !important;
  margin: 0 !important;
}

#focus_areas_row .form-check-input {
  accent-color: #2E6575 !important;
  width: 15px !important;
  height: 15px !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
}

@media (max-width: 768px) {
  #focus_areas_row .border.rounded {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 480px) {
  #focus_areas_row .border.rounded {
    grid-template-columns: 1fr !important;
  }
}

/* Hide category field entirely from front-end submission form ADD-LISTING FORM */
#default_category_row,
.geodir-field-post_category,
[data-argument="gd_placecategory"],
[data-element-require*="gd_placecategory"] {
  display: none !important;
}

/* ── Suppress geodir wrapper margin ── */

.lc-callout--insight .geodir-post-meta-container {
  margin: 0 !important;
  padding: 0 !important;
}

/* ── ADMIN HINTS ─────────────────────────────────────────── */
/* Uncomment to hide during screenshots:
.geodir-notifications { display: none !important; } */


/* ── GEODIRECTORY MOBILE ─────────────────────────────────── */

@media (max-width: 640px) {
  .lc-coach-header .geodir-field-post_title { font-size: 26px !important; }
  .lc-coach-sidebar .geodir_post_meta a { padding: 10px 16px !important; }
}

/* WOOCOMMERCE / GD / HIDE CART ICON */
.et-cart-info { display: none !important; }

/* ============================================================
   WOOCOMMERCE + USERWP — THEME BUILDER PAGE STYLING
   ============================================================ */
/* --- Shared form inputs --- */
.woocommerce-page .input-text,
.woocommerce-page input[type="text"],
.woocommerce-page input[type="email"],
.woocommerce-page input[type="password"],
.woocommerce-page select,
.uwp-page input[type="text"],
.uwp-page input[type="email"],
.uwp-page input[type="password"],
.uwp-page textarea,
.uwp-page select {
    border: 1.5px solid #E0D8D0 !important;
    border-radius: 6px !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 15px !important;
    color: #3D3530 !important;
    padding: 10px 14px !important;
    background: #FFFFFF !important;
}

.woocommerce-page .input-text:focus,
.woocommerce-page input[type="text"]:focus,
.woocommerce-page input[type="email"]:focus,
.woocommerce-page input[type="password"]:focus,
.uwp-page input:focus,
.uwp-page textarea:focus {
    border-color: #2E6575 !important;
    outline: none !important;
}

/* --- Labels --- */
.woocommerce-page label,
.uwp-page label {
    font-family: 'Lato', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #5C5148 !important;
}

/* --- Section headings — checkout/cart/account only, not product content --- */
.woocommerce-checkout h2,
.woocommerce-checkout h3,
.woocommerce-cart h2,
.woocommerce-cart h3,
.woocommerce-account h2,
.woocommerce-account h3 {
    font-family: 'Oswald', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    color: #1B3A4B !important;
    margin-bottom: 16px !important;
}

/* --- Primary buttons --- */
.woocommerce-page .button,
.woocommerce-page button[type="submit"],
.woocommerce #place_order,
.uwp-page button[type="submit"],
.uwp-page input[type="submit"] {
    background: #1B3A4B !important;
    color: #FFFFFF !important;
    font-family: 'Oswald', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    border-radius: 100px !important;
    border: none !important;
    padding: 14px 32px !important;
    transition: background 0.18s ease !important;
    cursor: pointer !important;
}

.woocommerce-page .button:hover,
.woocommerce-page button[type="submit"]:hover,
.woocommerce #place_order:hover,
.uwp-page button[type="submit"]:hover,
.uwp-page input[type="submit"]:hover {
    background: #2E6575 !important;
    color: #FFFFFF !important;
}

/* --- Order summary / review table --- */
.woocommerce-checkout-review-order table,
.woocommerce-cart-form__contents {
    font-family: 'Lato', sans-serif !important;
    font-size: 15px !important;
}

.woocommerce-checkout-review-order .order-total {
    font-weight: 700 !important;
    color: #1B3A4B !important;
}

/* --- Payment box --- */
.woocommerce #payment {
    background: #F2EBE0 !important;
    border-radius: 10px !important;
    border: 1px solid #E0D8D0 !important;
}

/* --- Cart empty state --- */
.woocommerce-cart .cart-empty {
    font-family: 'Playfair Display', serif !important;
    font-style: italic !important;
    color: #5C5148 !important;
    font-size: 18px !important;
    text-align: center !important;
}

/* --- Product page — price --- */
.single-product .price,
.single-product .price .amount,
.single-product .woocommerce-Price-amount {
    color: #2E6575 !important;
    font-family: 'Oswald', sans-serif !important;
    font-size: 28px !important;
    font-weight: 600 !important;
}

/* --- Product page — Add to Cart button --- */
.single-product .single_add_to_cart_button {
    background: #1B3A4B !important;
    color: #FFFFFF !important;
    font-family: 'Oswald', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    border-radius: 100px !important;
    border: none !important;
    padding: 14px 32px !important;
    transition: background 0.18s ease !important;
}

.single-product .single_add_to_cart_button:hover {
    background: #2E6575 !important;
    color: #FFFFFF !important;
}

/* --- Product page — PayPal button spacing --- */
.single-product .ppc-button-wrapper {
    margin-top: 12px !important;
}

/* --- UsersWP login button --- */
.uwp_form .uwp-btn,
.uwp_form button {
    background: #1B3A4B !important;
    color: #FFFFFF !important;
    font-family: 'Oswald', sans-serif !important;
    font-size: 13px !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    border-radius: 100px !important;
    border: none !important;
    padding: 14px 32px !important;
    width: 100% !important;
    transition: background 0.18s ease !important;
}

.uwp_form .uwp-btn:hover,
.uwp_form button:hover {
    background: #2E6575 !important;
}

/* --- UsersWP links --- */
.uwp-page a {
    color: #2E6575 !important;
}

.uwp-page a:hover {
    color: #B8322A !important;
} 

/* Ninja Forms lightbox font fix */
.nf-form-cont *,
.nf-form-wrap *,
.ninja-forms-form-wrap *,
.pikaday__container *,
#nf-form-errors-*,
.nf-response-msg,
div[class*="nf-"] *,
div[id*="nf-"] * {
    font-family: 'Lato', Helvetica, Arial, sans-serif !important;
}

/* Target the GD lightbox/modal wrapper specifically */
.geodir-lightbox *,
.geodir-lightbox-content *,
.fancybox-content *,
.fancybox-inner * {
    font-family: 'Lato', Helvetica, Arial, sans-serif !important;
}

/* ninja widget Claim button — sidebar of GD DETAILS*/
/* Claim listing button */

.lc-claim-btn a,
.lc-claim-btn .geodir-post-claim {
    font-family: 'Oswald', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    padding: 12px 24px !important;
    width: 100% !important;
    text-align: center !important;
    display: block !important;
}
.lc-coach-sidebar .geodir-post-claim-wrap {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E0D8D0;
} 

/* Claim button separator */
.lc-coach-sidebar .geodir-ninja-forms {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E0D8D0;
}
/* Claim button pill — prevent text overflow at zoom */
.lc-coach-sidebar .geodir-ninja-forms .gd-badge.rounded-pill {
    white-space: normal !important;
    height: auto !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 10px 20px !important;
    line-height: 1.4 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.lc-coach-sidebar .geodir-ninja-forms .gd-badge {
    font-family: 'Oswald', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}
/* Hide GD Claim Package from claim form */
.nf-field-container:has(> .nf-field > .nf-field-element > select[name*="gdclaim"]),
.nf-field-container:has(select[id*="gdclaim"]) {
    display: none !important;
}

/* ============================================================
   GD LISTING EDIT MODE
   Uses GeoDirectory's own geodir-page-edit body class
   ============================================================ */

/* Hide new-submission hero content */
.geodir-page-edit .ei-page-header {
    display: none !important;
}

/* Hide "What to expect" section */
.geodir-page-edit #what-you-get {
    display: none !important;
}

/* Hide "Listing Standards" section */
.geodir-page-edit #how-to-apply {
    display: none !important;
}

/* Hide the bottom CTA section */
.geodir-page-edit .et_pb_section_4 {
    display: none !important;
}

/* Hide "First time here?" callout */
.geodir-page-edit .lc-callout--practical {
    display: none !important;
}

/* Hide package selection */
.geodir-page-edit [data-argument="package_id"] {
    display: none !important;
}

/* Add a simple edit mode header instead */
.geodir-page-edit #listing-tiers::before {
    content: "Update your profile";
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 32px;
    color: #1B3A4B;
    padding: 40px 0 8px;
}

/* Default listings tab to grid 1 on profile page */
.uwp-profile-page .geodir-loop-container {
    grid-template-columns: 1fr !important;
}

/* Hide the grid switcher since there's only one listing */
.uwp-profile-page .geodir-loop-actions {
    display: none !important;
}