.editor-styles-wrapper .tw-hidden{
  display:block !important;
  opacity:.5 !important
}

.editor-styles-wrapper .tw-hidden.wp-block-columns{
  display:flex !important;
  opacity:.5 !important
}

@media(max-width: 1023px){
  .editor-styles-wrapper .lg\:tw-hidden{
    display:block !important;
    opacity:.5 !important
  }

  .editor-styles-wrapper .lg\:tw-hidden.wp-block-columns{
    display:flex !important;
    opacity:.5 !important
  }
}

@media(max-width: 767px){
  .editor-styles-wrapper .md\:tw-hidden{
    display:block !important;
    opacity:.5 !important
  }

  .editor-styles-wrapper .md\:tw-hidden.wp-block-columns{
    display:flex !important;
    opacity:.5 !important
  }
}
.react-select-container input[type=text]{
  box-shadow:0 0 0 !important
}

.react-select-container [class*=indicatorContainer]{
  padding:6px !important
}
