/* Shared news indexes: categories, tags, dates, authors, search and posts index. */
body.ns-news-index .site-content { background: #f6f5f2; padding: 36px 0 56px; }
body.ns-news-index .site-content > .container { max-width: 1180px; }
body.ns-news-index .site-content > .container > .row > .col-md-4 { display: none !important; }
body.ns-news-index .site-content > .container > .row > .col-md-8 { flex: 0 0 100%; max-width: 100%; }
body.ns-news-index .page-title { margin: 0 0 30px; padding: 24px 28px; border-left: 4px solid #c5963c; border-radius: 0 14px 14px 0; background: #fff; color: #681019; font-size: clamp(26px, 3vw, 36px); font-weight: 700; line-height: 1.5; }
body.ns-news-index #content.site-archive-content { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
body.ns-news-index #content > :not(article) { grid-column: 1 / -1; }
body.ns-news-index #content > article { margin: 0; padding: 0; min-width: 0; overflow: hidden; background: #fff; border: 1px solid #e9e3d8; border-radius: 16px; box-shadow: 0 8px 24px rgba(24,30,40,.045); transition: box-shadow .2s, transform .2s; }
body.ns-news-index #content > article:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(24,30,40,.09); }
body.ns-news-index #content > article > .row { display: flex; flex-direction: column; height: 100%; margin: 0; }
body.ns-news-index #content > article > .row > [class*="col-"] { width: 100%; max-width: 100%; flex: 0 0 auto; padding: 0; }
body.ns-news-index #content > article > .row > .col-md-8 { flex: 1 1 auto; }
body.ns-news-index article .entry-thumbnail { display: block; margin: 0; background: #ece8df; aspect-ratio: 16 / 10; overflow: hidden; }
body.ns-news-index article .entry-thumbnail img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
body.ns-news-index article .card-body { padding: 22px !important; gap: 14px; }
body.ns-news-index article .entry-title { margin: 0 0 12px; font-size: 21px; line-height: 1.55; font-weight: 700; overflow-wrap: anywhere; }
body.ns-news-index article .entry-title a { color: #681019; text-decoration: none; }
body.ns-news-index article .entry-title a:hover { color: #996c24; }
body.ns-news-index article .entry-meta, body.ns-news-index article .entry-meta a { color: #79736a; font-size: 13px; line-height: 1.7; }
body.ns-news-index article .entry-summary { display: block !important; color: #5b6068; font-size: 15px; line-height: 1.85; }
body.ns-news-index article .entry-summary p { margin: 0; }
body.ns-news-index article .entry-footer { width: 100%; padding-top: 14px; border-top: 1px solid #eee8de; }
body.ns-news-index article .entry-categories { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; font-size: 0; }
body.ns-news-index article .entry-categories a { display: inline-block; padding: 4px 9px; background: #f8f3e9; border-radius: 6px; color: #806130; font-size: 12px; line-height: 1.6; text-decoration: none; }
body.ns-news-index article .ns-read-story { display: inline-flex; align-items: center; gap: 12px; margin-top: 2px; padding: 9px 15px; border-radius: 8px; background: #681019; color: #fff; font-size: 14px; font-weight: 600; text-decoration: none; }
body.ns-news-index article .ns-read-story:hover { background: #48101a; color: #f2d895; }
body.ns-news-index #content a:focus-visible { outline: 3px solid #c5963c; outline-offset: 3px; }
body.ns-news-index .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; min-height: 40px; padding: 7px 12px; border-radius: 8px; background: #fff; color: #681019; border: 1px solid #e9e3d8; }
body.ns-news-index .page-numbers.current { background: #681019; color: #fff; }
@media (max-width: 1023px) { body.ns-news-index #content.site-archive-content { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; } }
@media (max-width: 600px) {
  body.ns-news-index .site-content { padding: 22px 0 32px; }
  body.ns-news-index #content.site-archive-content { grid-template-columns: minmax(0,1fr); gap: 20px; }
  body.ns-news-index .page-title { padding: 18px 20px; margin-bottom: 22px; }
  body.ns-news-index article .card-body { padding: 20px !important; }
}
@media (prefers-reduced-motion: reduce) { body.ns-news-index #content > article { transition: none; transform: none; } }
