.p-story-profile {
  background: rgba(251,248,241,.42);
}

.p-story-profile__avatar {
  box-shadow: 0 10px 28px var(--story-shadow);
}

.p-story-profile__tags a:hover,
.p-story-profile__tags a:focus-visible {
  border-color: var(--story-accent);
  color: var(--story-accent);
}

.p-story-gallery {
  background: transparent;
}

.c-story-card__image {
  transform: scale(1);
  transition: transform .24s ease, filter .24s ease;
}

.c-story-card__link:hover .c-story-card__image,
.c-story-card__link:focus-visible .c-story-card__image {
  transform: scale(1.025);
  filter: brightness(.92) saturate(.96);
}
