.editor-styles-wrapper .AwardsSimple__container {
  display: flex;
}
.editor-styles-wrapper .AwardsSimple__title {
  display: none;
}
.editor-styles-wrapper .AwardsSimple__list {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: flex-start;
  flex: 1;
}
.editor-styles-wrapper .AwardsSimple__item {
  padding: calc(var(--sizes-padding) * 0.5) var(--sizes-padding);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
}
.editor-styles-wrapper .AwardsSimple__item__image {
  max-height: 80px;
  width: auto;
}
/*# sourceMappingURL=style.css.map */