//
// 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/theme' as *;
@use '@carbon/ibm-products-styles/scss/config';

$prefix: config.$pkg-prefix;

:host(#{$prefix}-coachmark-header) {
  display: flex;
  justify-content: flex-end;

  .#{$prefix}--coachmark-header-drag-handle {
    margin-inline-end: auto;
  }

  .#{$prefix}--coachmark-header-drag-icon {
    /* stylelint-disable-next-line color-named */
    fill: $background;
  }

  .#{$prefix}--coachmark-header-close-icon {
    /* stylelint-disable-next-line color-named */
    fill: $background;
  }
}
