/* ============================================================
   THE BOZEMAN DAILY BEE — Newspaper Theme
   Old broadsheet aesthetic: serif fonts, cream background,
   navy rules, multi-column layout.
   ============================================================ */

/* --- Self-Hosted Fonts (eliminates layout shift) --- */
@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/dmserif-normal-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Serif Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/dmserif-italic-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/sourceserif4-normal-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/sourceserif4-italic-latin.woff2') format('woff2');
}
/* --- Reset & Base --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Source Serif 4', 'Georgia', serif;
  font-size: 17px;
  line-height: 1.65;
  color: #222;
  background: #fdf5e6;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

a {
  color: #222;
  text-decoration: none;
}
a:hover {
  color: #29527a;
}

/* --- Masthead --- */
.masthead {
  text-align: center;
  padding: 15px 0 0;
}
.masthead-rule-top {
  border-top: 4px double #29527a;
  margin-bottom: 8px;
}
.masthead-top {
  display: flex;
  justify-content: space-between;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #666;
  padding: 0 5px 6px;
}
.masthead-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 5px 0;
}
.bee-icon {
  font-size: 36px;
}
.masthead-title {
  font-family: 'DM Serif Display', 'Georgia', serif;
  font-size: 52px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.1;
}
.masthead-title a {
  color: #29527a;
}
.masthead-title a:hover {
  color: #1a3a5c;
}
.masthead-tagline {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  font-style: italic;
  color: #888;
  padding: 4px 0 10px;
  letter-spacing: 0.5px;
}
.masthead-rule-bottom {
  border-bottom: 2px solid #29527a;
  border-top: 1px solid #29527a;
  height: 5px;
}

/* --- Navigation --- */
.section-nav {
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}
.section-nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 0;
}
.section-nav li {
  border-right: 1px solid #ddd;
}
.section-nav li:last-child {
  border-right: none;
}
.section-nav a {
  display: block;
  padding: 10px 22px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #444;
  transition: background 0.15s, color 0.15s;
}
.section-nav a:hover,
.section-nav a.active {
  background: #29527a;
  color: #fdf5e6;
}

/* --- Main Layout --- */
.newspaper-body {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 30px;
  padding: 10px 0 40px;
}
.content-area {
  min-width: 0;
}

/* --- Hero Area (Lead + Secondary) --- */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-bottom: 5px;
}
.hero-lead {
  border-right: 1px solid #ccc;
  padding-right: 25px;
}
.hero-lead-image {
  display: block;
  margin-bottom: 12px;
}
.hero-lead-image img {
  width: 100%;
  height: auto;
  display: block;
  filter: saturate(0.85) contrast(1.05);
}
.lead-headline {
  font-family: 'DM Serif Display', 'Georgia', serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 10px;
}
.lead-headline a:hover {
  color: #29527a;
}
.lead-meta {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: flex;
  gap: 15px;
}
.lead-summary {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 8px;
}
.read-more {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #29527a;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Hero Secondary Headlines */
.hero-secondary {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hero-headline {
  padding: 12px 0;
  border-bottom: 1px solid #e0d8c8;
}
.hero-headline:last-child {
  border-bottom: none;
}
.hero-headline a {
  font-family: 'DM Serif Display', 'Georgia', serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  display: block;
  margin-bottom: 3px;
}
.hero-headline a:hover {
  color: #29527a;
}
.hero-headline-meta {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.hero-headline-with-image {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 12px;
  align-items: start;
}
.hero-headline-thumb {
  display: block;
}
.hero-headline-thumb img {
  width: 80px;
  height: 55px;
  object-fit: cover;
  border: 1px solid #ddd;
}
.hero-headline-with-image .hero-headline-text a {
  font-size: 17px;
}

/* --- Compact Cards (Section Grid) --- */
.section-grid-compact {
  grid-template-columns: repeat(3, 1fr);
}
.compact-card {
  padding: 8px 0;
  border-bottom: 1px solid #e8e0d0;
}
.compact-card:last-child {
  border-bottom: none;
}
.compact-card-headline {
  font-family: 'DM Serif Display', 'Georgia', serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  display: block;
  margin-bottom: 2px;
}
.compact-card-headline:hover {
  color: #29527a;
}
.compact-card-meta {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 10px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.compact-card-featured {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  padding: 12px 0;
}
.compact-card-image {
  display: block;
}
.compact-card-image img {
  width: 100px;
  height: 70px;
  object-fit: cover;
  border: 1px solid #ddd;
}
.compact-card-featured .compact-card-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.compact-card-featured .compact-card-headline {
  font-size: 15px;
  line-height: 1.25;
}

/* --- Section Rules --- */
.section-rule {
  border-top: 2px solid #29527a;
  margin: 20px 0;
}
.section-rule-thin {
  border-top: 1px solid #ccc;
  margin: 8px 0 15px;
}
.article-divider {
  border-top: 1px solid #e0d8c8;
  margin: 18px 0;
}
.article-divider-thick {
  border-top: 2px solid #29527a;
  margin: 25px 0;
}

/* --- Featured Images --- */
.article-featured-image {
  margin: 0 0 20px 0;
}
.article-featured-image img {
  width: 100%;
  height: auto;
  display: block;
  filter: saturate(0.85) contrast(1.05);
}
.article-featured-image figcaption {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  color: #888;
  font-style: italic;
  padding-top: 6px;
  border-top: 1px solid #e8e0d0;
  margin-top: 6px;
}

/* --- Section Grid (Front Page) --- */
.section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.front-section {
  padding: 0;
}
.section-header {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #29527a;
}
.section-header a {
  color: #29527a;
}

/* --- Article Cards --- */
.article-card {
  margin-bottom: 18px;
}
.article-card-has-image {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
}
.article-card-image {
  display: block;
}
.article-card-image img {
  width: 200px;
  height: 140px;
  object-fit: cover;
  border: 1px solid #ddd;
}
.article-card-headline {
  font-family: 'DM Serif Display', 'Georgia', serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 5px;
}
.article-card-headline a:hover {
  color: #29527a;
}
.article-card-meta {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
  display: flex;
  gap: 12px;
}
.article-card-summary {
  font-size: 15px;
  line-height: 1.55;
  color: #444;
}
.article-card-tags {
  margin-top: 5px;
}
.tag {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #e8e0d0;
  color: #666;
  padding: 2px 8px;
  border-radius: 2px;
  margin-right: 4px;
}
a.tag:hover {
  background: #29527a;
  color: #fff;
}

/* --- Single Article --- */
.article-single {
  max-width: 720px;
}
.article-title {
  font-family: 'DM Serif Display', 'Georgia', serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 12px;
}
.article-meta {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.article-tags {
  margin-bottom: 15px;
}
.article-body {
  font-size: 17px;
  line-height: 1.75;
}
.article-body p {
  margin-bottom: 18px;
}
.article-body blockquote {
  border-left: 3px solid #29527a;
  margin: 20px 0;
  padding: 10px 20px;
  font-style: italic;
  color: #555;
  background: #f5efe0;
}
.article-disclaimer {
  color: #999;
  font-size: 14px;
}
.article-source {
  color: #aaa;
  font-size: 12px;
}
.article-footer {
  margin-top: 10px;
}
.related-articles {
  margin-top: 30px;
}
.related-header {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #29527a;
}

/* --- Section Page --- */
.section-page-title {
  font-family: 'DM Serif Display', 'Georgia', serif;
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 5px;
}
.section-description {
  font-style: italic;
  color: #888;
  font-size: 15px;
  margin-bottom: 5px;
}
.article-list .article-card-headline {
  font-size: 24px;
}

/* --- Sidebar Widgets --- */
.sidebar {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.widget {
  background: #f5efe0;
  border: 1px solid #e0d8c8;
  padding: 18px;
  margin-bottom: 20px;
}
.widget-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #29527a;
  border-bottom: 2px solid #29527a;
  padding-bottom: 6px;
  margin-bottom: 12px;
}

/* Weather Widget */
.weather-body {
  margin-bottom: 8px;
}
.weather-details {
  font-size: 13px;
  line-height: 1.5;
}
.weather-condition {
  font-weight: 600;
  margin-bottom: 4px;
}
.weather-icon {
  font-size: 16px;
  vertical-align: middle;
}
.weather-temps {
  display: flex;
  gap: 12px;
  margin-bottom: 3px;
}
.weather-wind {
  color: #888;
}
.weather-uv {
  color: #888;
  margin-top: 2px;
}
.weather-summary {
  font-size: 12.5px;
  line-height: 1.5;
  color: #444;
  border-top: 1px solid #e8e0d0;
  padding-top: 8px;
  font-style: italic;
}
.bee-cam {
  position: relative;
  margin-bottom: 12px;
}
.bee-cam img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05);
  border: 1px solid #ddd;
}
.bee-cam-overlay {
  position: absolute;
  top: 6px;
  left: 6px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.bee-cam-label {
  background: rgba(200, 0, 0, 0.85);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 6px;
  letter-spacing: 1px;
}
.bee-cam-location {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 9px;
  padding: 2px 6px;
}

/* Trending Widget */
.trending-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.trending-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #e8e0d0;
  font-size: 13px;
  line-height: 1.4;
  color: #444;
}
.trending-item:last-child {
  border-bottom: none;
}
.trending-item-num {
  font-family: 'DM Serif Display', serif;
  font-size: 24px;
  color: #ccc;
  text-align: center;
}
.trending-item-text {
  display: flex;
  align-items: center;
}

/* Subscribe Widget */
.subscribe-text {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 12px;
}
.subscribe-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.subscribe-input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  padding: 8px 10px;
  border: 1px solid #ccc;
  background: #fff;
}
.subscribe-input:focus {
  outline: 2px solid #29527a;
  border-color: #29527a;
}
.subscribe-btn {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 10px;
  background: #29527a;
  color: #fdf5e6;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.15s;
}
.subscribe-btn:hover {
  background: #1a3a5c;
}
.subscribe-result {
  font-size: 13px;
  font-style: italic;
  color: #29527a;
  padding-top: 5px;
}

/* Classifieds Widget */
.classifieds-widget .widget-title {
  margin-bottom: 10px;
}
.classified-ad {
  font-size: 12.5px;
  line-height: 1.5;
  color: #444;
  padding: 8px 0;
  border-bottom: 1px solid #e8e0d0;
}
.classified-ad:last-child {
  border-bottom: none;
}
.classified-ad strong {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #29527a;
}

/* --- Donation Popup --- */
.donation-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.donation-popup {
  background: #fdf5e6;
  border: 3px solid #29527a;
  max-width: 520px;
  width: 90%;
  padding: 35px 30px;
  position: relative;
  text-align: center;
}
.donation-close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
  background: none;
  border: none;
  color: #ccc;
  cursor: pointer;
  line-height: 1;
}
.donation-close:hover {
  color: #222;
}
.donation-headline {
  font-family: 'DM Serif Display', 'Georgia', serif;
  font-size: 24px;
  font-weight: 900;
  color: #29527a;
  margin-bottom: 15px;
  line-height: 1.2;
}
.donation-body {
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 10px;
  color: #444;
}
.donation-stats {
  font-size: 13px;
  color: #999;
  margin-bottom: 20px;
}
.donation-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}
.donation-btn {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  transition: background 0.15s;
}
.donation-btn-yes {
  background: #29527a;
  color: #fdf5e6;
}
.donation-btn-yes:hover {
  background: #1a3a5c;
}
.donation-btn-no {
  background: transparent;
  color: #999;
  border: 1px solid #ddd;
  font-size: 12px;
}
.donation-btn-no:hover {
  color: #666;
  border-color: #aaa;
}
.donation-footer-text {
  font-size: 13px;
  font-style: italic;
  color: #29527a;
}

/* --- 404 Page --- */
.page-404 {
  text-align: center;
  padding: 40px 20px;
}
.error-code {
  font-family: 'DM Serif Display', 'Georgia', serif;
  font-size: 100px;
  font-weight: 900;
  color: #29527a;
  line-height: 1;
}
.error-headline {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #888;
  margin-bottom: 10px;
}
.error-body {
  max-width: 500px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}
.error-reasons {
  margin: 15px 0 20px 30px;
}
.error-reasons li {
  margin-bottom: 5px;
}

/* --- No Content Placeholder --- */
.no-content {
  text-align: center;
  padding: 40px 20px;
  color: #888;
}
.no-content h2 {
  font-family: 'DM Serif Display', 'Georgia', serif;
  font-size: 36px;
  font-weight: 900;
  color: #29527a;
  margin-bottom: 15px;
}
.no-content p {
  font-size: 16px;
  line-height: 1.7;
}

/* --- Footer --- */
.site-footer {
  padding: 0 0 30px;
  margin-top: 20px;
}
.footer-rule {
  border-top: 4px double #29527a;
  margin-bottom: 15px;
}
.footer-inner {
  text-align: center;
}
.footer-disclaimer {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 11px;
  color: #999;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 15px;
  padding: 10px;
  background: #f5efe0;
  border: 1px solid #e0d8c8;
}
.footer-meta {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  color: #aaa;
}
.footer-motto {
  font-style: italic;
  margin-top: 3px;
}

/* --- Pagination --- */
.pagination {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 13px;
  text-align: center;
  padding: 25px 0;
}
.pagination a, .pagination span {
  display: inline-block;
  padding: 5px 12px;
  margin: 0 3px;
  border: 1px solid #ddd;
}
.pagination a:hover {
  background: #29527a;
  color: #fdf5e6;
  border-color: #29527a;
}
.pagination .active {
  background: #29527a;
  color: #fdf5e6;
  border-color: #29527a;
}

/* --- Responsive --- */
@media (max-width: 900px) {
  .newspaper-body {
    grid-template-columns: 1fr;
  }
  .sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .section-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-lead {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
  .section-grid-compact {
    grid-template-columns: repeat(2, 1fr);
  }
  .masthead-title {
    font-size: 36px;
  }
  .lead-headline {
    font-size: 28px;
  }
  .article-title {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 16px;
    padding: 0 12px;
  }
  .sidebar {
    grid-template-columns: 1fr;
  }
  .masthead-top {
    flex-direction: column;
    align-items: center;
    gap: 2px;
  }
  .masthead-title {
    font-size: 28px;
  }
  .section-nav a {
    padding: 8px 12px;
    font-size: 11px;
  }
  .lead-headline {
    font-size: 24px;
  }
  .hero-headline a {
    font-size: 17px;
  }
  .section-grid-compact {
    grid-template-columns: 1fr;
  }
  .donation-popup {
    padding: 25px 20px;
  }
  .donation-headline {
    font-size: 20px;
  }
}

/* --- Article Index (Hidden Admin Page) --- */
.article-index {
  padding: 30px 20px;
}
.index-title {
  font-family: 'DM Serif Display', serif;
  font-size: 28px;
  margin-bottom: 5px;
  color: #29527a;
}
.index-subtitle {
  font-size: 13px;
  color: #666;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #29527a;
}
.index-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.index-item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.index-item-image img {
  width: 180px;
  height: 120px;
  object-fit: cover;
  border: 1px solid #ddd;
}
.index-item-no-image {
  width: 180px;
  height: 120px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #999;
  border: 1px solid #ddd;
}
.index-item-date {
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.index-item-headline {
  font-family: 'DM Serif Display', serif;
  font-size: 18px;
  line-height: 1.3;
  margin: 5px 0 8px;
}
.index-item-headline a {
  color: #222;
  text-decoration: none;
}
.index-item-headline a:hover {
  color: #29527a;
}
.index-item-byline {
  font-size: 12px;
  color: #666;
  font-style: italic;
  margin-bottom: 8px;
}
.index-item-summary {
  font-size: 14px;
  line-height: 1.5;
  color: #444;
}
.index-item-section {
  display: inline-block;
  margin-top: 8px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #29527a;
  color: #fff;
  padding: 2px 8px;
  border-radius: 2px;
}
@media (max-width: 600px) {
  .index-item {
    grid-template-columns: 1fr;
  }
  .index-item-image img,
  .index-item-no-image {
    width: 100%;
    height: 180px;
  }
}

/* --- Hidden Link (ctrl+click to reveal) --- */
.hidden-index-link {
  cursor: default;
  user-select: none;
}
.hidden-index-link:not(.revealed) a {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}
