/* Topics index + topic pages (moreorlesspod.com/topics) */
.topics-wrap { font-family: 'Lato', sans-serif; }
.topics-wrap h2 { font-size: 26px; margin-bottom: 8px; }
.topics-wrap .lede { color: #555; margin-bottom: 28px; }
.topics-ep { margin: 34px 0 10px; padding-bottom: 6px; border-bottom: 2px solid #111; }
.topics-ep h3 { font-size: 18px; text-transform: none; margin: 0; }
.topics-ep h3 a { color: #111; text-decoration: none; }
.topics-ep h3 a:hover { text-decoration: underline; }
.topics-ep .meta { color: #777; font-size: 13px; margin: 4px 0 0; }
.topic-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px; margin: 18px 0 10px; }
.topic-card { display: block; color: inherit; text-decoration: none; border: 1px solid #e6e6e6; background: #fff; transition: box-shadow .15s, transform .15s; }
.topic-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.10); transform: translateY(-2px); text-decoration: none; color: inherit; }
.topic-thumb { position: relative; aspect-ratio: 16/9; background: #111 center/cover no-repeat; }
.topic-thumb .dur { position: absolute; right: 8px; bottom: 8px; background: rgba(0,0,0,.8); color: #fff; font-size: 12px; padding: 2px 6px; border-radius: 3px; font-family: 'Space Mono', monospace; }
.topic-thumb .play { position: absolute; left: 50%; top: 50%; width: 46px; height: 46px; margin: -23px 0 0 -23px; border-radius: 50%; background: rgba(255,255,255,.92); }
.topic-thumb .play:after { content: ""; position: absolute; left: 18px; top: 13px; border-style: solid; border-width: 10px 0 10px 16px; border-color: transparent transparent transparent #111; }
.topic-body { padding: 12px 14px 14px; }
.topic-body .num { color: #999; font-size: 12px; font-family: 'Space Mono', monospace; }
.topic-body h4 { font-size: 16px; line-height: 1.3; margin: 4px 0 8px; text-transform: none; color: #111; }
.topic-body p { font-size: 14px; color: #444; margin: 0; line-height: 1.45; }
/* topic page */
.topic-page { font-family: 'Lato', sans-serif; }
.topic-page .crumbs { font-size: 14px; color: #777; margin-bottom: 14px; }
.topic-page .crumbs a { color: #007bff; }
.topic-page h2 { font-size: 26px; line-height: 1.25; margin-bottom: 6px; }
.topic-page .byline { color: #666; font-size: 14px; margin-bottom: 18px; }
.topic-page video { width: 100%; background: #000; display: block; }
.topic-page .cap { font-family: 'Space Mono', monospace; font-size: 12px; color: #777; margin: 8px 0 22px; }
.topic-page .short { font-size: 17px; line-height: 1.5; color: #222; margin-bottom: 20px; }
.topic-page h3 { font-size: 15px; text-transform: uppercase; letter-spacing: .06em; color: #333; margin: 26px 0 10px; }
.topic-page ul.points li { margin-bottom: 8px; line-height: 1.45; }
.topic-page .positions { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.topic-page .pos { background: #f6f6f6; padding: 12px 14px; font-size: 14px; line-height: 1.45; }
.topic-page .pos b { display: block; margin-bottom: 4px; }
.topic-page blockquote { margin: 0 0 14px; }
.topic-page blockquote .who { display: block; color: #777; font-size: 13px; margin-top: 6px; }
.topic-page .nav { display: flex; justify-content: space-between; gap: 16px; margin-top: 30px; padding-top: 16px; border-top: 1px solid #e6e6e6; font-size: 14px; }
.topic-page .nav a { max-width: 48%; }
.topic-page .foot { margin-top: 30px; font-size: 14px; color: #666; }

.topic-page .tweet-suggestions { display: flex; flex-direction: column; gap: 12px; margin-bottom: 22px; }
.topic-page .tweet-card { border: 1px solid #e2e2e2; border-radius: 10px; padding: 14px 16px; background: #fafafa; }
.topic-page .tweet-card p { font-size: 15px; line-height: 1.45; color: #222; margin: 0 0 8px; }
.topic-page .tweet-share { font-family: 'Space Mono', monospace; font-size: 12px; color: #1d9bf0; text-decoration: none; }
.topic-page .tweet-share:hover { text-decoration: underline; }
