@use '../base/token';
@use '../abstract';

.cds-gnb {
  // @include abstract.debug;

  &__item {
    & + & {
      margin-block-start: 8px;
    }
  }

  &__link {
    height: 44px;
    box-shadow: none;
    width: 100%;
    justify-content: flex-start;
  }
}

@include abstract.media-bp-down('exl') {
  .cds-gnb__link {
    &.cds-gnb__blank-link {
      font-weight: 500;
      justify-content: space-between;
    }
  }
}
