/* post-1621.css — 10 GEO Voices Worth Following */

/* Territory map */
.territory-stack { border: 1px solid #e0e0e0; border-radius: 8px; overflow: hidden; margin: 1.5rem 0 2rem; }
.territory-row { display: flex; align-items: stretch; border-bottom: 1px solid #efefef; }
.territory-row:last-child { border-bottom: none; }
.tr-area { font-family: -apple-system, sans-serif; font-size: 0.85rem; font-weight: 700; color: #111; padding: 0.85rem 1.1rem; min-width: 180px; background: #f7f7f7; border-right: 1px solid #e0e0e0; display: flex; align-items: center; }
.tr-voices { font-family: -apple-system, sans-serif; font-size: 0.88rem; color: #4a4540; padding: 0.85rem 1.25rem; flex: 1; display: flex; align-items: center; }
@media (max-width: 600px) { .territory-row { flex-direction: column; } .tr-area { border-right: none; border-bottom: 1px solid #e0e0e0; min-width: auto; padding: 0.6rem 1rem; } .tr-voices { padding: 0.6rem 1rem; } }

/* Voice cards */
.voice-card { border: 1px solid #e0e0e0; border-radius: 8px; margin: 1.5rem 0; overflow: hidden; }
.voice-card-header { display: flex; align-items: center; gap: 0.75rem; padding: 1rem 1.25rem; background: #fafafa; border-bottom: 1px solid #efefef; flex-wrap: wrap; }
.voice-number { font-family: -apple-system, sans-serif; font-size: 0.75rem; font-weight: 700; color: #aaa; letter-spacing: 0.08em; flex-shrink: 0; }
.voice-card-header h3 { margin: 0; font-size: 1.05rem; flex: 1; }
.voice-format { font-family: -apple-system, sans-serif; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; padding: 0.2rem 0.55rem; border-radius: 3px; white-space: nowrap; }
.voice-format.multi { background: #e8d5f5; color: #5a2d82; }
.voice-format.newsletter { background: #d1ecf1; color: #0c5460; }
.voice-format.research { background: #fff3cd; color: #856404; }
.voice-format.video { background: #d4edda; color: #155724; }
.voice-format.podcast { background: #f8d7da; color: #721c24; }
.voice-row { border-top: 1px solid #f0f0f0; padding: 0.85rem 1.25rem; }
.voice-row:first-of-type { border-top: none; }
.vlabel { font-family: -apple-system, sans-serif; font-size: 0.73rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #aaa; display: block; margin-bottom: 0.3rem; }
.voice-row p { margin: 0; font-size: 0.95rem; }

/* Format tags in summary table */
.format-tag { font-family: -apple-system, sans-serif; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; padding: 0.2rem 0.55rem; border-radius: 3px; white-space: nowrap; }
.format-tag.multi { background: #e8d5f5; color: #5a2d82; }
.format-tag.newsletter { background: #d1ecf1; color: #0c5460; }
.format-tag.research { background: #fff3cd; color: #856404; }
.format-tag.video { background: #d4edda; color: #155724; }
.format-tag.podcast { background: #f8d7da; color: #721c24; }
