/* Label用設定 */
[data-jwf-style="Label"] {
  > div {
    display: flex;
    overflow: visible;
    background-color: transparent;

    > span {
      white-space: nowrap;
    }
  }
}
