/* ======================================================
   INDUSTRY UPDATES PAGE
====================================================== */

/* Hero Search */

.bch-updates-page .interior-hero p {
  margin: 0;
}

.interior-hero h2.bch-hero-search-label {
  margin: 18px 0 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  text-align: left;
}

.bch-hero-search-form {
  max-width: 350px;
  margin: 0;
}

.bch-hero-search-box {
  position: relative;
}

.bch-hero-search-box input[type="search"] {
  width: 100%;
  height: 45px;
  border: 2px solid var(--teal);
  border-radius: 6px;
  background: var(--white);
  color: var(--navy);
  font-size: 15px;
  padding: 0 100px 0 18px;
  box-shadow: 0 8px 18px rgba(15, 65, 141, 0.06);
}

.bch-hero-search-box input[type="search"]::placeholder {
  color: var(--muted);
}

.bch-hero-search-box input[type="search"]:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(0, 138, 122, 0.12);
}

.bch-hero-search-box button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  height: 36px;
  padding: 0 20px;
  border: none;
  border-radius: 6px;
  background: var(--teal);
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.bch-hero-search-box button:hover {
  background: var(--navy2);
}

/* Featured Update */

.bch-upd-featured {
  padding: 22px 24px;
  margin: 0 0 34px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 8px 18px rgba(15, 65, 141, 0.05);
}

.bch-upd-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--soft-teal);
  color: var(--teal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bch-upd-featured .bch-upd-date {
  margin: 14px 0 6px;
}

.bch-upd-featured h2 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.3;
  color: var(--navy);
}

.bch-upd-featured h2 a {
  color: var(--navy);
  text-decoration: none;
}

.bch-upd-featured h2 a:hover {
  color: var(--teal);
}

.bch-upd-featured h2 a:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}

.bch-upd-featured .bch-upd-desc {
  font-size: 15px;
}

.bch-upd-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 10px 18px;
  border-radius: 6px;
  background: var(--navy);
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}

.bch-upd-btn:hover {
  background: var(--navy2);
  color: var(--white);
}

/* Prior Updates */

.bch-upd-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 4px;
}

.bch-upd-heading h2 {
  margin: 0;
  font-size: 22px;
  color: var(--navy);
}

.bch-upd-count {
  font-size: 13px;
  color: var(--muted);
}

.bch-upd-year {
  margin: 26px 0 2px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--border);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.bch-upd-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}

.bch-upd-body {
  flex: 1;
  min-width: 0;
}

.bch-upd-date {
  margin: 0 0 4px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
}

.bch-upd-row h3 {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.4;
  color: var(--navy);
}

.bch-upd-row h3 a {
  color: var(--navy);
  text-decoration: none;
}

.bch-upd-row h3 a:hover {
  color: var(--teal);
}

.bch-upd-row h3 a:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}

.bch-upd-desc {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text);
}

.bch-upd-source {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
}

.bch-upd-link {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--teal);
}

.bch-upd-link:hover {
  color: var(--navy);
}

/* Search Results */

.bch-upd-results {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
}

.bch-upd-results h2 {
  margin: 0;
  font-size: 20px;
  color: var(--navy);
}

.bch-upd-clear {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--teal);
}

.bch-upd-empty {
  padding: 28px 0;
  font-size: 15px;
  color: var(--muted);
}

/* Pagination */

.pagination,
.navigation.pagination {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid var(--border);
  border-radius: 6px;
  color: var(--navy);
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  background: var(--white);
}

.pagination .page-numbers:hover {
  background: var(--soft-teal);
  border-color: var(--teal);
  color: var(--teal);
}

.pagination .page-numbers.current {
  background: var(--teal);
  border-color: var(--teal);
  color: var(--white);
}

.pagination .page-numbers.dots {
  border: none;
  background: none;
}

/* Responsive */

@media (max-width: 560px) {
  .bch-upd-row {
    flex-direction: column;
    gap: 10px;
  }

  .bch-upd-featured h2 {
    font-size: 20px;
  }
}