/* Industrial News Bulletin — public listing and item pages */
body.bi-has-main-nav { padding-top: 0; }
.bn-wrap { font-family: "Segoe UI", system-ui, sans-serif; color: #1a2e24; background: #f4f8f6; }
.bn-hero-bar {
  background: linear-gradient(135deg, #0c8558 0%, #1d5c40 100%);
  color: #fff;
  padding: 1.1rem 0;
  text-align: center;
}
.bn-hero-bar h1 { font-size: 1.65rem; margin: 0 0 0.25rem; }
.bn-hero-bar p { margin: 0; opacity: 0.92; font-size: 0.98rem; }
.bn-container { max-width: 1120px; margin: 0 auto; padding: 1rem 1rem 2.5rem; }
.bn-toolbar {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  padding: 0.85rem 1rem;
  margin-bottom: 1rem;
}
.bn-toolbar h2 { font-size: 0.95rem; margin: 0 0 0.5rem; color: #1d5c40; }
.bn-search { display: flex; gap: 0.5rem; margin-bottom: 0.75rem; }
.bn-search input {
  flex: 1; min-height: 44px; border: 1px solid #d5e4dc; border-radius: 8px; padding: 0 0.75rem;
}
.bn-search button, .bn-chip, .bn-tab {
  min-height: 44px; border-radius: 999px; border: 1px solid #0c8558; background: #fff; color: #0c8558;
  padding: 0.35rem 0.85rem; text-decoration: none; display: inline-flex; align-items: center; font-size: 0.85rem; font-weight: 600;
}
.bn-search button { background: #0c8558; color: #fff; cursor: pointer; }
.bn-tabs, .bn-chips { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.bn-tab.is-active, .bn-chip.is-active { background: #1d5c40; color: #fff; border-color: #1d5c40; }
.bn-chip:focus-visible, .bn-tab:focus-visible, .bn-search button:focus-visible, .bn-card a:focus-visible {
  outline: 3px solid #8BC34A; outline-offset: 2px;
}
.bn-custom { display: none; gap: 0.5rem; flex-wrap: wrap; margin-top: 0.6rem; align-items: end; }
.bn-custom.is-open { display: flex; }
.bn-custom label { font-size: 0.8rem; color: #555; display: block; }
.bn-custom select, .bn-custom button { min-height: 44px; border-radius: 8px; border: 1px solid #d5e4dc; padding: 0 0.6rem; }
.bn-results { font-size: 0.9rem; color: #445; margin: 0.4rem 0 0.8rem; }
.bn-feature {
  display: grid; grid-template-columns: 1.1fr 1.4fr; gap: 1rem; background: #fff; border-radius: 14px;
  overflow: hidden; box-shadow: 0 6px 18px rgba(0,0,0,0.07); margin-bottom: 1.25rem;
}
.bn-feature img { width: 100%; height: 100%; object-fit: cover; min-height: 220px; }
.bn-feature-body { padding: 1.1rem 1.2rem 1.2rem; }
.bn-kicker { font-size: 0.75rem; letter-spacing: 0.04em; text-transform: uppercase; color: #0c8558; font-weight: 700; }
.bn-feature h2 { margin: 0.35rem 0 0.5rem; font-size: 1.45rem; }
.bn-feature h2 a { color: #12261c; text-decoration: none; }
.bn-note { color: #333; line-height: 1.55; }
.bn-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.9rem; }
.bn-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.06); display: flex; flex-direction: column; }
.bn-card-img { height: 160px; background: #e6f3ec; position: relative; }
.bn-card-img img { width: 100%; height: 100%; object-fit: cover; }
.bn-ph { height: 100%; display: flex; align-items: center; justify-content: center; color: #1d5c40; font-weight: 600; padding: 1rem; text-align: center; }
.bn-badge { position: absolute; left: 0.6rem; top: 0.6rem; background: #fff; color: #0c8558; font-size: 0.7rem; font-weight: 700; padding: 0.2rem 0.5rem; border-radius: 999px; }
.bn-card-body { padding: 0.8rem 0.9rem 1rem; display: flex; flex-direction: column; gap: 0.35rem; flex: 1; }
.bn-meta { font-size: 0.78rem; color: #667; }
.bn-card h3 { font-size: 1.02rem; margin: 0; line-height: 1.35; }
.bn-card h3 a { color: #12261c; text-decoration: none; }
.bn-sum { font-size: 0.88rem; color: #444; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.bn-actions { display: flex; gap: 0.5rem; margin-top: auto; padding-top: 0.4rem; flex-wrap: wrap; }
.bn-actions a { font-size: 0.8rem; font-weight: 650; text-decoration: none; min-height: 44px; display: inline-flex; align-items: center; }
.bn-actions .src { color: #0c8558; }
.bn-actions .an { color: #2d5a87; }
.bn-pagination { display: flex; flex-wrap: wrap; gap: 0.4rem; justify-content: center; margin: 1.4rem 0 0; }
.bn-pagination a, .bn-pagination span {
  min-height: 44px; min-width: 44px; padding: 0.4rem 0.75rem; border-radius: 8px; text-decoration: none;
  border: 1px solid #d5e4dc; color: #1d5c40; background: #fff; display: inline-flex; align-items: center; justify-content: center;
}
.bn-pagination .is-current { background: #1d5c40; color: #fff; border-color: #1d5c40; }
.bn-empty { background: #fff; padding: 1.5rem; border-radius: 12px; text-align: center; }
.bn-next { margin-top: 1.5rem; background: #143528; color: #eefbf5; border-radius: 12px; padding: 1.2rem 1.3rem; }
.bn-next a { color: #8BC34A; }
.bn-legal { font-size: 0.8rem; color: #668; margin-top: 1.25rem; line-height: 1.5; }
.bn-item { background: #fff; border-radius: 14px; padding: 1.25rem 1.4rem 1.6rem; box-shadow: 0 4px 14px rgba(0,0,0,0.06); }
.bn-item h1 { margin: 0.3rem 0 0.6rem; font-size: 1.7rem; color: #12261c; }
.bn-item .lead { font-size: 1.05rem; line-height: 1.6; }
.bn-cta { margin-top: 1.2rem; background: #eefbf5; border-left: 4px solid #0c8558; padding: 0.9rem 1rem; }
.bn-cta a.btn { display: inline-flex; min-height: 44px; align-items: center; background: #1d5c40; color: #fff; text-decoration: none; padding: 0.4rem 1rem; border-radius: 8px; margin-top: 0.5rem; }
.bn-crumbs { font-size: 0.85rem; margin-bottom: 0.8rem; }
.bn-crumbs a { color: #0c8558; }
@media (max-width: 900px) {
  .bn-grid { grid-template-columns: 1fr 1fr; }
  .bn-feature { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .bn-grid { grid-template-columns: 1fr; }
  .bn-toolbar { position: sticky; top: 0; z-index: 20; }
}
