/* Shared NFSA listing panel, Arabic and English. */
.release-twelve .nfsa-proof.nfsa-feature {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin: 0 0 42px;
  padding: 30px 34px;
  border: 1px solid #dce3d1;
  border-inline-start: 5px solid #638d34;
  border-radius: 16px;
  background: #f6f8ef;
  text-align: start;
}
.release-twelve .nfsa-feature .nfsa-emblem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  min-height: 140px;
  padding: 8px;
  border-radius: 12px;
  background: #fff;
}
.release-twelve .nfsa-feature .nfsa-emblem img {
  display: block;
  width: 132px;
  height: auto;
  object-fit: contain;
}
.release-twelve .nfsa-feature .nfsa-feature-copy h3 {
  font-family: 'Cairo Read', Cairo, sans-serif;
  font-size: clamp(26px, 2.5vw, 34px);
  line-height: 1.55;
  font-weight: 750;
  margin: 0 0 7px;
  color: #184b34;
  text-align: start;
}
.release-twelve .nfsa-feature .nfsa-feature-copy p {
  font-size: 21px;
  line-height: 1.75;
  font-weight: 550;
  color: #3b5944;
  margin: 0;
}
.release-twelve .nfsa-feature .nfsa-listing {
  padding-inline-start: 28px;
  border-inline-start: 1px solid #d2dcc4;
}
.release-twelve .nfsa-feature .nfsa-listing > p {
  font-size: 15px;
  line-height: 1.6;
  color: #4c634c;
  margin: 0 0 10px;
}
.release-twelve .nfsa-feature .nfsa-codes {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.release-twelve .nfsa-feature .nfsa-codes bdi {
  font-family: 'Cairo Read', Cairo, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: .03em;
  font-weight: 750;
  color: #234b33;
  background: #fff;
  padding: 9px 13px;
  border: 1px solid #d4dfc5;
  border-radius: 6px;
}
@media (max-width: 1100px) {
  .release-twelve .nfsa-proof.nfsa-feature {
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 12px 24px;
    padding: 26px;
  }
  .release-twelve .nfsa-feature .nfsa-emblem {
    width: 128px;
    grid-row: 1 / 3;
  }
  .release-twelve .nfsa-feature .nfsa-emblem img { width: 112px; }
  .release-twelve .nfsa-feature .nfsa-listing {
    grid-column: 2;
    border: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    align-items: center;
  }
  .release-twelve .nfsa-feature .nfsa-listing > p { margin: 0; }
}
@media (max-width: 620px) {
  .release-twelve .nfsa-proof.nfsa-feature {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 17px;
    padding: 25px 17px;
    margin-bottom: 30px;
    border-inline-start-width: 1px;
    border-top: 4px solid #638d34;
    text-align: center;
  }
  .release-twelve .nfsa-feature .nfsa-emblem {
    width: 126px;
    min-height: 108px;
    grid-row: auto;
  }
  .release-twelve .nfsa-feature .nfsa-emblem img { width: 108px; }
  .release-twelve .nfsa-feature .nfsa-feature-copy h3 {
    font-size: 27px;
    line-height: 1.55;
    text-align: center;
    margin-bottom: 6px;
  }
  .release-twelve .nfsa-feature .nfsa-feature-copy p {
    font-size: 19px;
    line-height: 1.7;
  }
  .release-twelve .nfsa-feature .nfsa-listing {
    grid-column: auto;
    justify-content: center;
    padding-top: 14px;
    border-top: 1px solid #d9e2cf;
    width: 100%;
  }
  .release-twelve .nfsa-feature .nfsa-listing > p { width: 100%; }
  .release-twelve .nfsa-feature .nfsa-codes { justify-content: center; }
  .release-twelve .nfsa-feature .nfsa-codes bdi { font-size: 17px; }
}
