.elementor-13550 .elementor-element.elementor-element-2f179c6{--display:flex;--overlay-opacity:0.5;--margin-top:50px;--margin-bottom:0px;--margin-left:150px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:350px;overflow:visible;}.elementor-13550 .elementor-element.elementor-element-2f179c6::before, .elementor-13550 .elementor-element.elementor-element-2f179c6 > .elementor-background-video-container::before, .elementor-13550 .elementor-element.elementor-element-2f179c6 > .e-con-inner > .elementor-background-video-container::before, .elementor-13550 .elementor-element.elementor-element-2f179c6 > .elementor-background-slideshow::before, .elementor-13550 .elementor-element.elementor-element-2f179c6 > .e-con-inner > .elementor-background-slideshow::before, .elementor-13550 .elementor-element.elementor-element-2f179c6 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-secondary );--background-overlay:'';}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-13550 .elementor-element.elementor-element-837f0fb .elementor-heading-title{font-family:"DM Sans", Sans-serif;font-size:48px;font-weight:700;line-height:1.2em;}.elementor-13550 .elementor-element.elementor-element-aa5f71d{background-color:#FFFFFF;}@media(max-width:1440px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-13550 .elementor-element.elementor-element-837f0fb .elementor-heading-title{font-size:36px;}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-13550 .elementor-element.elementor-element-837f0fb .elementor-heading-title{font-size:24px;}}@media(min-width:768px){.elementor-13550 .elementor-element.elementor-element-2f179c6{--content-width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-aa5f71d *//* ===== WP Job Manager – WITHS Styling ===== */

/* Search box container */
.job_filters {
  background: #f7f9f8;
  padding: 25px;
  border-radius: 12px;
  margin-bottom: 40px;
}

/* Input fields */
.job_filters input,
.job_filters select {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 12px;
  font-size: 15px;
}

/* Search button */
.job_filters .search_jobs input[type="submit"] {
  background: #3D9970;
  color: #fff;
  border-radius: 10px;
  padding: 14px 30px;
  font-weight: 600;
  border: none;
  transition: 0.3s ease;
}

.job_filters .search_jobs input[type="submit"]:hover {
  background: #2e7f5d;
}

/* Job listing card */
.job_listings li.job_listing {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  border-left: 5px solid #3D9970;
}

/* Job title */
.job_listing h3 {
  font-size: 20px;
  font-weight: 600;
}

/* Job meta text */
.job_listing .meta {
  font-size: 14px;
  color: #666;
}

/* Job type labels */
.job-type {
  background: #3D9970;
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
}

/* RSS hide (optional) */
.job_listings .rss_link {
  display: none;
}/* End custom CSS */