.bsj-news-page,
.bsj-news-page * {
  box-sizing: border-box;
}

.bsj-news-page {
  background: #f5fbfb;
  padding: 52px clamp(32px, 4vw, 56px) 74px;
  font-family: "Rubik", "Helvetica Neue", Arial, "Segoe UI", sans-serif;
}

.bsj-news-page__container {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.bsj-news-hero {
  margin-bottom: 30px;
}

.bsj-news-page__eyebrow {
  margin: 0 0 10px;
  color: #018080;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bsj-news-page__title {
  margin: 0;
  color: #005f5f;
  font-size: clamp(30px, 3.2vw, 40px);
  line-height: 1.14;
  font-weight: 700;
}

.bsj-news-page__line {
  display: inline-block;
  width: 74px;
  height: 4px;
  border-radius: 999px;
  background: #cd9e19;
  margin: 12px 0 0;
}

.bsj-news-page__desc {
  margin: 14px 0 0;
  max-width: 860px;
  color: #343130;
  font-size: 16px;
  line-height: 1.62;
}

.bsj-news-featured {
  display: grid;
  grid-template-columns: minmax(300px, 44%) minmax(0, 1fr);
  border: 1px solid #e5eeee;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 63, 63, 0.08);
  margin-bottom: 28px;
}

.bsj-news-featured__media {
  display: block;
}

.bsj-news-featured__image {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.bsj-news-featured__placeholder,
.bsj-news-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #0b5f5f 0%, #018080 70%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 16px;
}

.bsj-news-featured__placeholder {
  min-height: 280px;
}

.bsj-news-featured__body {
  padding: 24px;
}

.bsj-news-meta {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  color: #018080;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
}

.bsj-news-meta__sep {
  color: #89aaaa;
}

.bsj-news-featured__title {
  margin: 8px 0 10px;
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.2;
  font-weight: 700;
}

.bsj-news-featured__title a,
.bsj-news-card__title a {
  color: #005f5f;
  text-decoration: none;
}

.bsj-news-featured__title a:hover,
.bsj-news-card__title a:hover {
  color: #018080;
}

.bsj-news-featured__excerpt {
  color: #343130;
  font-size: 15px;
  line-height: 1.62;
}

.bsj-news-featured__excerpt p,
.bsj-news-card__excerpt p {
  margin: 0;
}

.bsj-news-featured__more,
.bsj-news-card__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 10px;
  background: #005f5f;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.bsj-news-featured__more {
  margin-top: 16px;
}

.bsj-news-featured__more:hover,
.bsj-news-card__more:hover,
.bsj-news-featured__more:focus-visible,
.bsj-news-card__more:focus-visible {
  background: #018080;
  transform: translateY(-1px);
}

.bsj-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.bsj-news-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5eeee;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 63, 63, 0.07);
}

.bsj-news-card__media {
  display: block;
}

.bsj-news-card__image {
  width: 100%;
  height: 196px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.bsj-news-card__placeholder {
  height: 196px;
}

.bsj-news-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  height: 100%;
}

.bsj-news-card__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}

.bsj-news-card__excerpt {
  color: #343130;
  font-size: 14px;
  line-height: 1.55;
}

.bsj-news-card__more {
  margin-top: auto;
  align-self: flex-start;
}

.bsj-news-pagination {
  margin-top: 34px;
}

.bsj-news-pagination .page-numbers {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.bsj-news-pagination .page-numbers li {
  list-style: none;
}

.bsj-news-pagination a,
.bsj-news-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d8e7e7;
  border-radius: 10px;
  background: #ffffff;
  color: #005f5f;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}

.bsj-news-pagination .current {
  background: #018080;
  color: #ffffff;
  border-color: #018080;
}

.bsj-news-pagination a:hover,
.bsj-news-pagination a:focus-visible {
  border-color: #cd9e19;
  color: #cd9e19;
}

.bsj-news-empty {
  color: #343130;
  font-size: 16px;
}

@media (max-width: 1024px) {
  .bsj-news-featured {
    grid-template-columns: 1fr;
  }

  .bsj-news-featured__image,
  .bsj-news-featured__placeholder {
    min-height: 240px;
  }

  .bsj-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bsj-news-page {
    padding: 34px 24px 52px;
  }

  .bsj-news-hero {
    margin-bottom: 24px;
  }

  .bsj-news-page__title {
    font-size: 30px;
  }

  .bsj-news-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bsj-news-card__image,
  .bsj-news-card__placeholder {
    height: 188px;
  }
}
