//
// Copyright 2023 Google LLC
// SPDX-License-Identifier: Apache-2.0
//

@mixin styles {
  :host {
    position: relative;
    display: flex;
    flex-direction: column;
  }
}
