/* ====================================================
   THE WORD REVIEW — post.css
   90s Article Page Styles
   This Is Where The Words Are
   ==================================================== */

/* ---- PAGE WRAPPER ---- */
.post-page-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 20px 16px 50px;
}

/* ---- BACK BUTTON ---- */
.back-btn {
  display: inline-block;
  background: var(--silver);
  border-top:    2px solid #ffffff;
  border-left:   2px solid #ffffff;
  border-right:  2px solid #666666;
  border-bottom: 2px solid #666666;
  color: #000000;
  font-family: 'Courier New', monospace;
  font-size: 0.78rem;
  font-weight: bold;
  padding: 4px 12px;
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
}

.back-btn:hover   { background: #ccccff; color: #000000; text-decoration: none; }
.back-btn:visited { color: #000000; }
.back-btn:active  {
  border-top:    2px solid #666666;
  border-left:   2px solid #666666;
  border-right:  2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

/* ---- BREADCRUMB ---- */
.post-breadcrumb {
  font-family: 'Courier New', monospace;
  font-size: 0.7rem;
  color: #777799;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}

.post-breadcrumb a { color: var(--cyan); }

/* ---- POST ISSUE LINE ---- */
.post-issue-line {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.post-issue-tag {
  font-family: 'Courier New', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  color: var(--cyan);
}

.post-issue-num {
  font-family: 'Courier New', monospace;
  font-size: 0.65rem;
  color: #555577;
}

/* ---- POST TITLE ---- */
.post-page-title {
  font-family: 'Times New Roman', Times, serif;
  font-size: clamp(1.8rem, 6vw, 3.5rem);
  line-height: 1.15;
  color: var(--yellow);
  text-shadow: 2px 2px 0 rgba(0,0,0,0.6);
  margin-bottom: 16px;
  border-bottom: 3px double #333366;
  padding-bottom: 14px;
}

/* ---- POST META ---- */
.post-page-meta {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.72rem;
  color: var(--silver);
  letter-spacing: 0.06em;
  margin-bottom: 24px;
  background: #000033;
  border: 1px solid #222266;
  padding: 6px 10px;
}

/* ---- STAR RULE ---- */
.post-star-rule {
  text-align: center;
  color: var(--yellow);
  font-size: 0.9rem;
  letter-spacing: 0.4em;
  margin: 20px 0;
  overflow: hidden;
}

/* ---- ARTICLE BODY ---- */
.post-page-body {
  /* all p tags inside */
}

.post-page-body p {
  font-family: 'Times New Roman', Times, serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #dddddd;
  margin-bottom: 1.6em;
}

/* Lede */
.post-lede {
  font-family: 'Times New Roman', Times, serif !important;
  font-size: 1.08rem !important;
  color: #ffffff !important;
  font-weight: bold !important;
  border-left: 4px solid var(--cyan);
  padding-left: 14px;
  margin-bottom: 1.8em !important;
}

/* Drop cap */
.post-drop-cap {
  float: left;
  font-family: 'Times New Roman', Times, serif;
  font-size: 4rem;
  line-height: 0.75;
  margin: 6px 6px 0 0;
  color: var(--cyan);
}

/* Blockquotes */
.post-blockquote {
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--cyan);
  margin: 1.8em 0;
  padding: 12px 20px;
  border-left: 5px solid var(--cyan);
  background: #000033;
  line-height: 1.7;
}

.post-blockquote--alt {
  color: var(--yellow);
  border-color: var(--yellow);
}

/* Subheadings */
.post-subhead {
  font-family: 'Comic Sans MS', 'Chalkboard SE', cursive;
  font-size: clamp(1.1rem, 3vw, 1.6rem);
  color: var(--yellow);
  margin: 2em 0 0.8em;
  padding: 4px 10px;
  background: linear-gradient(90deg, #000055, #000033);
  border-left: 4px solid var(--yellow);
}

/* Margin note */
.post-note {
  font-family: 'Courier New', monospace;
  font-size: 0.75rem;
  color: #666688;
  font-style: italic;
  margin: -0.8em 0 1.2em;
}

/* Template helper — delete before publishing */
.post-closing {
  font-family: 'Courier New', monospace !important;
  font-size: 0.72rem !important;
  color: #333344 !important;
  font-style: italic;
  margin-top: 2em !important;
}

/* ---- POST END ---- */
.post-end-rule {
  border: none;
  border-top: 3px double #333366;
  margin: 30px 0 20px;
}

.post-end-section {
  text-align: center;
  padding: 20px 0;
}

.post-end-label {
  font-family: 'Courier New', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  color: #444466;
  margin-bottom: 16px;
}

.post-end-back {
  display: inline-block;
  background: var(--gold);
  border-top:    3px solid #ffff88;
  border-left:   3px solid #ffff88;
  border-right:  3px solid #886600;
  border-bottom: 3px solid #886600;
  color: #000000;
  font-family: 'Comic Sans MS', 'Chalkboard SE', cursive;
  font-weight: bold;
  font-size: 0.82rem;
  padding: 8px 20px;
  text-decoration: none;
  letter-spacing: 0.06em;
}

.post-end-back:hover   { background: var(--yellow); color: #000; text-decoration: none; }
.post-end-back:visited { color: #000; }

/* ---- RESPONSIVE ---- */
@media (max-width: 600px) {
  .post-page-wrap { padding: 15px 12px 40px; }
  .post-drop-cap  { font-size: 3rem; }
}