/* Building insights list: isolated from PbootCMS public base styles. */
.bjd-insights {
  /* 72px fixed desktop navigation + 26px page breathing room. */
  padding-top: 98px;
  padding-bottom: 76px;
}

.bjd-insights .breadcrumb {
  margin: 0 0 24px;
  padding: 0;
  background: transparent;
  color: #8b857b;
  font-size: 12px;
}

.bjd-insights-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
  padding: 0 0 18px;
  border-bottom: 1px solid #d7d0c4;
  background: transparent;
}

.bjd-insights-heading p {
  margin: 0 0 7px;
  color: #b48643;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
}

.bjd-insights-heading h1 {
  margin: 0;
  color: #24221e;
  font-size: clamp(30px, 2.5vw, 40px);
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.15;
}

.bjd-insights-heading span {
  max-width: 380px;
  margin: 0 0 3px;
  color: #746f66;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .06em;
  text-align: right;
}

.bjd-insights-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 254px;
  gap: 46px;
  align-items: start;
}

.bjd-insights .blog-main-wrap,
.bjd-insights .blog-main,
.bjd-insights .blog-aside {
  float: none;
  width: auto;
  margin: 0;
  min-height: 0;
}

.bjd-insights .blog-main {
  padding: 0;
}

.bjd-insights .blog-item {
  display: flex;
  min-height: 0;
  margin: 0 0 18px;
  padding: 16px;
  border: 1px solid #ded8ce;
  border-radius: 2px;
  background: #fffdfa;
  box-shadow: none;
  overflow: hidden;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.bjd-insights .blog-item:hover {
  border-color: #c8b49e;
  box-shadow: 0 12px 26px rgba(42, 34, 25, .08);
  transform: translateY(-2px);
}

.bjd-insights .blog-item .thum {
  flex: 0 0 220px;
  width: 220px;
  height: 148px;
  margin: 0 24px 0 0;
  overflow: hidden;
  border-radius: 1px;
  background: #eee8df;
}

.bjd-insights .blog-item .thum img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  transition: transform .35s ease;
}

.bjd-insights .blog-item:hover .thum img {
  transform: scale(1.035);
}

.bjd-insights-copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}

.bjd-insights .blog-item .info {
  display: flex;
  gap: 12px;
  order: -1;
  margin: 0 0 8px;
  padding: 0;
  color: #8c857b;
  font-size: 11px;
  letter-spacing: .04em;
}

.bjd-insights .blog-item .info span,
.bjd-insights .blog-item .info time {
  margin: 0;
}

.bjd-insights .blog-item .info a {
  color: #b48643;
  text-decoration: none;
}

.bjd-insights .blog-item h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
}

.bjd-insights .blog-item h2 a {
  color: #302d28;
  text-decoration: none;
}

.bjd-insights .blog-item h2 a:hover,
.bjd-insights .blog-item h2 a:focus {
  color: #ad402b;
}

.bjd-insights .blog-item .content {
  margin-top: 8px;
  color: #746f66;
  font-size: 13px;
  line-height: 1.8;
}

.bjd-insights .readmore {
  display: inline-block;
  width: fit-content;
  margin-top: 10px;
  color: #ad402b;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .05em;
  text-decoration: none;
}

.bjd-insights .readmore span {
  margin-left: 4px;
  transition: margin-left .2s ease;
}

.bjd-insights .readmore:hover,
.bjd-insights .readmore:focus {
  color: #8e3424;
  text-decoration: none;
}

.bjd-insights .readmore:hover span {
  margin-left: 8px;
}

.bjd-insights .blog-nav {
  width: auto;
  margin: 0;
  border: 1px solid #ded8ce;
  border-radius: 2px;
  background: #fffdfa;
}

.bjd-insights .blog-nav li {
  margin: 0;
}

.bjd-insights .blog-nav .bjd-aside-title {
  padding: 18px 20px 15px;
  color: #302d28;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
}

.bjd-insights .blog-nav li a {
  margin: 0 20px;
  padding: 13px 0;
  border-bottom: 1px solid #e5dfd6;
  background: none;
  color: #746f66;
  font-size: 13px;
}

.bjd-insights .blog-nav li a:hover,
.bjd-insights .blog-nav li a:focus,
.bjd-insights .blog-nav li a.on {
  color: #ad402b;
  text-decoration: none;
}

.bjd-insights .blog-nav li a.on:before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 8px 2px 0;
  border-radius: 50%;
  background: #d65a3d;
  content: "";
}

.bjd-insights .ab_pages {
  margin-top: 30px;
}

.bjd-insights .ab_pages a,
.bjd-insights .ab_pages span {
  border-color: #ded8ce;
  background: #fffdfa;
  color: #746f66;
}

.bjd-insights .ab_pages a:hover,
.bjd-insights .ab_pages .current {
  border-color: #d65a3d;
  background: #d65a3d;
  color: #fffdfa;
}

@media screen and (max-width: 991px) {
  .bjd-insights-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bjd-insights .blog-aside {
    display: block;
  }

  .bjd-insights .blog-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 8px 16px;
  }

  .bjd-insights .blog-nav .bjd-aside-title,
  .bjd-insights .blog-nav li a {
    padding: 8px 10px;
    border: 0;
  }

  .bjd-insights .blog-nav li a {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .bjd-insights {
    /* Override legacy .mod-blog padding-top:10px!important: 50px nav + 20px spacing. */
    padding: 70px 16px 56px !important;
  }

  .bjd-insights .breadcrumb {
    display: block;
    margin-bottom: 18px;
  }

  .bjd-insights-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 26px;
    padding-bottom: 20px;
  }

  .bjd-insights-heading span {
    max-width: none;
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
    text-align: left;
  }

  .bjd-insights .blog-item {
    display: block;
    padding: 12px;
  }

  .bjd-insights .blog-item .thum {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0 0 15px;
  }

  .bjd-insights .blog-item h2 {
    font-size: 16px;
  }
}
