.jdex-document-next-step.doc-quick-facts {
  border: 0;
  border-top: 1px solid #dce3e8;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  padding: 20px 0 8px;
}
.jdex-document-next-step .category-grid.situations-card-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}
.jdex-document-next-step .category-grid.situations-card-grid .category-card {
  height: auto;
}
.jdex-document-next-step .document-next-step-card {
  min-width: 0;
  height: auto;
  margin: 0;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid #dce3e8;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  transform: none;
  overflow-wrap: break-word;
  word-break: normal;
  letter-spacing: 0;
}
.jdex-document-next-step .document-next-step-card strong {
  font-size: 16px;
  line-height: 1.5;
}
.jdex-document-next-step .document-next-step-card p {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.5;
}
.jdex-document-next-step .document-next-step-card--primary {
  margin: 4px 0 8px;
  padding: 16px;
  border: 1px solid #9dc9bc;
  border-left: 4px solid #16765b;
  border-radius: 6px;
  background: #f2faf6;
}
.jdex-document-next-step .document-next-step-card--primary strong {
  color: #125b47;
  font-weight: 700;
}
.jdex-document-next-step .document-next-step-card:hover strong {
  text-decoration: underline;
}
.jdex-document-next-step .document-next-step-card:focus-visible {
  outline: 2px solid #16765b;
  outline-offset: 3px;
}
