.elementor-34665 .elementor-element.elementor-element-a844301{--display:flex;}.elementor-34665 .elementor-element.elementor-element-a844301.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:769px){.elementor-34665 .elementor-element.elementor-element-a844301{--width:99.319%;}}/* Start custom CSS for text-editor, class: .elementor-element-a50760d */.article-wrapper {
  margin: auto;
  font-family: "Open Sans", sans-serif;
  line-height: 1.75;
  color: #1f2937;
}

.article-title {
  font-size: 35px;
  color: #cd645e;
  margin-bottom: 24px;
}

.lead-text {
  font-size: 18px;
  background: #fef2f2;
  padding: 20px;
  border-left: 5px solid #cd645e;
  margin-bottom: 36px;
}

h2 {
  font-size: 26px;
  margin-top: 42px;
  margin-bottom: 16px;
  border-left: 4px solid #2563eb;
  padding-left: 12px;
}

h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.sub-title {
  margin-top: 24px;
  color: #1e40af;
}

.job-box {
  background: #f8fafc;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 22px;
  border: 1px solid #e5e7eb;
}

.check-list li {
  list-style: none;
  position: relative;
  padding-left: 24px;
  margin-bottom: 6px;
}

.check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #16a34a;
}

.career-box {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #fff;
  padding: 18px;
  border-radius: 10px;
  margin: 20px 0;
  font-weight: 600;
  text-align: center;
}

.recruitment-box {
  background: #f8fafc;
  border: 2px dashed #2563eb;
  border-radius: 14px;
  padding: 28px;
  margin-top: 36px;
}

.recruitment-intro {
  font-size: 17px;
  margin-bottom: 22px;
}

.recruitment-info h3 {
  font-size: 20px;
  color: #1e40af;
  margin-bottom: 12px;
}

.recruitment-info li {
  margin-bottom: 8px;
}

.recruitment-action {
  margin-top: 26px;
  text-align: center;
}

.btn-download {
  display: inline-block;
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #fff;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

.btn-download:hover {
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 768px) {
  .article-title {
    font-size: 30px;
  }

  h2 {
    font-size: 22px;
  }
}/* End custom CSS */