.elementor-21860 .elementor-element.elementor-element-f1f0b5e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-c215eb4 */.browse-jobs-header {
  text-align: center;
  margin-bottom: 40px;
}
.browse-jobs-header h2 {
  font-size: 32px;
  color: #4c1d95;
}
.browse-jobs-header p {
  font-size: 16px;
  color: #374151;
}

.job_listings {
  max-width: 1000px;
  margin: 0 auto;
}

.job_listings .job_listing {
  background: #ffffff;
  padding: 25px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
  transition: transform 0.3s ease;
}
.job_listings .job_listing:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.07);
}
.job_listings .job_listing h3 {
  font-size: 20px;
  color: #111827;
}
.job_listings .location,
.job_listings .job-type {
  font-size: 14px;
  color: #4c1d95;
}/* End custom CSS */