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

.fba-v2-page {
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:#17213f;
}

.fba-v2-container {
  width:min(1160px, calc(100% - 40px));
  margin:0 auto;
}

.fba-v2-hero {
  padding:56px 0 48px;
  background:
    radial-gradient(circle at 82% 16%, rgba(136,87,232,.10), transparent 30%),
    linear-gradient(180deg,#fbf9ff 0%,#fff 100%);
  border-bottom:1px solid #f0edf6;
}

.fba-v2-eyebrow,
.fba-v2-small-label {
  display:block;
  margin-bottom:12px;
  color:#8256e8;
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
}

.fba-v2-hero h1 {
  max-width:760px;
  margin:0 0 14px !important;
  color:#151d38;
  font-size:clamp(40px,4.8vw,62px) !important;
  line-height:1.02 !important;
  letter-spacing:-.045em !important;
}

.fba-v2-hero p {
  max-width:720px;
  margin:0;
  color:#667085;
  font-size:17px;
  line-height:1.65;
}

.fba-v2-content-wrap {
  padding-top:42px;
  padding-bottom:70px;
}

.fba-v2-featured {
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:0;
  margin-bottom:52px;
  overflow:hidden;
  border:1px solid #ebe8f2;
  border-radius:16px;
  background:#fff;
  box-shadow:0 14px 38px rgba(31,28,61,.055);
}

.fba-v2-featured-image {
  min-height:390px;
  background:#f6f3fa;
}

.fba-v2-featured-image a,
.fba-v2-featured-image img {
  display:block;
  width:100%;
  height:100%;
}

.fba-v2-featured-image img {
  object-fit:cover;
}

.fba-v2-featured-copy {
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:38px;
}

.fba-v2-kicker {
  margin:13px 0 7px;
  color:#a1a5b0;
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
}

.fba-v2-featured-copy h2 {
  margin:0 0 14px !important;
  font-size:34px !important;
  line-height:1.12 !important;
  letter-spacing:-.03em !important;
}

.fba-v2-featured-copy h2 a,
.fba-v2-card h3 a {
  color:#18203b;
  text-decoration:none;
}

.fba-v2-featured-copy p,
.fba-v2-card p {
  color:#687086;
  line-height:1.65;
}

.fba-v2-featured-copy p {
  margin:0 0 14px;
  font-size:14px;
}

.fba-v2-cat {
  display:inline-block;
  width:max-content;
  color:#7e52e7 !important;
  font-size:9.5px;
  font-weight:800;
  letter-spacing:.035em;
  text-decoration:none !important;
}

.fba-v2-meta {
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  color:#979daa;
  font-size:10.5px;
}

.fba-v2-read-featured {
  display:inline-flex;
  width:max-content;
  margin-top:18px;
  color:#7447dc !important;
  font-size:12px;
  font-weight:800;
  text-decoration:none !important;
}

.fba-v2-main-grid {
  display:grid;
  grid-template-columns:minmax(0,1fr) 285px;
  gap:42px;
  align-items:start;
}

.fba-v2-section-head {
  display:flex;
  justify-content:space-between;
  align-items:end;
  margin-bottom:20px;
}

.fba-v2-section-head h2 {
  margin:0 !important;
  color:#171f3a;
  font-size:30px !important;
  letter-spacing:-.03em !important;
}

.fba-v2-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}

.fba-v2-card {
  overflow:hidden;
  border:1px solid #ebe9f1;
  border-radius:13px;
  background:#fff;
  box-shadow:0 8px 26px rgba(31,28,61,.04);
  transition:transform .18s ease, box-shadow .18s ease;
}

.fba-v2-card:hover {
  transform:translateY(-3px);
  box-shadow:0 15px 34px rgba(31,28,61,.075);
}

.fba-v2-card-image {
  display:block;
  height:210px;
  overflow:hidden;
  background:#f6f3fa;
}

.fba-v2-card-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.fba-v2-fallback {
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  min-height:210px;
  background:linear-gradient(135deg,#f6f1ff,#fff8e6);
  color:#8054e8;
  font-weight:800;
}

.fba-v2-card-body {
  padding:18px;
}

.fba-v2-card h3 {
  margin:8px 0 10px !important;
  font-size:19px !important;
  line-height:1.3 !important;
  letter-spacing:-.02em !important;
}

.fba-v2-card p {
  margin:0 0 13px;
  font-size:13px;
}

.fba-v2-read {
  display:inline-block;
  margin-top:12px;
  color:#7447dc !important;
  font-size:11px;
  font-weight:800;
  text-decoration:none !important;
}

.fba-v2-sidebar {
  position:relative;
}

.fba-v2-side-card {
  margin-bottom:18px;
  padding:20px;
  border:1px solid #eae8f0;
  border-radius:12px;
  background:#fff;
}

.fba-v2-side-card h3 {
  margin:0 0 15px !important;
  color:#18203a;
  font-size:16px !important;
}

.fba-v2-search {
  display:flex;
  gap:7px;
}

.fba-v2-search input {
  min-width:0;
  flex:1;
  height:42px;
  padding:0 12px;
  border:1px solid #dedde6;
  border-radius:8px;
  font-size:12px;
}

.fba-v2-search button {
  height:42px;
  padding:0 13px;
  border:0;
  border-radius:8px;
  background:#8054e8;
  color:#fff;
  font-size:11px;
  font-weight:800;
  cursor:pointer;
}

.fba-v2-categories {
  display:flex;
  flex-direction:column;
}

.fba-v2-categories a {
  display:flex;
  justify-content:space-between;
  gap:15px;
  padding:10px 0;
  border-bottom:1px solid #f0eef4;
  color:#43495c;
  font-size:12px;
  text-decoration:none;
}

.fba-v2-categories a:last-child {
  border-bottom:0;
}

.fba-v2-categories small {
  color:#9a9fac;
}

.fba-v2-recent-list {
  display:flex;
  flex-direction:column;
  gap:13px;
}

.fba-v2-recent-item {
  display:grid;
  grid-template-columns:56px 1fr;
  gap:11px;
  align-items:center;
  color:#30374b !important;
  text-decoration:none !important;
}

.fba-v2-recent-thumb {
  display:block;
  width:56px;
  height:52px;
  overflow:hidden;
  border-radius:7px;
  background:#f4f1f8;
}

.fba-v2-recent-thumb img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.fba-v2-recent-thumb > span {
  display:grid;
  place-items:center;
  height:100%;
  color:#8054e8;
  font-weight:800;
}

.fba-v2-recent-item strong {
  display:block;
  font-size:11.5px;
  line-height:1.35;
}

.fba-v2-recent-item small {
  display:block;
  margin-top:4px;
  color:#9ba0ac;
  font-size:9.5px;
}

.fba-v2-cta {
  background:linear-gradient(150deg,#fff9e8,#f7f1ff);
  border-color:#eee5d1;
}

.fba-v2-cta-icon {
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  margin-bottom:12px;
  border-radius:50%;
  background:#ffcd45;
  color:#fff;
}

.fba-v2-cta p {
  margin:0 0 14px;
  color:#60677a;
  font-size:12px;
  line-height:1.6;
}

.fba-v2-cta a {
  color:#7447dc !important;
  font-size:11px;
  font-weight:800;
  text-decoration:none !important;
}

.fba-v2-pagination {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:34px;
}

.fba-v2-pagination .page-numbers {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:38px;
  height:38px;
  padding:0 12px;
  border:1px solid #e2dfea;
  border-radius:7px;
  background:#fff;
  color:#5e6578;
  font-size:11px;
  text-decoration:none;
}

.fba-v2-pagination .current {
  border-color:#8054e8;
  background:#8054e8;
  color:#fff;
}

@media(max-width:980px) {
  .fba-v2-main-grid {
    grid-template-columns:1fr;
  }

  .fba-v2-sidebar {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
  }

  .fba-v2-side-card {
    margin-bottom:0;
  }
}

@media(max-width:760px) {
  .fba-v2-container {
    width:min(100% - 28px,1160px);
  }

  .fba-v2-hero {
    padding:38px 0 34px;
  }

  .fba-v2-hero h1 {
    font-size:39px !important;
  }

  .fba-v2-featured {
    grid-template-columns:1fr;
  }

  .fba-v2-featured-image {
    min-height:240px;
  }

  .fba-v2-featured-copy {
    padding:24px;
  }

  .fba-v2-featured-copy h2 {
    font-size:27px !important;
  }

  .fba-v2-grid,
  .fba-v2-sidebar {
    grid-template-columns:1fr;
  }

  .fba-v2-card-image {
    height:230px;
  }
}


/* =========================================================
   V2.1 TYPOGRAPHY UPGRADE
   Larger, easier-to-read text across the Blog archive
   ========================================================= */

.fba-v2-hero p {
  font-size:19px !important;
  line-height:1.7 !important;
}

.fba-v2-featured-copy h2 {
  font-size:38px !important;
  line-height:1.12 !important;
}

.fba-v2-featured-copy p {
  font-size:16px !important;
  line-height:1.7 !important;
}

.fba-v2-cat {
  font-size:11px !important;
}

.fba-v2-meta {
  font-size:12px !important;
}

.fba-v2-read-featured,
.fba-v2-read {
  font-size:13px !important;
}

.fba-v2-section-head h2 {
  font-size:34px !important;
}

.fba-v2-card h3 {
  font-size:22px !important;
  line-height:1.32 !important;
}

.fba-v2-card p {
  font-size:15px !important;
  line-height:1.68 !important;
}

.fba-v2-side-card h3 {
  font-size:18px !important;
}

.fba-v2-search input {
  font-size:14px !important;
}

.fba-v2-search button {
  font-size:12px !important;
}

.fba-v2-categories a {
  font-size:14px !important;
}

.fba-v2-categories small {
  font-size:12px !important;
}

.fba-v2-recent-item strong {
  font-size:13px !important;
  line-height:1.4 !important;
}

.fba-v2-recent-item small {
  font-size:11px !important;
}

.fba-v2-cta p {
  font-size:14px !important;
  line-height:1.65 !important;
}

.fba-v2-cta a {
  font-size:13px !important;
}

.fba-v2-pagination .page-numbers {
  font-size:13px !important;
}

@media(max-width:760px) {
  .fba-v2-hero p {
    font-size:17px !important;
  }

  .fba-v2-featured-copy h2 {
    font-size:30px !important;
  }

  .fba-v2-card h3 {
    font-size:21px !important;
  }

  .fba-v2-card p {
    font-size:15px !important;
  }
}
