#options_cb_top_bar_content\[left-content-top-bar-plugin\],#options_cb_top_bar_content\[center-content-top-bar-plugin\],#options_cb_top_bar_content\[right-content-top-bar-plugin\],#options_cb_top_bar\[custom-css-top-bar-plugin\]{
    height: 176px;
    width: 100%;
  }
  .CodeMirror {
    border: 1px solid #ddd;
  }
  
  .woocommerce-help-tip::after {
      font-family: Dashicons;
      font-weight: 400;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      text-indent: 0px;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      text-align: center;
      content: "";
      cursor: help;
      font-variant: normal;
      margin: 0px;
  }