.yt-image-editor-placeholder {
  position: relative;
}

.editor-styles-wrapper .yt-image-editor-placeholder > .yt-image-editor-toolbar {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding: 1rem;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  height: auto;
}

.yt-image-editor-placeholder:hover .yt-image-editor-toolbar {
  opacity: 1;
}

.yt-image-editor-toolbar > button {
  flex: 1;
  font-size: 13px;
  border-radius: 2px;
}
