/**
 * Copyright IBM Corp. 2016, 2023
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */

@mixin content-block-segmented {
  .#{$prefix}--content-block-segmented {
    .#{$prefix}--content-group {
      margin-block: $spacing-10;

      @include breakpoint(lg) {
        margin-block: $spacing-12;
      }
    }

    .#{$prefix}--row {
      &.#{$prefix}--layout--border {
        @include breakpoint(lg) {
          padding-block-end: $spacing-12;
        }
      }
    }
  }
}
