/* Nevada.Listing.Press — public index grid */
.nv-public-index { max-width: 1100px; margin: 0 auto; padding: 8px 0 28px; }
.nv-index-head .nv-kicker { letter-spacing: .12em; font-size: 12px; font-weight: 800; color: #13294e; margin: 0 0 4px; }
.nv-index-head h2 { margin: 0 0 4px; font-size: 28px; color: #13294e; }
.nv-index-head p { margin: 0 0 14px; color: #4b5563; }

.nv-cat-nav { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; }
.nv-chip { display: inline-block; padding: 6px 12px; border-radius: 999px; background: #eef1f5; color: #13294e;
  font-size: 13px; font-weight: 700; text-decoration: none; border: 1px solid #d8dee7; }
.nv-chip:hover { background: #e2e8f1; }
.nv-chip.is-active { background: #13294e; color: #fff; border-color: #13294e; }

.nv-index-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; }
.nv-index-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 14px; box-shadow: 0 1px 3px rgba(0,0,0,.05); }
.nv-index-card .nv-thumb { display: block; margin: -14px -14px 12px; }
.nv-index-card .nv-thumb img { width: 100%; height: auto; border-radius: 14px 14px 0 0; display: block; }
.nv-index-card h3 { margin: 0 0 8px; font-size: 17px; line-height: 1.3; color: #111827; }
.nv-index-card a { text-decoration: none; color: inherit; }
.nv-index-card a:hover h3 { color: #13294e; }
.nv-meta { display: flex; gap: 8px; flex-wrap: wrap; margin: 0 0 8px; font-size: 12px; }
.nv-meta span { background: #eef1f5; color: #334155; padding: 2px 8px; border-radius: 6px; font-weight: 600; }
.nv-index-card p { color: #4b5563; font-size: 14px; line-height: 1.45; margin: 0 0 10px; }
.nv-source-link { display: inline-block; font-weight: 700; color: #13294e !important; font-size: 13px; }
.nv-muted { color: #9ca3af; }
.nv-disclaimer { margin-top: 18px; color: #6b7280; font-size: 12px; }

/* single-post brief entry */
.nv-brief-entry .nv-card-image img, .nv-brief-entry .nv-source-image img { max-width: 100%; height: auto; border-radius: 10px; }
.nv-brief-entry .nv-brief { font-size: 16px; line-height: 1.6; }
.nv-brief-entry .nv-source, .nv-brief-entry .nv-indexed { margin: 6px 0; }
.nv-brief-entry .nv-disclaimer { color: #6b7280; font-size: 12px; }
