#postlistdiv ul{
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: var(--panel-max);
}
#postlistdiv li{
  padding: 10px 0;
  font-size: 15px;
}
#postlistdiv a{ color:#111; text-decoration:none; }
#postlistdiv a:hover{ color: #2ec9cd; }
#feed, #tagFeed{ max-width: var(--panel-max); }
.feed-post{
  margin-bottom: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--divider);
}
.feed-post:last-child{ border-bottom: none; }
.feed-post .feed-title{ margin: 0 0 4px; font-size: 20px; font-weight: 650; }
.feed-post .feed-title a{ color: #bacd2e; text-decoration: none; }
.feed-post .feed-title a:hover{ color: #2ec9cd; }
.feed-post .feed-date{ margin: 0 0 18px; font-size: 13px; color: #00000099; }
.feed-post .feed-body{
  margin: 0 0 14px; white-space: pre-wrap; line-height:1.65; font-size:14.5px;
  color: #000000D9; text-align: justify; text-justify: inter-word; hyphens: auto;
  overflow-wrap: break-word;
}
.feed-post .feed-body img{ max-width: 100%; height: auto; display: block; margin: 18px 0; }
.feed-post .feed-body i{ font-size: 13px; color: #00000099; }
.feed-post .feed-comment-link{ font-size: 13.5px; color: #2ec9cd; text-decoration: none; }
.feed-post .feed-comment-link:hover{ text-decoration: underline; text-underline-offset: 3px; }
.feed-loading{ color: #00000099; font-size: 14px; }
.post-subnav{ max-width: var(--panel-max); margin-bottom: 22px; font-size: 16px; text-align: center; font-weight:bold;}
.post-subnav a{ color: #bacd2e; text-decoration: none; font-weight:bold;}
.post-subnav a:hover{ color: #2ec9cd;}
.post-subnav .sep{ margin: 0 8px; color: #00000059; }
.post-header{ max-width: var(--panel-max); margin-bottom: 18px; }
.post-title{ margin:0 0 6px; font-size:22px; font-weight:650; line-height:1.3; color: #2ec9cd; }
.post-date{ margin:0 0 18px; font-size:13px; font-weight:400; color: #00000099; }
.post-body{
  margin:0 0 30px; white-space: pre-wrap; line-height:1.65; font-size:14.5px;
  color: #000000D9; max-width: var(--panel-max);
  text-align: justify; text-justify: inter-word; hyphens: auto;
  overflow-wrap: break-word;
}
.post-body img{ max-width: 100%; height: auto; display: block; margin: 18px 0; }
.post-body i{ font-size: 13px; color: #00000099; }
.post-body a, .feed-body a{ color: #2ec9cd; }
.like-row{ max-width: var(--panel-max); margin: 0 0 24px; }
.like-button{
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; border-radius: 0;
  border: 1px solid #2ec9cd; background: #fff; color: #2ec9cd;
  font-size: 14px; cursor: pointer;
}
.like-button:hover{ background: #2ec9cd; color: #fff; }
#nextprev{
  max-width: var(--panel-max);
  margin: 24px 0 36px;
  padding-top: 14px;
  border-top: 1px solid var(--divider);
  font-size: 13.5px;
  text-align:center;
}
#nextprev a{ color: #000000A6; text-decoration: none;}
#nextprev a:hover{ color: #2ec9cd; }
.comments-section{ max-width: var(--panel-max); margin-top: 10px; }
.comments-section h2{ font-size: 16px; color: #2ec9cd; margin: 0 0 12px; }
.tag-row{ margin: 0 0 14px; }
.tag-pill{
  display: inline-block;
  margin: 0 8px 6px 0;
  padding: 3px 10px;
  border: 1px solid;
  color: #bacd2e;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 0;
}
.tag-pill:hover{ background: #bacd2e; color: #fff; }