.article::before {
  left: 100%;
}

.article::after {
  left: -12px;
}

.article::before {
  transform: rotate(90deg);
  top: 0;
}

.article::after {
  left: unset !important;
  bottom: 0;
  right: -18px;
  transform: rotate(-90deg);
}

.tag-item {
  margin-left: unset;
  margin-right: 32px;
}

.share-title {
  margin-left: unset;
  margin-right: 8px;
}

.social-item:not(:last-of-type) {
  margin-left: unset;
  margin-right: 16px;
}


.summary::before {
  content: url(../../images/content-border-top.svg);
  position: absolute;
  top: -20px;
  left: -8px;
}

.summary::after {
  content: url(../../images/content-border-bottom.svg);
  position: absolute;
  bottom: -20px;
  right: -8px;
  left: unset;
}