.elementor-6833 .elementor-element.elementor-element-2e412991{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-642c1b51 *//* =============================================================
   Growthyfai – WP Job Manager Filters + TARGETED VISIBILITY FIXES
   ============================================================= */

:root{ --jobsW:1100px; --filtersRowW:900px; --ctlH:56px; }

/* 👉 Cap ONLY the filters. Let listings/pagination be full-width (theme default). */
.job_filters{ 
    margin-bottom: 24px;
    max-width:var(--jobsW); margin-inline:auto; }

/* Cap listings & companions but don't override their internal structure */
.job_listings,
.showing_jobs,
.job-manager-pagination,
.load_more_jobs,
.job-alerts,
#job-manager-job-alerts{
  max-width: var(--jobsW);
  margin-inline: auto;
}

/* ===== Filters container & layout ===== */
.job_filters{
  padding:18px 20px; background:#f6f8ff; border:1px solid #e9eefb; border-radius:12px;
  position:relative; overflow:visible; box-sizing:border-box;
}
.job_filters .chosen-container, .job_filters .select2-container{ z-index:10050 !important; position:relative; }
.job_filters .chosen-container .chosen-drop, .job_filters .select2-container .select2-dropdown{ z-index:10060 !important; }
.job_filters .search_jobs{ display:flex; flex-direction:column; gap:16px; }
.job_filters .filters-row{ display:flex; flex-wrap:wrap; justify-content:center; align-items:flex-end; gap:16px 20px; max-width:var(--filtersRowW); margin-inline:auto; }
.job_filters .row-1, .job_filters .row-2{ max-width:var(--filtersRowW); margin-inline:auto; }
.job_filters .search_jobs > div, .job_filters .filters-row > div{ float:none !important; }
.job_filters .row-1{ align-items:center !important; }
.job_filters label{ display:block; font-size:.95rem; margin-bottom:6px; color:#1b1b1b; }

/* Row 1 */
.job_filters .row-1 .search_keywords,
.job_filters .row-1 .search_location{ flex:0 1 360px; min-width:280px; }
.job_filters .row-1 .search_remote_position{
  flex:0 0 260px; display:flex; align-items:center; justify-content:center; gap:10px;
  white-space:nowrap; min-height:var(--ctlH); align-self:auto;
}
.job_filters .row-1 .search_remote_position label{ margin:0; line-height:1; }

/* Row 2 */
.job_filters .row-2 .search_categories{ flex:0 1 clamp(400px,46vw,520px); min-width:320px; max-width:520px; position:relative; z-index:5; }
.job_filters .row-2 .search_submit{ flex:0 0 auto; align-self:center; }

/* Inputs & selects */
.job_filters input[type="text"],
.job_filters select,
#search_categories,
.job_filters .search_categories select{
  width:100%; border:1px solid #dfe6f8; border-radius:8px; background:#fff; color:#111;
  font-size:16px; box-sizing:border-box; outline:none; box-shadow:0 1px 0 rgba(0,0,0,.02);
}
/* Native select height/line-height */
.job_filters select,
#search_categories,
.job_filters .search_categories select{
  height:var(--ctlH); min-height:var(--ctlH);
  line-height:calc(var(--ctlH) - 2px);
  padding:0 40px 0 14px;
  appearance:none; background-repeat:no-repeat; background-position:right 12px center; background-size:12px;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23888"><path d="M4 6l4 4 4-4z"/></svg>');
}
/* Select2 match */
.job_filters .row-2 .search_categories .select2-container{ width:clamp(400px,46vw,520px) !important; min-width:320px !important; }
.job_filters .row-2 .search_categories .select2-selection--single{ height:var(--ctlH) !important; }
.job_filters .row-2 .search_categories .select2-selection__rendered{ line-height:var(--ctlH) !important; padding-left:14px !important; padding-right:40px !important; }
.job_filters .row-2 .search_categories .select2-selection__arrow{ height:var(--ctlH) !important; }

/* Cap any other taxonomy selects */
.job_filters .search_categories, .job_filters .search_types, .job_filters .search_region, .job_filters .search_tags{ max-width:520px; }

/* Blue button (unchanged) */
.job_filters input[type="submit"], .job_filters button{
  background:#0A66FF !important; color:#fff !important; border:none; padding:12px 22px; border-radius:10px; font-weight:700; cursor:pointer;
  transition:background .2s ease, box-shadow .2s ease, transform .05s ease; box-shadow:0 6px 18px rgba(10,102,255,.18);
}
.job_filters input[type="submit"]:hover, .job_filters button:hover{ background:#0a58e0 !important; box-shadow:0 10px 22px rgba(10,102,255,.28); }
.job_filters input[type="submit"]:active, .job_filters button:active{ transform:translateY(1px); }

/* Mobile tweaks */
@media (max-width:768px){
  .job_filters .row-1 .search_remote_position{ order:3; justify-content:flex-start; }
  .job_filters .row-2 .search_categories{ flex-basis:100%; max-width:100%; }
  .job_filters .row-2 .search_categories .select2-container{ width:100% !important; }
  .job_filters input[type="submit"], .job_filters button{ width:100%; }
}

/* ===== Bigger "Filter by tag" + chips ===== */
.job_filters .search_tags > label{ font-size:18px; font-weight:700; color:#111; margin-right:10px; }
.job_filters .search_tags .select2-container .select2-selection--multiple{
  min-height:var(--ctlH); padding:6px 8px; border-radius:10px; border:1px solid #e2e8ff; background:#fff;
}
.job_filters .search_tags .select2-selection--multiple .select2-selection__choice{
  font-size:15px; line-height:1; padding:8px 12px; margin:6px 8px 0 0; border-radius:999px;
  background:#eef2ff; border:1px solid #dfe6f8; color:#111; font-weight:600;
}
.job_filters .search_tags .select2-selection__choice__remove{ margin-left:6px; font-size:16px; }
.job_filters .search_tags .chosen-container-multi .chosen-choices{
  min-height:var(--ctlH); padding:6px 8px; border-radius:10px; border:1px solid #e2e8ff; background:#fff;
}
.job_filters .search_tags .chosen-container-multi .chosen-choices li.search-choice{
  font-size:15px; line-height:1; padding:8px 12px; margin:6px 8px 0 0; border-radius:999px;
  background:#eef2ff; border:1px solid #dfe6f8; color:#111; font-weight:600;
}
.job_filters .search_tags .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{ top:8px; }

/* ===== "Job Type:" label left + inline checkboxes (non-bold, single row) ===== */
.job_filters .job_types,
.job_filters ul.job_types{
  display:flex; flex-wrap:nowrap; align-items:center; gap:8px 16px;
  list-style:none; margin:0; padding-left:0; white-space:nowrap;
}
.job_filters .job_types::before,
.job_filters ul.job_types::before{
  content:"Job Type:"; font-size:15px; font-weight:400; color:#111; margin-right:10px;
}
.job_filters .job_types label,
.job_filters ul.job_types label{
  font-size:15px; font-weight:400; color:#111; display:inline-flex; align-items:center; gap:10px; white-space:nowrap; margin:0;
}
.job_filters .job_types input[type="checkbox"],
.job_filters ul.job_types input[type="checkbox"]{ width:18px; height:18px; accent-color:#0A66FF; }
@supports not (accent-color: auto){
  .job_filters .job_types input[type="checkbox"],
  .job_filters ul.job_types input[type="checkbox"]{ transform:scale(1.05); }
}
@media (max-width: 1024px){
  .job_filters .job_types,
  .job_filters ul.job_types{ white-space:normal; flex-wrap:wrap; }
}

/* =====================================================================
   WP JOB MANAGER VISIBILITY FIXES - Based on actual WPJM structure
   ===================================================================== */

/* FIX 1: Override WP Job Manager's mobile logo hiding */
html body ul.job_listings li.job_listing a img.company_logo {
  visibility: visible !important;
  opacity: 1 !important;
  display: inline-block !important;
  position: absolute !important;
  left: 1em !important;
  top: 1em !important;
  width: 42px !important;
  height: 42px !important;
  float: left !important;
  margin-right: 1em !important;
  vertical-align: middle !important;
  box-shadow: none !important;
}

/* FIX 2: Fix overflow issues that hide meta information */
html body ul.job_listings li.job_listing a {
  overflow: visible !important;
}

/* FIX 3: Fix location display issues - based on WPJM structure with better vertical centering */
html body ul.job_listings li.job_listing a div.location {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  visibility: visible !important;
  opacity: 1 !important;
  float: left !important;
  text-align: center !important;
  width: 25% !important;
  padding: 0 0 0 1em !important;
  color: #999 !important;
  line-height: 1.5em !important;
  position: static !important;
  clip: auto !important;
  height: auto !important;
  min-height: 60px !important; /* Match the approximate height of the row */
  box-sizing: border-box !important;
}

/* FIX 4: Fix meta information display - restructure for centered date with better vertical alignment */
html body ul.job_listings li.job_listing a .meta,
html body ul.job_listings li.job_listing a ul.meta {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  visibility: visible !important;
  opacity: 1 !important;
  float: right !important;
  text-align: center !important;
  width: 20% !important;
  padding: 0 0 0 1em !important;
  margin: 0 !important;
  line-height: 1.5em !important;
  color: #999 !important;
  list-style: none outside !important;
  position: static !important;
  clip: auto !important;
  height: auto !important;
  min-height: 60px !important; /* Match the row height for proper centering */
  box-sizing: border-box !important;
}

/* FIX 5: Fix meta list items - job type first, then date centered below */
html body ul.job_listings li.job_listing a .meta li,
html body ul.job_listings li.job_listing a ul.meta li {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  list-style: none outside !important;
  margin: 2px 0 !important;
  text-align: center !important;
}

/* FIX 6: Ensure position div has proper layout with more space from image and vertical centering */
html body ul.job_listings li.job_listing a div.position {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  float: left !important;
  width: 55% !important;
  padding: 0 0 0 58px !important; /* Increased from 42px to 58px for more space */
  line-height: 1.5em !important;
  min-height: 60px !important; /* Match the row height for symmetry */
  box-sizing: border-box !important;
}

/* FIX 7: Handle mobile specific issues */
@media only screen and (max-width: 767px) {
  /* Override WP Job Manager's mobile logo hiding */
  html body ul.job_listings li.job_listing a img.company_logo {
    visibility: visible !important;
    display: inline-block !important;
    position: static !important;
    width: 42px !important;
    height: 42px !important;
    float: none !important;
    margin: 0 auto 10px auto !important;
  }
  
  /* Make mobile layout work properly */
  html body ul.job_listings li.job_listing a {
    display: block !important;
    padding: 1em !important;
    text-align: center !important;
  }
  
  html body ul.job_listings li.job_listing a div.position {
    float: none !important;
    width: auto !important;
    padding: 10px 0 0 0 !important; /* Add top padding for space from image */
    text-align: center !important;
  }
  
  html body ul.job_listings li.job_listing a div.location {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
    text-align: center !important;
    margin: 10px 0 !important;
  }
  
  html body ul.job_listings li.job_listing a .meta,
  html body ul.job_listings li.job_listing a ul.meta {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
    margin: 10px 0 0 0 !important;
    text-align: center !important;
  }
  
  html body ul.job_listings li.job_listing a .meta li,
  html body ul.job_listings li.job_listing a ul.meta li {
    display: inline !important;
    padding: 0 !important;
    margin: 0 0.5em 0 0 !important;
    font-weight: normal !important;
  }
  
  html body ul.job_listings li.job_listing a .meta li::after,
  html body ul.job_listings li.job_listing a ul.meta li::after {
    padding: 0 0 0 0.5em !important;
    content: "•" !important;
  }
  
  html body ul.job_listings li.job_listing a .meta li:last-child::after,
  html body ul.job_listings li.job_listing a ul.meta li:last-child::after {
    content: "" !important;
  }
}

/* FIX 8: Enhanced styling for better visibility */
html body ul.job_listings li.job_listing a .meta .job-type {
  font-weight: bold !important;
  background: #eaffee !important;
  color: #0b7a2a !important;
  padding: 2px 6px !important;
  border-radius: 3px !important;
  font-size: 12px !important;
}

/* FIX 9: Handle empty locations gracefully */
html body ul.job_listings li.job_listing.no_location a div.location,
html body ul.job_listings li.job_listing a div.location:empty {
  display: none !important;
}

/* Adjust other elements when location is hidden */
html body ul.job_listings li.job_listing.no_location a div.position {
  width: 75% !important;
}

/* FIX 10: Ensure all images are visible regardless of class name */
html body ul.job_listings img,
html body ul.job_listings li img,
html body ul.job_listings li.job_listing img {
  visibility: visible !important;
  opacity: 1 !important;
  display: inline-block !important;
}/* End custom CSS */