/* Lot 1 page 1: crack NEET from USA. Unique jobs only. */

#tpk-nlp .nlp-horizons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

#tpk-nlp .nlp-horizons article {
  background: #fff;
  border: 1px solid #d9e2ef;
  border-radius: 12px;
  padding: 18px 16px 16px;
}

#tpk-nlp .nlp-horizons b {
  display: block;
  font-size: 28px;
  line-height: 1.1;
  color: #192f59;
  margin-bottom: 6px;
}

#tpk-nlp .nlp-horizons em {
  display: block;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2f57ef;
  margin-bottom: 10px;
}

#tpk-nlp .nlp-horizons p {
  margin: 0;
  color: #4a5568;
  font-size: 14px;
}

#tpk-nlp .nlp-zones {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

#tpk-nlp .nlp-zones article {
  background: #fff;
  border: 1px solid #d9e2ef;
  border-radius: 12px;
  padding: 16px;
}

#tpk-nlp .nlp-zones em {
  display: block;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2f57ef;
  margin-bottom: 6px;
}

#tpk-nlp .nlp-zones h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #192f59;
}

#tpk-nlp .nlp-zones p {
  margin: 0;
  color: #4a5568;
  font-size: 14px;
}

#tpk-nlp .nlp-tease {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

#tpk-nlp .nlp-tease article {
  background: #fff;
  border-top: 4px solid #2f57ef;
  border-radius: 12px;
  padding: 18px 16px 16px;
}

#tpk-nlp .nlp-tease em {
  display: block;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2f57ef;
  margin-bottom: 8px;
}

#tpk-nlp .nlp-tease h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #192f59;
}

#tpk-nlp .nlp-tease p {
  margin: 0 0 12px;
  color: #4a5568;
  font-size: 14px;
}

#tpk-nlp .nlp-tease a {
  font-weight: 600;
}

/* Lot 1 #2: US high-school vs NEET syllabus gap. Mapping jobs only. */

#tpk-nlp .nlp-audit {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  counter-reset: nlp-audit;
}

#tpk-nlp .nlp-audit article {
  background: #fff;
  border: 1px solid #d9e2ef;
  border-radius: 12px;
  padding: 16px 14px 14px;
}

#tpk-nlp .nlp-audit article::before {
  counter-increment: nlp-audit;
  content: counter(nlp-audit);
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #2f57ef;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

#tpk-nlp .nlp-audit h3 {
  margin: 0 0 8px;
  font-size: 16px;
  color: #192f59;
}

#tpk-nlp .nlp-audit p {
  margin: 0;
  color: #4a5568;
  font-size: 14px;
}

#tpk-nlp .nlp-gapmap {
  display: grid;
  gap: 10px;
}

#tpk-nlp .nlp-gapmap article {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 14px;
  align-items: start;
  background: #fff;
  border-radius: 10px;
  padding: 14px 16px;
  border: 1px solid #d9e2ef;
}

#tpk-nlp .nlp-gapmap em {
  display: inline-block;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 6px;
  height: fit-content;
}

#tpk-nlp .nlp-gapmap article[data-tone="green"] em {
  background: #dcfce7;
  color: #166534;
}

#tpk-nlp .nlp-gapmap article[data-tone="amber"] em {
  background: #fef3c7;
  color: #92400e;
}

#tpk-nlp .nlp-gapmap article[data-tone="red"] em {
  background: #fee2e2;
  color: #991b1b;
}

#tpk-nlp .nlp-gapmap h3 {
  margin: 0 0 4px;
  font-size: 16px;
  color: #192f59;
}

#tpk-nlp .nlp-gapmap p {
  margin: 0;
  color: #4a5568;
  font-size: 14px;
}

#tpk-nlp .nlp-keep3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

#tpk-nlp .nlp-keep3 article {
  background: #fff;
  border-radius: 12px;
  padding: 18px 16px;
  border: 1px solid #d9e2ef;
}

#tpk-nlp .nlp-keep3 em {
  display: block;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2f57ef;
  margin-bottom: 8px;
}

#tpk-nlp .nlp-keep3 h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #192f59;
}

#tpk-nlp .nlp-keep3 p {
  margin: 0;
  color: #4a5568;
  font-size: 14px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  #tpk-nlp .nlp-audit {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  #tpk-nlp .nlp-horizons,
  #tpk-nlp .nlp-zones,
  #tpk-nlp .nlp-tease,
  #tpk-nlp .nlp-audit,
  #tpk-nlp .nlp-keep3 {
    grid-template-columns: 1fr;
  }

  #tpk-nlp .nlp-gapmap article {
    grid-template-columns: 1fr;
  }
}
