.embedery-widget {
  padding: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  background-color: #f8f9f9;
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  height: 240px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.embedery-widget label {
  display: flex;
  align-items: center;
  margin-right: 8px;
  white-space: nowrap;
  font-weight: 600;
  flex-shrink: 0;
  z-index: 1;
  position: relative;
  padding: 10px;
  cursor: default;
}

.embedery-widget label svg {
  width: 25px;
  height: 25px;
  margin-right: 7px;
}

.embedery-widget .textarea-input {
  margin-top: 15px;
  max-width: 200px;
  text-align: center;
  position: relative;
}