.news .full__introduction {
  margin-bottom: var(--anrt-spacing-200);
}

.news .full__introduction::after {
  display: none;
}



@media screen and (min-width: 80rem) {

  .news__title,
  .news__introduction {
    width: 125%;
  }
}

.news__meta {
  display: flex;
  justify-content: space-between;
  gap: var(--anrt-spacing-100);
  align-items: center;
  flex-wrap: wrap;
  margin: var(--anrt-spacing-100) 0;
}


.news__image {
  margin-bottom: var(--anrt-spacing-200);
}

.news__meta .social-sharing__open {

  --anrt-button-bg: var(--anrt-color-white);
  --anrt-button-color: var(--anrt-color-primary-a);
  --anrt-button-border: var(--anrt-color-white);
  --anrt-button-focus-bg: var(--anrt-color-white);
  --anrt-button-focus-color: var(--anrt-color-primary-b);
  --anrt-button-focus-border: var(--anrt-color-white);
  padding: 0;
  font-size: var(--anrt-font-size-default);
  font-weight: 700;
  box-shadow: none !important;
  border-radius: 0 !important;
}
