@use '../../global/scss/tools' as nsw;

.nsw-callout {
  padding: nsw.rem(16px);
  border-left: solid 4px var(--nsw-brand-dark);
  
  @include nsw.component-spacing();

  &__content {
    text-wrap: pretty;
  }
      
  .nsw-section--invert & {    
    border-color: var(--nsw-brand-light);
  }
}
