.media-editor {
  width: 700px;
  max-width: 100%;
}
.media-editor .media {
  display: grid;
  grid-template-columns: 64px auto;
  padding: 5px;
  border: 1px solid lightgrey;
}
.media-editor .media .image a {
  display: flex;
  justify-content: center;
}
.media-editor .media .image img {
  max-width: 64px;
  max-height: 64px;
}
.media-editor .media .media-body {
  display: grid;
  grid-template-columns: auto 400px;
  width: auto;
}
.media-editor .media .media-body div {
  display: flex;
}
.media-editor .media .media-body div h4 {
  margin: auto 0px;
  padding-left: 5px;
}
.media-editor .media .media-body .buttons {
  display: flex;
  gap: 5px;
  align-items: center;
}
.media-editor .media .media-body .buttons button {
  width: 40px;
  margin: auto;
}
.media-editor .media .media-body .buttons {
  float: right;
}
.media-editor .media .media-body .buttons button {
  width: 40px;
}/*# sourceMappingURL=component-mediaEditor.css.map */