#recruitment-role-context,
#recruitment-role-context * {
  box-sizing: border-box;
  min-width: 0;
  letter-spacing: 0;
}

#recruitment-role-context {
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
  color: #172033;
}

.recruitment-role-card,
.recruitment-demo {
  overflow: hidden;
  border: 1px solid #dbe3ed;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(23, 32, 51, .05);
}

.recruitment-role-card {
  padding: 22px;
}

.recruitment-role-heading > span,
.recruitment-demo-heading > span {
  color: #2563eb;
  font-size: 11px;
  font-weight: 800;
}

.recruitment-role-heading h2,
.recruitment-demo-heading h2 {
  margin: 5px 0 0;
  color: #172033;
  font-size: 21px;
  line-height: 1.25;
}

.recruitment-role-heading p,
.recruitment-demo-heading p {
  margin: 6px 0 0;
  color: #6c7a90;
  font-size: 13px;
  line-height: 1.5;
}

.recruitment-role-mission {
  margin: 17px 0 0;
  padding: 13px 14px;
  border-left: 3px solid #2563eb;
  background: #eff5ff;
  color: #2c3a50;
  font-size: 14px;
  line-height: 1.55;
}

.recruitment-preline {
  white-space: pre-line;
}

.recruitment-role-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.recruitment-role-facts > div {
  display: grid;
  align-content: start;
  gap: 5px;
  padding: 11px;
  border: 1px solid #dce4ee;
  border-radius: 6px;
  background: #f8fafc;
}

.recruitment-role-facts span {
  color: #77859a;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.recruitment-role-facts b {
  color: #253249;
  font-size: 12px;
  line-height: 1.4;
}

.recruitment-role-block {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #e4e9ef;
}

.recruitment-role-block h3 {
  margin: 0 0 8px;
  color: #243249;
  font-size: 14px;
}

.recruitment-role-block > p,
.recruitment-role-list {
  margin: 0;
  color: #59687e;
  font-size: 13px;
  line-height: 1.55;
}

.recruitment-role-list {
  display: grid;
  gap: 7px;
  padding: 0;
  list-style: none;
}

.recruitment-role-list li {
  position: relative;
  padding-left: 19px;
}

.recruitment-role-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  color: #1b9b5b;
  content: "✓";
  font-weight: 800;
}

.recruitment-faq {
  border-top: 1px solid #e7ebf1;
}

.recruitment-faq:first-of-type {
  border-top: 0;
}

.recruitment-faq summary {
  padding: 10px 0;
  color: #2c3b52;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.recruitment-faq p {
  margin: 0 0 12px;
  color: #5f6d81;
  font-size: 13px;
  line-height: 1.55;
}

.recruitment-demo-heading {
  padding: 20px 22px;
  border-bottom: 1px solid #e2e8f0;
  background: #111b31;
}

.recruitment-demo-heading > span {
  color: #8fbbff;
}

.recruitment-demo-heading h2 {
  color: #fff;
}

.recruitment-demo-heading p {
  color: #b4c0d2;
}

.recruitment-demo-lesson {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  padding: 18px 22px;
  border-top: 1px solid #e7ebf1;
}

.recruitment-demo-lesson:first-of-type {
  border-top: 0;
}

.recruitment-demo-number {
  color: #8eb9fa;
  font-size: 18px;
  font-weight: 800;
}

.recruitment-demo-content {
  display: grid;
  gap: 10px;
}

.recruitment-demo-content h3 {
  margin: 0;
  color: #243249;
  font-size: 15px;
}

.recruitment-demo-text,
.recruitment-demo-text p,
.recruitment-demo-text li {
  color: #59687d;
  font-size: 13px;
  line-height: 1.55;
}

.recruitment-demo-text > :first-child {
  margin-top: 0;
}

.recruitment-demo-text > :last-child {
  margin-bottom: 0;
}

.recruitment-demo-image,
.recruitment-demo-video {
  display: block;
  width: 100%;
  max-height: 360px;
  border-radius: 6px;
  object-fit: contain;
}

.recruitment-demo-link {
  width: fit-content;
  color: #1e5bc3;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 560px) {
  .recruitment-role-card { padding: 17px; }
  .recruitment-role-facts { grid-template-columns: 1fr; }
  .recruitment-demo-heading { padding: 17px; }
  .recruitment-demo-lesson { grid-template-columns: 28px minmax(0, 1fr); gap: 8px; padding: 16px 17px; }
  .recruitment-demo-number { font-size: 15px; }
}
