.news-detail-hero {
  position: relative;
  width: 100%;
  padding: 0 $gutter;
  margin: 48px 0;

  @include sm {
    padding: 0 $gutter-mobile;
  }

  &__wrapper {
    width: 100%;
    max-width: $header-content-width;
    margin: 0 auto;

    @include sm {
      margin: 0 auto;
    }
  }

  &__container {
    width: 100%;
    position: relative;
  }

  &__info {
    width: 100%;
    max-width: 675px;
  }

  &__label {
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: 0.02rem;
    font-weight: 700;
    color: $primary-color;
  }

  &__title {
    font-size: 3.8rem;
    line-height: 4.4rem;
    font-weight: 700;
    color: $primary-color;
    margin: 16px 0 0;

    @include sm {
      font-size: 2.6rem;
      line-height: 3.2rem;
    }
  }

  &__tags-container {
    display: flex;
    align-items: center;
    margin-top: 24px;
  }

  &__tags {
    display: flex;
  }

  &__tag {
    text-align: center;
    background-color: rgba($color: $blue, $alpha: 0.1);
    padding: 7px 8px;
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: 0.01rem;
    font-weight: 400;
    color: $blue;
  }

  &__credits {
    margin-left: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: 0.01rem;
    font-weight: 700;
    color: $primary-color;
  }
}
