.credential-wrap {
  grid-template-columns: minmax(0, 1fr) 260px;
}

.decision-pips:empty {
  height: 5px;
  background: #e4e8e4;
}

.decision-pips .resolved {
  background: #168a61;
}

#open-decisions-card.resolved strong,
#open-decisions-card.resolved small {
  color: #168a61;
}

@media (max-width: 1050px) {
  .credential-wrap {
    grid-template-columns: 1fr;
  }
}

html,
body {
	max-width: 100%;
	overflow-x: clip;
}
