@import "../template.css";
.page-article .page-content {
  padding-top: var(--spacing6);
  padding-bottom: var(--spacing6);
}
.page-article .page-back-link {
  margin-bottom: 1.5rem;
}
.page-article .page-back-link a {
  text-decoration: none;
}
.page-article .page-back-link a .link-icon {
  margin-right: 5px;
}
.page-article .page-back-link a span {
  text-decoration: underline;
}
.page-article .page-title {
  line-height: 1.2;
  margin-bottom: 0.6rem;
  max-width: 640px;
  margin-right: auto;
}
.page-article .page-info-tab {
  justify-content: space-between;
}
