/* Post 1431 — Month 0 GEO Content Plan Baseline */
.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; }
.entry-content .callout.critical {
  background: #fff5f5;
  border-left-color: #c0392b;
}
.entry-content .geolab-toc {
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.1rem 1.4rem;
  margin: 1.75rem 0 2rem;
  font-family: -apple-system, sans-serif;
  font-size: 0.9rem;
}
.entry-content .geolab-toc .toc-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #888;
  margin-bottom: 0.6rem;
  display: block;
}
.entry-content .geolab-toc ol { margin: 0; padding-left: 1.3rem; }
.entry-content .geolab-toc li { margin-bottom: 0.3rem; }
.entry-content .geolab-toc a { color: #2E75B6; text-decoration: none; }
.entry-content .geolab-toc a:hover { text-decoration: underline; }
.entry-content .states-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 1.5rem 0 2rem;
}
.entry-content .state-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.1rem 1.25rem;
  font-family: -apple-system, sans-serif;
  font-size: 0.91rem;
}
.entry-content .state-card .state-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 0.4rem;
  display: block;
}
.entry-content .state-card.invisible { border-left: 4px solid #888; }
.entry-content .state-card.invisible .state-label { color: #888; }
.entry-content .state-card.stage0 { border-left: 4px solid #e67e22; }
.entry-content .state-card.stage0 .state-label { color: #e67e22; }
.entry-content .state-card.mentioned { border-left: 4px solid #2E75B6; }
.entry-content .state-card.mentioned .state-label { color: #2E75B6; }
.entry-content .state-card.cited { border-left: 4px solid #27ae60; }
.entry-content .state-card.cited .state-label { color: #27ae60; }
.entry-content .state-card p { margin: 0; font-size: 0.89rem; line-height: 1.5; }
.entry-content .protocol-steps {
  counter-reset: protocol-counter;
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 2rem;
}
.entry-content .protocol-steps li {
  counter-increment: protocol-counter;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding: 1rem 1.25rem;
  background: #fafafa;
  border-radius: 6px;
  border: 1px solid #e8e8e8;
  font-family: -apple-system, sans-serif;
  font-size: 0.92rem;
  line-height: 1.5;
}
.entry-content .protocol-steps li::before {
  content: counter(protocol-counter);
  background: #111;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.05rem;
}
.entry-content .tier-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0 1.75rem;
  font-family: -apple-system, sans-serif;
  font-size: 0.91rem;
}
.entry-content .tier-table th {
  padding: 0.6rem 1rem;
  text-align: left;
  font-weight: 700;
  font-size: 0.82rem;
  background: #111;
  color: #fff;
}
.entry-content .tier-table th:first-child { border-radius: 6px 0 0 0; }
.entry-content .tier-table th:last-child  { border-radius: 0 6px 0 0; }
.entry-content .tier-table td {
  padding: 0.65rem 1rem;
  border-bottom: 1px solid #efefef;
  vertical-align: top;
}
.entry-content .tier-table tr:last-child td { border-bottom: none; }
.entry-content .tier-table tr:nth-child(even) td { background: #fafafa; }
.entry-content .experiment-status {
  background: #f0f7ff;
  border: 1px solid #bdd9f5;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  margin: 2rem 0;
  font-family: -apple-system, sans-serif;
  font-size: 0.91rem;
}
.entry-content .experiment-status .exp-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #2E75B6;
  margin-bottom: 0.5rem;
  display: block;
}
.entry-content .experiment-status p { margin: 0 0 0.4rem; }
.entry-content .experiment-status p:last-child { margin: 0; }
.entry-content .exp-status-badge {
  display: inline-block;
  background: #e67e22;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.15rem 0.55rem;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-left: 0.4rem;
  vertical-align: middle;
}
.entry-content .review-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  margin: 1.25rem 0;
  font-family: -apple-system, sans-serif;
  background: #fafafa;
}
.entry-content .review-card blockquote {
  margin: 0 0 0.75rem;
  font-style: italic;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.6;
  border: none;
  padding: 0;
}
.entry-content .reviewer-meta { font-size: 0.85rem; color: #555; }
.entry-content .reviewer-meta strong { color: #111; }
.entry-content .rating-stars { color: #d4a012; font-size: 0.9rem; margin-top: 0.2rem; }
.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: 560px) {
  .entry-content .states-grid { grid-template-columns: 1fr; }
}
