//
// 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.
//

$css--plex: true !default;

@use '@carbon/styles/scss/spacing' as *;
@use '@carbon/ibm-products-styles/scss/config';

$prefix: config.$pkg-prefix;
$carbon-prefix: config.$carbon-prefix;

:host(#{$prefix}-coachmark-body) {
  display: block;
  padding: 0 $spacing-05 $spacing-05;
}
