$violet: #704280;
$yellow: #fde74b;

.nw-topbartext {
  justify-content: center;
  display: flex;
  font-weight: 600;
  letter-spacing: 1.3px;
}

.nw-topbartext-link {
  align-items: center;
  display: flex;
  color: $default-color;
  text-decoration: none;
}

.nw-topbartext-text {
  margin: 10px;
  font-size: 11.16px; /* stylelint-disable */
}

.nw-topbartext-star {
  font-size: $font-size-xxs;
}

.nw-topbartext-starviolet {
  color: $violet;
}

.nw-topbartext-staryellow {
  color: $yellow;
}

.nw-topbartext-starpink {
  color: $color-primary;
}

.nw-topbartext-eachtext {
  display: block;
  text-align: center;
}

@media screen and (min-width: $screen-min-sm) {
  .nw-topbartext-eachtext {
    display: inline-block;
  }
}
