article.node {
  padding: 20px 22px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px #f2f2f2;
}

article.node .node__content {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 18px;
  line-height: 27.5px;
}

article.node .node__submitted {
  margin: 0 0 8px;
}

article.node .node__title {
  --link-color: #363636;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 500;
  margin: 12px 0 16px;
}

article.node .node__author .user__avatar {
  border-radius: 100%;
  overflow: hidden;
  width: 26px;
  height: 26px;
}

article.node .node__author .user__avatar img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: block;
}

article.node .node__author .user__avatar-name {
  height: 100%;
  width: 100%;
  border-radius: 0;
}
