.editor-block__carousel--item {
  min-width: 150px;
  width: 150px;
  height: 150px;
  position: relative;
  margin: 5px; }

.editor-block__carousel--add {
  min-width: 150px;
  width: 150px;
  height: 150px;
  margin: 5px; }

.editor-block__carousel--delete {
  border: 1px solid white;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background-color: darkred;
  color: white;
  position: absolute;
  top: 5px;
  right: 5px; }
  .editor-block__carousel--delete::after {
    content: '-';
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    line-height: 16px; }

.editor-block__carousel--image-container {
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

.editor-block__carousel--select-image {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.editor-block__taggable-image--container {
  border: 0;
  padding: 0;
  width: 100%;
  position: relative; }

.editor-block__taggable-image--image {
  max-width: 100%; }
  .editor-block__taggable-image--image-select {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100px; }

.editor-block__taggable-image--tag {
  display: inline-block;
  padding: 0.5rem;
  font-size: 75%;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  color: #fff;
  background-color: #343a40;
  border-radius: 10rem;
  position: absolute;
  left: 10px;
  bottom: 10px; }


/*# sourceMappingURL=style.css.map*/