.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-10f2fccb */ <style>
.careers-section {
  max-width: 960px;
  margin: 40px auto;
  padding: 30px;
  font-family: Arial, sans-serif;
  color: #222;
}
.careers-section h1 {
  text-align: center;
  color: #004080;
  margin-bottom: 40px;
}
.job-card {
  background: #f8f9fa;
  border-left: 5px solid #28a745;
  padding: 25px;
  margin: 25px 0;
  border-radius: 6px;
}
.job-card h2 {
  color: #004080;
  margin: 0 0 15px;
  font-size: 1.6em;
}
.requirements {
  list-style: none;
  padding: 0;
  margin: 0;
}
.requirements li {
  position: relative;
  padding-left: 25px;
  margin: 12px 0;
  font-size: 1.05em;
}
.requirements li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #28a745;
  font-size: 1.4em;
  line-height: 1;
}
.apply {
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  margin: 50px 0 20px;
  padding: 25px;
  background: #e9f5ff;
  border-radius: 8px;
}
.apply a {
  color: #0066cc;
}
@media (max-width: 768px) {
  .job-card { padding: 20px; }
}
</style> /* End custom CSS */