/* Blog-only additions. Everything else reuses the legal-page layout. */
.blog-post .legal-header .section-eyebrow a { color: inherit; text-decoration: none; }
.blog-post .legal-header .section-eyebrow a:hover { opacity: 0.7; }

.show-list { list-style: none; padding: 0; margin: 20px 0 8px; display: grid; gap: 10px; }
.show-card {
  display: grid; grid-template-columns: 80px 1fr; gap: 16px; align-items: start;
  padding: 14px; border: 1px solid rgba(11,14,20,0.09); border-radius: 16px;
  background: #fff;
}
.show-art { width: 80px; height: 80px; border-radius: 12px; display: block; }
.show-meta h3 { font-family: 'Inter Tight', sans-serif; font-size: 1.02rem; margin: 1px 0 2px; }
.show-by { font-size: 0.82rem; color: #6B7280; margin: 0 0 6px; }
.show-note { font-size: 0.93rem; margin: 0 0 8px; color: #3C4148; }
.show-chips { margin: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.show-chip {
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.01em;
  padding: 3px 9px; border-radius: 999px;
  background: rgba(16,185,129,0.10); color: #0a6b4a;
}

.post-list { list-style: none; padding: 0; margin: 20px 0; display: grid; gap: 10px; }
.post-row a {
  display: block; padding: 16px 18px; border-radius: 16px; text-decoration: none;
  border: 1px solid rgba(11,14,20,0.09); background: #fff; color: inherit;
}
.post-row a:hover { border-color: rgba(10,107,74,0.35); opacity: 1; }
.post-row h3 { font-family: 'Inter Tight', sans-serif; font-size: 1.05rem; margin: 0 0 4px; }
.post-row p { font-size: 0.92rem; margin: 0 0 8px; color: #5B6B64; }
.post-count { font-size: 0.75rem; font-weight: 700; color: #0a6b4a; letter-spacing: 0.04em; text-transform: uppercase; }

/* "Know a show we're missing?" — the catalog is hand-picked, so the obvious
   question a reader finishes a list with is "why isn't X here?". Caveat is
   declared here rather than in the shared fonts.css so only the guides pay
   for it, and only when this bar is actually on the page. */
@font-face {
  font-family: 'Caveat Brush';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/caveat-brush-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.ask-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 30px 0 8px;
  padding: 18px 20px 18px 26px;
  background: #fff;
  border: 2px dashed rgba(10,107,74,0.28);
  border-radius: 999px;
}
.ask-copy {
  flex: 1 1 260px;
  margin: 0 !important;
  font-size: 0.97rem;
  color: #3C4148;
  line-height: 1.5;
}
.ask-lead {
  font-family: 'Caveat Brush', 'Segoe Script', 'Bradley Hand', cursive;
  font-weight: 400;
  font-size: 1.4rem;
  color: #0a6b4a;
  margin-right: 8px;
  vertical-align: -1px;
}
.ask-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #0B0E14;
  font-weight: 600;
  font-size: 0.92rem;
  white-space: nowrap;
  transition: background 0.2s, transform 0.15s;
}
/* .legal-content a sets an accent colour and underline; this is a button. */
.legal-content .ask-bar a {
  color: #fff;
  text-decoration: none;
}
.ask-btn:hover { background: var(--accent); transform: translateY(-1px); }
.ask-btn svg { transition: transform 0.2s; }
.ask-btn:hover svg { transform: translateX(3px); }

@media (max-width: 620px) {
  .ask-bar {
    border-radius: 22px;
    padding: 18px 20px;
    gap: 14px;
  }
  .ask-btn { width: 100%; justify-content: center; }
}

.blog-cta {
  margin: 32px 0 8px; padding: 26px 24px; border-radius: 20px; text-align: center;
  background: linear-gradient(135deg, #0a4f39 0%, #0a6b4a 48%, #17a06e 100%); color: #fff;
}
.blog-cta h2 { font-family: 'Inter Tight', sans-serif; color: #fff; margin: 0 0 8px; font-size: 1.35rem; }
.blog-cta p { color: rgba(255,255,255,0.88); margin: 0 auto 18px; max-width: 46ch; font-size: 0.96rem; }
.blog-cta .btn-app-store { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
/* .legal-content a sets link colour and underline; the CTA button needs neither. */
.legal-content .blog-cta a { text-decoration: none; border-bottom: 0; color: #fff; }
.blog-cta-fine { font-size: 0.8rem; margin: 14px 0 0 !important; color: rgba(255,255,255,0.72) !important; }

@media (max-width: 540px) {
  .show-card { grid-template-columns: 64px 1fr; gap: 12px; padding: 12px; }
  .show-art { width: 64px; height: 64px; }
}
