.support-unconfigured {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 13px;
  border: 1px dashed #39465e;
  border-radius: 14px;
  color: #d7deeb;
  background: #10192a;
}
.support-unconfigured > span {
  display: grid;
  place-items: center;
  flex: 0 0 35px;
  height: 35px;
  border-radius: 11px;
  color: #ffca5b;
  background: rgba(255,190,55,.12);
  font-weight: 900;
}
.support-unconfigured div { display: grid; gap: 4px; }
.support-unconfigured b { font-size: 13px; }
.support-unconfigured small { color: #899ab7; font-size: 11px; line-height: 1.45; }
