$font-stack: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;

$resize-background: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC';

//ICON COLORS
.st0 {
  fill: #268aff;
}

.st1 {
  fill: #FF0000;
}

.st2 {
  fill: #00FF30;
}

.st3 {
  fill: #FFFFFF;
}

//END ICON COLORS

.wp_tkf_edit {
  padding: 0;
  text-align: center;
  .components-text-control__input {
    max-width: 90%;
  }
  form {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .wp_tkf_name_label {
    font-family: $font-stack;
    font-size: 14px;
    line-height: 29px;
  }

  .wp_tkf_accountMessage {
    background: #ffffdf;
    border: 1px solid #decaca;
    padding: 10px 20px;
    margin-top: 10px;
    font-family: $font-stack;
    font-size: 14px;
    display: inline-block;
  }

}

.wp_tkf_preview {
  margin-top: 10px;
  width: 100%;
}

.wp_tkf_inspector_select {
  width: 100%;
}

.wp_tkf_calendar_select {
  padding-left: 10px;
  width: 50%;
  z-index: 10;
  input[type=text]:focus {
    box-shadow: unset;
  }
}

.wp_tkf_tag_select {
  margin-top: 5px;
  margin-bottom: 10px;
}

.wp_tkf__resize-container {
  .wp_tkf_resizable-box__handle {
    display: none;
  }
  &.is-selected {
    .wp_tkf_resizable-box__handle {
      display: block;
      border: none;
      background: url($resize-background) repeat;
    }
  }
}

.editor-block-list__block[data-align=center] .components-resizable-box__container.wp_tkf__resize-container {
  margin-left: auto;
  margin-right: auto;
}

// increase the height of the advanced panel when it's closed
// otherwise there is little space for our tags dropdown
//.components-panel__body.editor-block-inspector__advanced:not(.is-opened) {
//  height: 130px;
//}




