/* Post CSS: 10 Technical Audit Checks Every GEO Page Should Pass */
ul,

  .byline {
    color: #555;
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
    font-family: -apple-system, sans-serif;
  }
  .subtitle {
    font-size: 1.05rem;
    color: #444;
    font-style: italic;
    margin-bottom: 2rem;
    margin-top: 0.5rem;
  }

  .definition-block {
    background: #f5f5f5;
    border-left: 5px solid #111;
    padding: 1.25rem 1.6rem;
    margin: 2rem 0;
    border-radius: 0 6px 6px 0;
  }
  .definition-block
  .definition-block p:last-child { margin: 0; }
  .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;
  }

  .callout {
    background: #fffbf0;
    border-left: 5px solid #d4a012;
    padding: 1.1rem 1.5rem;
    margin: 2rem 0;
    border-radius: 0 6px 6px 0;
  }
  .callout
  .callout p:last-child { margin: 0; }

  /* Check cards */
  .check-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.4rem 1.6rem;
    margin: 2rem 0;
    background: #fff;
  }
  .check-card-header {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 0.65rem;
  }
  .check-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;
  }
  .check-card
  .check-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;
  }
  .check-row:last-of-type { border-bottom: none; }
  .check-row > p:not(:first-child),
  .check-row > pre { grid-column: 2; margin-top: 0; }
  .clabel {
    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;
  }
  .check-row
  .check-row code, .code-inline {
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.86rem;
    background: #f5f5f5;
    padding: 0.08em 0.3em;
    border-radius: 3px;
  }
  pre {
    background: #1e1e1e;
    color: #e4e4e4;
    padding: 0.9rem 1.1rem;
    border-radius: 6px;
    overflow-x: auto;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.83rem;
    line-height: 1.55;
    margin: 0.5rem 0 0;
  }
  pre code { background: none; color: inherit; padding: 0; }

  /* Summary table */
  .summary-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0 2rem;
    font-family: -apple-system, sans-serif;
    font-size: 0.91rem;
  }
  .summary-table th, .summary-table td {
    padding: 0.65rem 0.85rem;
    text-align: left;
    border-bottom: 1px solid #ececec;
    vertical-align: top;
  }
  .summary-table th {
    background: #f5f5f5;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #333;
    border-bottom: 2px solid #111;
  }
  .summary-table tr:last-child td { border-bottom: none; }
  .summary-table td:first-child {
    font-weight: 700;
    color: #111;
    width: 6%;
    text-align: center;
  }
  .summary-table td:nth-child(2) { font-weight: 700; color: #111; }
  .summary-table .tier {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.1em 0.45em;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .tier.critical { background: #fde4e1; color: #8b2c1f; }
  .tier.warn { background: #fff4d4; color: #856400; }
  .tier.info { background: #e1eefd; color: #1f4a8b; }

  /* Module diagram */
  .module-stack {
    margin: 1.75rem 0 2.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }
  .module-row {
    display: grid;
    grid-template-columns: 80px 1fr 100px;
    align-items: center;
    background: #fafafa;
    border-left: 5px solid #111;
    padding: 0.7rem 1rem;
    border-radius: 0 5px 5px 0;
    gap: 0.85rem;
    font-family: -apple-system, sans-serif;
    font-size: 0.9rem;
  }
  .module-row .mr-num {
    font-weight: 700;
    font-size: 0.78rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  .module-row .mr-name {
    font-weight: 700;
    color: #111;
    font-size: 0.98rem;
  }
  .module-row .mr-count {
    font-size: 0.78rem;
    color: #666;
    text-align: right;
    font-weight: 600;
  }

  .faq-it
  .faq-item

  .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;
  }
  .meta-section
  .meta-section
  .meta-section

  .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;
  }
  .author-bio

  @media (max-width: 600px) {
    .check-row { grid-template-columns: 1fr; gap: 0.15rem; }
    .clabel { padding-top: 0; }
    .module-row { grid-template-columns: 60px 1fr; gap: 0.6rem; }
    .module-row .mr-count { display: none; }
    pre { font-size: 0.76rem; }
  }