:host(us-chart) {
  display: block;
  width: 100%;
  height: 100%;

  .us-chart {
    width: 100%;
    height: 100%;
    overflow: hidden;

    &__loader {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
}