.rating-resource-list,
.rating-resource-value {
  display: inline-flex;
  align-items: center;
}

.rating-resource-list {
  gap: 5px;
  flex-wrap: wrap;
  vertical-align: middle;
}

.rating-resource-value {
  gap: 2px;
  white-space: nowrap;
}

.rating-resource-value + .rating-resource-value::before {
  content: "\00b7";
  margin-right: 3px;
  color: #587783;
}

.rating-resource-icon {
  width: 1.12em;
  height: 1.12em;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 0 3px rgba(75, 236, 239, 0.42));
}

.rating-resource-short {
  font-weight: 800;
}
