:local {
  .woleet {
    &_widget {
      &_hidden {
        display: none !important;
      }

      &_disabled {
        opacity: 0.7;
        cursor: not-allowed !important;
      }
    }
  }
}