#winp-snippet-gb-content-tags {
  margin-top: 20px;
  padding: 20px;
}

div[data-type="wp-plugin-insert-php/winp-snippet"] {
  position: relative;
  background: #fbfbfb;
  border: 2px dashed #d6d6d6;

  &:before {
    display: block;
    position: absolute;
    top: -15px;
    left: 90%;
    width: 30px;
    height: 30px;
    content: '';
    background: url(../img/snippet-cut.png) center no-repeat;
  }
}

.winp-snippet-gb-container {
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

  .editor-inserter {
    display: block;
    padding: 15px;
  }

  .block-list-appender__toggle {
    outline: 1px dashed #d2d2d2;
    background: #fbfbfb;
  }

  label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    flex-shrink: 0;
    margin-bottom: 5px;
  }

  select {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    color: inherit;
    line-height: inherit;
    font-size: 15px;
    border-radius: 0;
  }

  .editor-block-list__insertion-point-inserter {
    height: 32px;
  }
}