 app-icon {
  margin-left: 4px;
}

 .container {
  padding: 2%;
  position: relative;
  color: #bebec5;
}

 .post-meta {
  text-transform: uppercase;
  color: #92A1B3;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
}

 h1 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  margin: 0 0 12px;
  color: #C88A1D;
}

a {
  color: #C88A1D;
}

 .blog-item p {
  font-size: 18px;
  line-height: 1.8;
  color: #27323F;
  margin: 22px 0;
}

 .blog-item a {
  color: var(--color-dodger-blue);
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
}

 .blog-index{
  line-height: 1.6;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}


 h2,
 h3 {
  margin-bottom: 0;
  margin-top: 27px;
  padding-top: 25px;
}

 img:not(.post-author-image),
 svg {
  width: 100%;
}

 .post-author-image {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  flex: 0 0 24px;
  border-radius: 12px;
}

 .post-author-name {
  padding-right: 15px;
  color: inherit;
  text-decoration: none;
}

 .post-author-name:hover {
  text-decoration: underline;
}

 .post-date::before {
  content: "|";
  padding-right: 12px;
}

 .share-links {
  position: absolute;
  top: 0;
  right: 64px;
  height: 100%;
}

 .share-links .sticky {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 24px;
}

 .share-links a svg {
  transition: fill 0.2s;
  fill: #CED6E0;
  width: 24px;
  height: 24px;
}

 .share-links a:hover svg{
  fill: #B2BECD;
}

 .share-links a + a {
  margin-top: 12px;
}


