/**
 * @license
 *
 * Copyright IBM Corp. 2025
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
@use '@carbon/utilities/scss/carousel/_index' as carousel;
@use '@carbon/styles/scss/spacing' as *;

@include carousel.carousel();

:host {
  /* stylelint-disable-next-line declaration-no-important */
  box-sizing: border-box !important;
  padding-inline-start: $spacing-07;
}
