.header-section {
  background-color: color(srgb .9529411764705882 .9529411764705882 .9490196078431372);
}
.header-wrap {
  padding: 0 55px;
  margin-top: 12px;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
}
.gb-quip {
  background-color: #F3FCFB;
  border-bottom: 1px solid #C1EBE9;
  color: #588;
  padding: 6px;
}
.gb-quip a {
  color: #699;
  text-decoration: underline;
}
.gb-quip-content {
  text-align: center;
  margin: auto;
  font-family: 'Spline Sans Mono';
  font-size: 12px;
}

.header-nav {
  margin-left: 30px;
  font-family: 'Spline Sans Mono';
  font-weight: 400;
  padding-bottom: 8px;
}
.item-meta {
  color: rgb(100, 120, 140);
}
.item-title {
  font-family: 'Spline Sans Mono';
}
.post-section {
  padding: 0 55px;
}
.item-container img {
  border-radius: 10px;
}
.post-header.item.is-hero {
  padding: 0;
  margin-bottom: 10px;
}
.post-article {
  display: flex;
  flex-direction: row;
}

.sidebar {
  margin-left: 50px;
  margin-right: -50px;
  width: 300px;
  padding-left: 50px;
}

.sb-share {
  margin: auto;
  width: 120px;
  text-align: center;
  background-color: #efefef;
  padding: 5px;
  border-radius: 10px;
}
.sb-share svg {
  margin-top: 7px;
  width: 28px;
}
.sb-share a#share-hn svg {
  fill: #F60;
}
.sb-share a#share-bluesky svg {
  fill: #1383FE;
}

.more-posts {
  margin-top: 200px;
  background-color: #F3FCFB;
  border: 1px solid #9BB;
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 13px;
}
.more-posts h2 {
  font-size: 16px;
  color: #8AA;
  margin-bottom: 25px;
}
.more-posts h3 {
  font-family: 'Spline Sans Mono';
  margin-top: 5px;
  font-size: 14px;
}
.more-posts h3 a {
  color: #666;
}
.more-posts article {
  margin-bottom: 50px;
}

img.suggested {
  width: 210px;
  border-radius: 10px;
  filter: grayscale(10%);
}

@media (max-width:1200px) {
  .sidebar {
    display: none;
  }
}
@media (max-width:1000px) {
  .item-content {
    margin-top: 20px;
  }
}
@media (max-width:1000px) {
  .post-section {
    padding: 0 25px;
  }
}