/* Post 1478 — GEO Glossary 2026 */
.entry-content a { color: #d4a04a; text-decoration: none; }
.entry-content a:hover { text-decoration: underline; }
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 18px;
    line-height: 1.8;
    max-width: 780px;
    margin: 0 auto;
    padding: 2rem 1.5rem 5rem;
    background: #fff;
  }
  .entry-content h2 {
  font-size: 1.45rem;
  margin-top: 3rem;
  margin-bottom: 0.75rem;
  border-bottom: 2px solid #ececec;
  padding-bottom: 0.4rem;
  font-weight: 700;
  }
  .entry-content h3 { font-size: 1.1rem; margin-top: 2rem; margin-bottom: 0.5rem; font-weight: 700; }
  .entry-content p { margin: 0 0 1.25rem; }
  .entry-content ul, ol { margin: 0 0 1.25rem 1.6rem; }
  .entry-content li { margin-bottom: 0.5rem; }
  .entry-content strong { font-weight: 700; }
  em { font-style: italic; }
  .entry-content .byline {
  color: #555;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
  font-family: -apple-system, sans-serif;
  }
  .entry-content .subtitle {
  font-size: 1.05rem;
  color: #444;
  font-style: italic;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
  }
  .entry-content .definition-block {
  background: #f5f5f5;
  border-left: 5px solid #111;
  padding: 1.25rem 1.6rem;
  margin: 2rem 0;
  border-radius: 0 6px 6px 0;
  }
  .entry-content .definition-block p { margin: 0 0 0.5rem; }
  .entry-content .definition-block p:last-child { margin: 0; }
  .entry-content .definition-block .label {
  font-family: -apple-system, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #666;
  margin-bottom: 0.5rem;
  display: block;
  }
  .entry-content .callout {
    background: #fffbf0;
  border-left: 5px solid #d4a012;
  padding: 1.1rem 1.5rem;
  margin: 2rem 0;
  border-radius: 0 6px 6px 0;
  }
  .entry-content .callout p { margin: 0 0 0.5rem; }
  .entry-content .callout p:last-child { margin: 0; }
  /* Term card */
  .entry-content .term-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.4rem 1.6rem;
  margin: 2rem 0;
    background: #fff;
  }
  .entry-content .term-card-header {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 0.65rem;
  }
  .entry-content .term-number {
  font-family: -apple-system, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  background: #111;
  color: #fff;
  padding: 0.22em 0.55em;
  border-radius: 3px;
  letter-spacing: 0.04em;
  flex-shrink: 0;
  }
  .entry-content .term-card h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #111;
  }
  .entry-content .term-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 0.5rem 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px dotted #eee;
  font-size: 0.95rem;
  margin: 0;
  }
  .entry-content .term-row:last-of-type { border-bottom: none; }
  .entry-content .tlabel {
  font-family: -apple-system, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #888;
  padding-top: 0.12rem;
  }
  .entry-content .term-row p { margin: 0; }
  .entry-content .term-row code {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.88rem;
  background: #f5f5f5;
  padding: 0.08em 0.3em;
  border-radius: 3px;
  }
  /* Comparison table */
  .entry-content .comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0 2rem;
  font-family: -apple-system, sans-serif;
  font-size: 0.92rem;
  }
  .entry-content .comparison-table th, .comparison-table td {
  padding: 0.7rem 0.85rem;
  text-align: left;
  border-bottom: 1px solid #ececec;
  vertical-align: top;
  }
  .entry-content .comparison-table th {
  background: #f5f5f5;
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #333;
  border-bottom: 2px solid #111;
  }
  .entry-content .comparison-table tr:last-child td { border-bottom: none; }
  .entry-content .comparison-table td:first-child {
  font-weight: 700;
  color: #111;
  }
  /* Stack diagram */
  .entry-content .stack-diagram {
  margin: 1.75rem 0 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  }
  .entry-content .stack-layer {
  display: grid;
  grid-template-columns: 80px 1fr 90px;
  align-items: center;
  background: #fafafa;
  border-left: 5px solid #111;
  padding: 0.75rem 1rem;
  border-radius: 0 5px 5px 0;
  gap: 0.85rem;
  font-family: -apple-system, sans-serif;
  font-size: 0.9rem;
  }
  .entry-content .stack-layer .sl-num {
  font-weight: 700;
  font-size: 0.8rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  }
  .entry-content .stack-layer .sl-name {
  font-weight: 700;
  color: #111;
  font-size: 1rem;
  }
  .entry-content .stack-layer .sl-role {
  font-size: 0.8rem;
  color: #666;
  text-align: right;
  }
  .entry-content .faq-item { margin-bottom: 1.75rem; }
  .entry-content .faq-item h3 { margin-bottom: 0.5rem; font-size: 1.05rem; }
  .entry-content .meta-section {
  font-family: -apple-system, sans-serif;
  font-size: 0.88rem;
  color: #555;
  border-top: 1px solid #e0e0e0;
  padding-top: 1.5rem;
  margin-top: 3rem;
  }
  .entry-content .meta-section h2 {
  font-size: 1rem;
  font-family: -apple-system, sans-serif;
  border: none;
  margin-top: 1.5rem;
  padding: 0;
  color: #333;
  }
  .entry-content .meta-section ul { margin-left: 1.2rem; }
  .entry-content .meta-section li { margin-bottom: 0.3rem; }
  .entry-content .author-bio {
  background: #f8f8f8;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  margin-top: 2.5rem;
  font-family: -apple-system, sans-serif;
  font-size: 0.9rem;
  color: #444;
  }
  .entry-content .author-bio strong { color: #111; }
@media (max-width: 600px) {
  .entry-content .term-row { grid-template-columns: 1fr; gap: 0.15rem; }
  .entry-content .tlabel { padding-top: 0; }
  .entry-content .stack-layer { grid-template-columns: 60px 1fr; gap: 0.6rem; }
  .entry-content .stack-layer .sl-role { display: none; }
  }