.single-post .bsj-single-bottom { margin-top: 64px; }
.single-post .bsj-single-nav { max-width: 980px; }
.single-post .bsj-single-nav__title,
.single-post .bsj-more-posts__title {
  margin: 0 0 10px;
  color: #005f5f;
  font-family: "Rubik", "Helvetica Neue", Arial, "Segoe UI", sans-serif;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.2;
  font-weight: 700;
}
.single-post .bsj-more-posts__desc {
  margin: 0 0 20px;
  color: #343130;
  font-family: "Rubik", "Helvetica Neue", Arial, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.6;
}
.single-post .bsj-single-nav__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.single-post .bsj-single-nav__card {
  background: #ffffff;
  border: 1px solid #e5eeee;
  border-radius: 16px;
  padding: 22px 24px;
  box-shadow: 0 8px 24px rgba(0,63,63,.06);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.single-post .bsj-single-nav__card:hover {
  transform: translateY(-2px);
  border-color: #018080;
  box-shadow: 0 12px 28px rgba(0,63,63,.1);
}
.single-post .bsj-single-nav__label {
  margin: 0 0 8px;
  color: #cd9e19;
  font-family: "Rubik", "Helvetica Neue", Arial, "Segoe UI", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.single-post .bsj-single-nav__post-title { margin: 0; }
.single-post .bsj-single-nav__post-title a {
  color: #005f5f;
  font-family: "Rubik", "Helvetica Neue", Arial, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  text-decoration: none;
}
.single-post .bsj-single-nav__post-title a:hover,
.single-post .bsj-single-nav__post-title a:focus-visible { color: #018080; }
.single-post .bsj-single-nav__post-title .post-navigation-link__label { display: none; }
.single-post .bsj-single-nav__post-title .post-navigation-link__title { display: inline; }
.single-post .bsj-single-nav__post-title .post-navigation-link__arrow-previous { color: #cd9e19; margin-right: 8px; }
.single-post .bsj-single-nav__post-title .post-navigation-link__arrow-next { color: #cd9e19; margin-left: 8px; }
.single-post .bsj-single-nav__card:not(:has(.wp-block-post-navigation-link a)) { display: none; }

.single-post .bsj-more-posts {
  width: 75vw;
  max-width: 1500px;
  margin: 56px auto 80px;
  padding: 0 12px;
}
.single-post .bsj-more-posts__query .wp-block-post-template,
.single-post .bsj-more-posts__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: stretch;
}
.single-post .bsj-more-posts__query .wp-block-post-template > li {
  margin: 0 !important;
  height: 100%;
}
.single-post .bsj-more-posts__query .wp-block-post-template > li:nth-child(n+4) {
  display: none !important;
}
.single-post .bsj-more-posts__card {
  height: 100%;
  border: 1px solid #e5eeee;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(0,63,63,.06);
  display: flex;
  flex-direction: column;
}
.single-post .bsj-more-posts__image { margin: 0; }
.single-post .bsj-more-posts__image img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
  display: block;
}
.single-post .bsj-more-posts__card-body { padding: 18px; display: flex; flex-direction: column; height: 100%; }
.single-post .bsj-more-posts__meta {
  margin-bottom: 8px;
  gap: 6px;
  color: #018080;
  font-family: "Rubik", "Helvetica Neue", Arial, "Segoe UI", sans-serif;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
}
.single-post .bsj-more-posts__meta .wp-block-post-terms__separator { color: #93b7b7; }
.single-post .bsj-more-posts__title-card {
  margin: 0 0 10px;
  font-family: "Rubik", "Helvetica Neue", Arial, "Segoe UI", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}
.single-post .bsj-more-posts__title-card a { color: #005f5f; text-decoration: none; }
.single-post .bsj-more-posts__title-card a:hover,
.single-post .bsj-more-posts__title-card a:focus-visible { color: #018080; }
.single-post .bsj-more-posts__excerpt {
  margin: 0;
  color: #343130;
  font-family: "Rubik", "Helvetica Neue", Arial, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.55;
}
.single-post .bsj-more-posts__excerpt .wp-block-post-excerpt__more-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  color: #018080;
  font-weight: 700;
  text-decoration: none;
}
.single-post .bsj-more-posts__excerpt .wp-block-post-excerpt__more-link::after { content: "\2192"; color: #cd9e19; }

@media (max-width: 1024px) {
  .single-post .bsj-more-posts__query .wp-block-post-template,
  .single-post .bsj-more-posts__grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
}
@media (max-width: 767px) {
  .single-post .bsj-single-bottom { margin-top: 40px; }
  .single-post .bsj-single-nav__grid { grid-template-columns: 1fr; gap: 12px; }
  .single-post .bsj-single-nav__post-title a { font-size: 16px; }
  .single-post .bsj-more-posts {
    margin: 34px auto 48px;
    padding: 0 14px;
    width: min(75vw, calc(100vw - 20px));
  }
  .single-post .bsj-more-posts__query .wp-block-post-template,
  .single-post .bsj-more-posts__grid { grid-template-columns: 1fr !important; gap: 14px; }
}
