
body.fsb12-active{
  background:#fff!important;
}

.fsb12-wrap{
  max-width:1120px;
  margin:0 auto;
  padding:34px 28px 70px;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.fsb12-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 34px;
  color:#9a9eaa;
  font-size:12px;
}
.fsb12-breadcrumb a{
  color:#7455dd;
  text-decoration:none;
}

.fsb12-grid{
  display:grid;
  grid-template-columns:minmax(0,780px) 255px;
  gap:55px;
  align-items:start;
}

.fsb12-category{
  display:inline-block;
  margin-bottom:17px;
  padding:6px 11px;
  border-radius:999px;
  background:#f1ebff;
  color:#7550df;
  font-size:10px;
  font-weight:800;
  line-height:1;
}

.fsb12-title{
  margin:0 0 18px!important;
  color:#131b36!important;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:clamp(40px,4.2vw,57px)!important;
  font-weight:750!important;
  line-height:1.06!important;
  letter-spacing:-.045em!important;
}

.fsb12-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px 25px;
  margin-bottom:27px;
  color:#70778a;
  font-size:12px;
}

.fsb12-callout{
  display:flex;
  gap:14px;
  margin:0 0 12px;
  padding:15px 17px;
  border:1px solid #f1d77e;
  border-radius:10px;
  background:#fffaf0;
}
.fsb12-callout-icon{
  display:grid;
  place-items:center;
  flex:0 0 30px;
  width:30px;
  height:30px;
  border-radius:50%;
  background:#ffc83c;
  color:#fff;
  font-weight:800;
}
.fsb12-callout strong{
  display:block;
  color:#1a213a;
  font-size:14px;
}
.fsb12-callout p{
  margin:3px 0 0!important;
  color:#62697b;
  font-size:12.5px;
  line-height:1.5;
}

.fsb12-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 28px;
}
.fsb12-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 18px;
  border:1px solid #8054e8;
  border-radius:7px;
  font-size:11px;
  font-weight:800;
  text-decoration:none!important;
  cursor:pointer;
}
.fsb12-primary{
  background:#8054e8;
  color:#fff!important;
}
.fsb12-secondary{
  background:#fff;
  color:#7048d9!important;
}

.fsb12-content{
  color:#33394b;
  font-size:16px;
  line-height:1.76;
}
.fsb12-content > *:first-child{
  margin-top:0!important;
}
.fsb12-content p{
  margin:0 0 22px;
}
.fsb12-content h2{
  margin:42px 0 14px;
  color:#161e39;
  font-size:29px;
  line-height:1.18;
  letter-spacing:-.025em;
  scroll-margin-top:100px;
}
.fsb12-content h3{
  margin:31px 0 12px;
  color:#18213c;
  font-size:22px;
  scroll-margin-top:100px;
}
.fsb12-content img{
  max-width:100%;
  height:auto;
  border-radius:7px;
}
.fsb12-content figure,
.fsb12-content .wp-block-image{
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
}

.fsb12-toc{
  position:sticky;
  top:105px;
  padding:19px 18px;
  border:1px solid #e4e3eb;
  border-radius:10px;
  background:#fff;
  box-shadow:0 8px 25px rgba(35,31,67,.035);
}
.fsb12-toc-title{
  margin-bottom:13px;
  color:#171f39;
  font-size:15px;
  font-weight:800;
}
.fsb12-toc ol{
  list-style:none;
  margin:0;
  padding:0;
}
.fsb12-toc li{
  position:relative;
  margin:0;
  padding:10px 0 10px 18px;
  border-left:1px solid #e1e2e9;
}
.fsb12-toc li:before{
  content:"";
  position:absolute;
  left:-4px;
  top:16px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#d7dae4;
}
.fsb12-toc li:first-child:before{
  background:#8054e8;
}
.fsb12-toc a{
  color:#484e60;
  font-size:11.5px;
  line-height:1.35;
  text-decoration:none;
}

.fsb12-related{
  margin-top:42px;
  padding-top:24px;
  border-top:1px solid #ececf1;
}
.fsb12-related > h2{
  margin:0 0 16px!important;
  font-size:19px!important;
}
.fsb12-related-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.fsb12-related-card{
  overflow:hidden;
  border:1px solid #e9e8ee;
  border-radius:9px;
  background:#fff;
}
.fsb12-related-img{
  display:block;
  height:115px;
  overflow:hidden;
  background:#f6f4fa;
}
.fsb12-related-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.fsb12-related-img span{
  display:grid;
  place-items:center;
  height:100%;
  color:#7750e3;
  font-size:11px;
  font-weight:800;
}
.fsb12-related-body{
  padding:12px;
}
.fsb12-related-body h3{
  margin:0 0 8px!important;
  font-size:13px!important;
  line-height:1.35!important;
}
.fsb12-related-body h3 a{
  color:#18203b;
  text-decoration:none;
}
.fsb12-related-body small{
  color:#969ba7;
  font-size:10px;
}

@media(max-width:900px){
  .fsb12-grid{
    grid-template-columns:1fr;
    gap:28px;
  }
  .fsb12-sidebar{
    order:-1;
  }
  .fsb12-toc{
    position:static;
  }
}

@media(max-width:700px){
  .fsb12-wrap{
    padding:24px 18px 48px;
  }
  .fsb12-title{
    font-size:36px!important;
  }
  .fsb12-related-grid{
    grid-template-columns:1fr;
  }
}

@media print{
  header,
  footer,
  .fsb12-breadcrumb,
  .fsb12-sidebar,
  .fsb12-actions,
  .fsb12-related{
    display:none!important;
  }
  .fsb12-grid{
    display:block;
  }
}
