.profile-loading.warning {
  justify-content: flex-start;
  background: #fff8e8;
  color: #875d13;
  border: 1px solid #f2d797;
}

.profile-loading.warning > span:first-child {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border-radius: 50%;
  background: #ffe6a8;
  font-weight: 800;
}
