
.bo-single,
.bo-related,
.bo-single-cta {
  font-family: inherit;
}

.bo-single *,
.bo-single *::before,
.bo-single *::after,
.bo-related *,
.bo-related *::before,
.bo-related *::after,
.bo-single-cta *,
.bo-single-cta *::before,
.bo-single-cta *::after {
  box-sizing: border-box;
}

.bo-single {
  width: 100%;
  background: #ffffff;
  color: #263248;
}

.bo-single__header {
  padding: 88px 0 44px;
  background:
    radial-gradient(circle at 86% 12%, rgba(37,82,155,.28), transparent 34%),
    linear-gradient(135deg, #020d2d 0%, #061b4b 100%);
}

.bo-single__wrap {
  width: min(calc(100% - 40px), 1180px);
  margin: 0 auto;
}

.bo-single__wrap--narrow {
  width: min(calc(100% - 40px), 940px);
}

.bo-single__wrap--content {
  width: min(calc(100% - 40px), 860px);
}

.bo-single__category {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #ef4653;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.bo-single__category::before {
  content: "";
  width: 30px;
  height: 3px;
  background: #d72835;
}

.bo-single__title {
  margin: 0 0 24px;
  color: #fff !important;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1.01;
  letter-spacing: -.045em;
  font-weight: 800;
}

.bo-single__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  font-weight: 600;
}

.bo-single__featured {
  margin: 42px 0 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 22px 60px rgba(2,13,45,.12);
}

.bo-single__featured-img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}

.bo-single__content {
  padding: 62px 0 0;
}

.bo-single__content p {
  margin: 0 0 25px;
  color: #39465a !important;
  font-size: 18px;
  line-height: 1.82;
}

.bo-single__content h2 {
  margin: 52px 0 18px;
  color: #020d2d !important;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -.03em;
}

.bo-single__content h3 {
  margin: 42px 0 16px;
  color: #020d2d !important;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.bo-single__content ul,
.bo-single__content ol {
  margin: 0 0 26px;
  padding-left: 28px;
}

.bo-single__content li {
  margin-bottom: 10px;
  color: #39465a;
  font-size: 18px;
  line-height: 1.7;
}

.bo-single__content a {
  color: #123b79 !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bo-single__content blockquote {
  margin: 38px 0;
  padding: 27px 30px;
  background: #f5f7fa;
  border-left: 4px solid #d72835;
  color: #263248;
  font-size: 20px;
  line-height: 1.65;
}

.bo-single__content img {
  max-width: 100%;
  height: auto;
  border-radius: 9px;
}

.bo-single__content figure {
  margin: 36px 0;
}

.bo-single__content figcaption {
  margin-top: 8px;
  color: #828b98;
  font-size: 12px;
  line-height: 1.5;
}

.bo-single__share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 62px 0 0;
  padding: 27px 0;
  border-top: 1px solid #e1e5eb;
  border-bottom: 1px solid #e1e5eb;
}

.bo-single__share-kicker {
  display: block;
  margin-bottom: 4px;
  color: #d72835;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

.bo-single__share p {
  margin: 0;
  color: #020d2d !important;
  font-size: 17px;
  font-weight: 800;
}

.bo-single__share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bo-single__share-actions a,
.bo-single__share-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  background: #f3f5f8;
  border: 1px solid #dce1e8;
  border-radius: 6px;
  color: #243047 !important;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none !important;
  cursor: pointer;
}

.bo-single__share-actions a:hover,
.bo-single__share-actions button:hover {
  background: #020d2d;
  border-color: #020d2d;
  color: #fff !important;
}

.bo-related {
  padding: 82px 0 88px;
  background: #f5f6f8;
}

.bo-related__heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 32px;
}

.bo-related__heading span {
  display: block;
  margin-bottom: 6px;
  color: #d72835;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.bo-related__heading h2 {
  margin: 0;
  color: #020d2d !important;
  font-size: 38px;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.bo-related__heading > a {
  color: #123b79 !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

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

.bo-related-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(2,13,45,.08);
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(2,13,45,.055);
}

.bo-related-card__image {
  display: block;
  height: 215px;
  overflow: hidden;
  background: #e7ebf1;
}

.bo-related-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bo-related-card__fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,#071943,#123b79);
  color: rgba(255,255,255,.58);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.bo-related-card__body {
  padding: 25px 25px 28px;
}

.bo-related-card__category {
  display: block;
  margin-bottom: 10px;
  color: #d72835;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.bo-related-card h3 {
  margin: 0 0 10px;
  font-size: 23px;
  line-height: 1.16;
  letter-spacing: -.025em;
}

.bo-related-card h3 a {
  color: #020d2d !important;
  text-decoration: none !important;
}

.bo-related-card__date {
  margin: 0 0 14px !important;
  color: #8a929e !important;
  font-size: 12px !important;
  font-weight: 700;
}

.bo-related-card__excerpt {
  margin: 0 0 18px !important;
  color: #626d7e !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.bo-related-card__read {
  color: #123b79 !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.bo-single-cta {
  width: 100%;
  padding: 0 0 90px;
  background: #f5f6f8;
}

.bo-single-cta__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  width: min(calc(100% - 40px), 1080px);
  margin: 0 auto;
  padding: 44px 48px;
  background: linear-gradient(135deg,#071943,#123b79);
  border-radius: 17px;
}

.bo-single-cta span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,.58);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.bo-single-cta h2 {
  margin: 0 0 10px;
  color: #fff !important;
  font-size: 36px;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.bo-single-cta p {
  max-width: 590px;
  margin: 0;
  color: rgba(255,255,255,.72) !important;
  font-size: 15px;
  line-height: 1.65;
}

.bo-single-cta__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.bo-single-cta__primary,
.bo-single-cta__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 0 21px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.bo-single-cta__primary {
  background: #d72835;
  color: #fff !important;
}

.bo-single-cta__secondary {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff !important;
}

@media (max-width: 900px) {
  .bo-related__grid {
    grid-template-columns: 1fr 1fr;
  }
  .bo-single-cta__inner {
    display: block;
  }
  .bo-single-cta__actions {
    margin-top: 24px;
  }
}

@media (max-width: 700px) {
  .bo-single__header {
    padding: 62px 0 34px;
  }
  .bo-single__wrap,
  .bo-single__wrap--narrow,
  .bo-single__wrap--content {
    width: min(calc(100% - 28px), 940px);
  }
  .bo-single__title {
    font-size: 42px;
  }
  .bo-single__featured {
    margin-top: 28px;
    border-radius: 10px;
  }
  .bo-single__content {
    padding-top: 40px;
  }
  .bo-single__content p,
  .bo-single__content li {
    font-size: 17px;
    line-height: 1.75;
  }
  .bo-single__content h2 {
    font-size: 28px;
  }
  .bo-single__share {
    display: block;
  }
  .bo-single__share-actions {
    margin-top: 18px;
  }
  .bo-related {
    padding: 58px 0 62px;
  }
  .bo-related__heading {
    display: block;
  }
  .bo-related__heading > a {
    display: inline-block;
    margin-top: 13px;
  }
  .bo-related__grid {
    grid-template-columns: 1fr;
  }
  .bo-single-cta {
    padding-bottom: 65px;
  }
  .bo-single-cta__inner {
    width: min(calc(100% - 28px), 1080px);
    padding: 31px 24px;
  }
  .bo-single-cta h2 {
    font-size: 31px;
  }
  .bo-single-cta__actions {
    flex-wrap: wrap;
  }
}
