/**
 * @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/styles/scss/spacing' as *;
@use '@carbon/styles/scss/type';

$interstitial-block-class: #{c4p}--interstitial-screen;
$block-class: #{c4p}--interstitial-screen-view-module;

.#{$block-class}--enableTag {
  margin-block-start: $spacing-07;
}

.#{$block-class} {
  margin-block: $spacing-07;
}
.#{$block-class}--heading {
  @include type.type-style('heading-05');

  margin-block-end: $spacing-07;
}
