html {
  scroll-padding-top: 88px;
}

body.bb-mega-header-mounted,
html.bb-mega-header-pending body {
  padding-top: 68px !important;
}

html.bb-mega-header-pending .bb-hd,
html.bb-mega-header-pending .bb-global-header-static,
html.bb-mega-header-pending .header-tod,
html.bb-mega-header-pending .mp-header,
html.bb-mega-header-pending .site-header,
html.bb-mega-header-pending #site-header,
html.bb-mega-header-pending .oxy-header-wrapper,
body.bb-mega-header-mounted .bb-hd,
body.bb-mega-header-mounted .bb-global-header-static,
body.bb-mega-header-mounted .header-tod,
body.bb-mega-header-mounted .mp-header,
body.bb-mega-header-mounted .site-header,
body.bb-mega-header-mounted #site-header,
body.bb-mega-header-mounted .oxy-header-wrapper {
  display: none !important;
}

.bb-mega-site-header,
.bb-mega-site-header *,
.bb-mega-site-header *::before,
.bb-mega-site-header *::after {
  box-sizing: border-box;
}

.bb-mega-site-header {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 2147483000 !important;
  background: rgba(250, 252, 253, 0.96);
  color: #061226;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  box-shadow: 0 12px 34px rgba(6, 18, 38, 0.08);
}

body.admin-bar .bb-mega-site-header {
  top: 32px !important;
}

.bb-mega-header__nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 1360px;
  height: 68px;
  margin: 0 auto;
  padding: 0 32px;
}

.bb-mega-header__logo {
  display: flex;
  align-items: center;
  width: 128px;
  height: 34px;
  text-decoration: none !important;
}

.bb-mega-header__logo img {
  display: block;
  width: 128px;
  height: 34px;
  object-fit: contain;
  object-position: left center;
}

.bb-mega-header__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bb-mega-header__item {
  position: relative;
}

.bb-mega-header__button,
.bb-mega-header__link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #141a20;
  padding: 0 12px;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  text-decoration: none !important;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease;
}

.bb-mega-header__button:hover,
.bb-mega-header__button:focus-visible,
.bb-mega-header__link:hover,
.bb-mega-header__link:focus-visible {
  background: #f3f5fa;
  color: #141a20;
}

.bb-mega-header__chevron {
  width: 10px;
  height: 6px;
  transition: transform 180ms ease;
}

.bb-mega-header__item:hover .bb-mega-header__chevron,
.bb-mega-header__item:focus-within .bb-mega-header__chevron {
  transform: rotate(180deg);
}

.bb-mega-panel-wrap {
  position: absolute;
  left: 50%;
  top: 100%;
  display: none;
  transform: translateX(-50%);
  padding-top: 12px;
}

.bb-mega-header__item:hover .bb-mega-panel-wrap,
.bb-mega-header__item:focus-within .bb-mega-panel-wrap {
  display: block;
}

.bb-mega-panel {
  display: grid;
  grid-template-columns: 1fr 1fr 320px;
  gap: 32px;
  width: min(1120px, calc(100vw - 48px));
  min-height: 470px;
  border: 1px solid #e8eaf0;
  border-radius: 20px;
  background: #fff;
  padding: 32px;
  box-shadow: 0 28px 60px rgba(6, 18, 38, 0.12);
}

.bb-mega-panel__heading {
  margin: 0 0 16px;
  color: #6e7180;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.bb-mega-panel__list {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bb-mega-panel__link {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 72px;
  border-radius: 14px;
  padding: 10px 12px;
  color: #061226;
  text-decoration: none !important;
  transition: background-color 180ms ease;
}

.bb-mega-panel__link:hover,
.bb-mega-panel__link:focus-visible {
  background: #f6f7fb;
}

.bb-mega-panel__icon {
  width: 54px;
  height: 54px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 13px;
  background: #f3f5fa;
  color: #141a20;
}

.bb-mega-panel__link:hover .bb-mega-panel__icon {
  background: rgba(234, 114, 15, 0.1);
}

.bb-mega-panel__title {
  display: block;
  color: #061226;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.bb-mega-panel__sub {
  display: block;
  margin-top: 4px;
  color: #6e7180;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.bb-mega-promo {
  align-self: start;
  display: block;
  overflow: hidden;
  border: 1px solid #e2e5ec;
  border-radius: 20px;
  color: #061226;
  text-decoration: none !important;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.bb-mega-promo:hover,
.bb-mega-promo:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(6, 18, 38, 0.12);
}

.bb-mega-promo img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.bb-mega-promo__body {
  padding: 20px 22px 24px;
}

.bb-mega-promo__title {
  display: block;
  margin: 0 0 14px;
  color: #061226;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.bb-mega-promo__copy {
  margin: 0;
  color: #6e7180;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.5;
}

.bb-mega-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.bb-mega-header__whatsapp {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #141a20;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none !important;
  transition: color 180ms ease;
}

.bb-mega-header__whatsapp:hover,
.bb-mega-header__whatsapp:focus-visible {
  color: #ea720f;
}

.bb-mega-cta {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 40px;
  border-radius: 12px;
  background: #ea720f;
  color: #061226;
  padding: 4px 4px 4px 16px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(234, 114, 15, 0.22);
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.bb-mega-cta:hover,
.bb-mega-cta:focus-visible {
  transform: translateY(-1px);
  background: #edeff7;
  color: #061226;
  box-shadow: 0 14px 36px rgba(6, 18, 38, 0.1);
}

.bb-mega-watch {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 7px;
  background: #edeff7;
  color: #061226;
  box-shadow: inset 0 0 0 1px rgba(6, 18, 38, 0.08);
  transition: transform 260ms ease, background-color 260ms ease, box-shadow 260ms ease;
}

.bb-mega-cta:hover .bb-mega-watch,
.bb-mega-cta:focus-visible .bb-mega-watch {
  transform: translateY(-2px);
  background: #f4e9ff;
  box-shadow: inset 0 0 0 1px rgba(234, 114, 15, 0.28), 0 8px 18px rgba(6, 18, 38, 0.12);
}

.bb-mega-watch__popup {
  position: absolute;
  left: 50%;
  top: calc(100% + 7px);
  z-index: 2;
  min-width: 58px;
  overflow: hidden;
  border-radius: 9px;
  background: #061226;
  color: #fff;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
  box-shadow: 0 12px 24px rgba(6, 18, 38, 0.26);
  transition: opacity 260ms ease, transform 260ms ease;
}

.bb-mega-cta:hover .bb-mega-watch__popup,
.bb-mega-cta:focus-visible .bb-mega-watch__popup {
  opacity: 1;
  transform: translateX(-50%) translateY(2px);
}

.bb-mega-watch__popup span {
  display: block;
  text-align: center;
  white-space: nowrap;
  transition: transform 260ms ease, opacity 260ms ease;
}

.bb-mega-watch__popup span:last-child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 100%);
}

.bb-mega-cta:hover .bb-mega-watch__popup span:first-child,
.bb-mega-cta:focus-visible .bb-mega-watch__popup span:first-child {
  opacity: 0;
  transform: translateY(-100%);
}

.bb-mega-cta:hover .bb-mega-watch__popup span:last-child,
.bb-mega-cta:focus-visible .bb-mega-watch__popup span:last-child {
  transform: translate(-50%, -50%);
}

.bb-mega-mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  background: #f3f5fa;
  color: #141a20;
  cursor: pointer;
}

.bb-mega-mobile-panel {
  display: none;
  border-top: 1px solid #e8eaf0;
  background: #fff;
  padding: 16px 20px 20px;
  box-shadow: 0 18px 36px rgba(6, 18, 38, 0.1);
}

.bb-mega-site-header.is-mobile-open .bb-mega-mobile-panel {
  display: block;
}

.bb-mega-mobile-panel__inner {
  display: grid;
  gap: 8px;
  max-width: 640px;
  margin: 0 auto;
}

.bb-mega-mobile-panel details {
  border-radius: 12px;
  background: #f7f8fb;
}

.bb-mega-mobile-panel summary,
.bb-mega-mobile-panel > .bb-mega-mobile-panel__inner > a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  color: #061226;
  padding: 0 14px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none !important;
  list-style: none;
  cursor: pointer;
}

.bb-mega-mobile-panel summary::-webkit-details-marker {
  display: none;
}

.bb-mega-mobile-sub {
  display: grid;
  gap: 3px;
  padding: 0 8px 10px;
}

.bb-mega-mobile-sub a {
  border-radius: 9px;
  color: #40424d;
  padding: 10px 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
}

.bb-mega-mobile-sub a:hover {
  background: #fff;
  color: #061226;
}

.bb-mega-mobile-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-top: 8px;
}

@media (max-width: 1120px) {
  .bb-mega-header__nav {
    grid-template-columns: 1fr auto;
    padding: 0 20px;
  }

  .bb-mega-header__links,
  .bb-mega-header__whatsapp,
  .bb-mega-header__actions > .bb-mega-cta {
    display: none;
  }

  .bb-mega-mobile-toggle {
    display: inline-flex;
  }
}

@media (max-width: 782px) {
  body.admin-bar .bb-mega-site-header {
    top: 46px !important;
  }
}

@media (max-width: 520px) {
  .bb-mega-header__nav {
    padding: 0 14px;
  }

  .bb-mega-mobile-actions {
    grid-template-columns: 1fr;
  }
}

/* BingeBear editorial blog refresh.
   Loaded after legacy Astro page CSS; scoped to static blog/category/post pages. */

.bb-blog,
.bb-category,
.bb-post {
  --bb-editorial-bg: #f3f5f7;
  --bb-editorial-panel: #ffffff;
  --bb-editorial-ink: #141a20;
  --bb-editorial-muted: #5e6875;
  --bb-editorial-soft: #e8edf3;
  --bb-editorial-border: rgba(20, 26, 32, 0.1);
  --bb-editorial-orange: #ea720f;
  --bb-editorial-blue: #22c7ee;
  --bb-editorial-dark: #111820;
  --bb-editorial-shadow: 0 24px 60px rgba(20, 26, 32, 0.08);
  color: var(--bb-editorial-ink);
  font-family: Inter, Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

@supports selector(body:has(.bb-blog)) {
  body:has(.bb-blog),
  body:has(.bb-category),
  body:has(.bb-post) {
    background: var(--bb-editorial-bg) !important;
  }
}

.bb-blog *,
.bb-category *,
.bb-post * {
  box-sizing: border-box;
}

.bb-blog a,
.bb-category a,
.bb-post a {
  color: inherit;
  text-decoration: none;
}

.bb-blog img,
.bb-category img,
.bb-post img {
  max-width: 100%;
}

.bb-blog .bb-container,
.bb-category .bb-container,
.bb-post .bb-container {
  width: min(100%, 1180px) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.bb-blog,
.bb-category {
  min-height: 100vh;
  background:
    radial-gradient(circle at 80% 0%, rgba(34, 199, 238, 0.12), transparent 28%),
    linear-gradient(180deg, #fbfcfd 0%, var(--bb-editorial-bg) 28%, var(--bb-editorial-bg) 100%) !important;
  padding: clamp(34px, 5vw, 66px) clamp(18px, 4vw, 40px) 100px !important;
}

.bb-blog__crumbs,
.bb-category__crumbs {
  display: none !important;
}

.bb-blog__hero,
.bb-category__hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px) !important;
  gap: clamp(24px, 4vw, 58px) !important;
  align-items: end !important;
  margin: 0 !important;
  padding: clamp(34px, 5vw, 60px) 0 clamp(24px, 3vw, 38px) !important;
}

.bb-blog__hero-copy,
.bb-category__hero > div:first-child {
  max-width: 760px !important;
}

.bb-blog__eyebrow,
.bb-category__back,
.bb-post__crumb a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 32px !important;
  width: fit-content !important;
  margin: 0 0 20px !important;
  border: 1px solid var(--bb-editorial-border) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.74) !important;
  color: var(--bb-editorial-muted) !important;
  padding: 0 13px !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.bb-blog__hero h1,
.bb-category__hero h1 {
  max-width: 800px !important;
  margin: 0 !important;
  color: var(--bb-editorial-ink) !important;
  font-size: clamp(44px, 6.2vw, 78px) !important;
  font-weight: 850 !important;
  letter-spacing: -0.07em !important;
  line-height: 0.88 !important;
}

.bb-blog__hero-copy > p:not(.bb-blog__eyebrow),
.bb-category__hero p {
  max-width: 660px !important;
  margin: 22px 0 0 !important;
  color: var(--bb-editorial-muted) !important;
  font-size: clamp(17px, 2vw, 21px) !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  letter-spacing: -0.02em !important;
}

.bb-blog__search-panel,
.bb-category__search {
  align-self: end !important;
  border: 1px solid var(--bb-editorial-border) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  padding: 18px !important;
  box-shadow: 0 18px 48px rgba(20, 26, 32, 0.08) !important;
}

.bb-blog__search-label,
.bb-category__search label {
  display: block !important;
  margin: 0 0 10px !important;
  color: var(--bb-editorial-ink) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
}

.bb-blog__search,
.bb-category__search input {
  border: 1px solid rgba(20, 26, 32, 0.12) !important;
  border-radius: 999px !important;
  background: #fff !important;
  min-height: 48px !important;
}

.bb-blog__search {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 0 16px !important;
}

.bb-blog__search svg {
  width: 19px !important;
  height: 19px !important;
  color: #8b95a1 !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
}

.bb-blog__search input,
.bb-category__search input {
  width: 100% !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: var(--bb-editorial-ink) !important;
  font-size: 15px !important;
  font-weight: 650 !important;
}

.bb-category__search input {
  padding: 0 16px !important;
}

.bb-blog__search-meta,
.bb-category__search span {
  display: flex !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-top: 12px !important;
  color: #7d8794 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.bb-blog__featured,
.bb-category__featured {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin: 0 0 26px !important;
}

.bb-blog__feature,
.bb-category__featured,
.bb-blog__card,
.bb-category__card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 1px solid rgba(20, 26, 32, 0.08) !important;
  border-radius: 12px !important;
  background: var(--bb-editorial-panel) !important;
  box-shadow: none !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease !important;
}

.bb-blog__feature:hover,
.bb-category__featured:hover,
.bb-blog__card:hover,
.bb-category__card:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(20, 26, 32, 0.18) !important;
  box-shadow: var(--bb-editorial-shadow) !important;
}

.bb-blog__feature::before,
.bb-blog__feature::after,
.bb-blog__card::before,
.bb-blog__card::after,
.bb-category__featured::before,
.bb-category__featured::after,
.bb-category__card::before,
.bb-category__card::after {
  display: none !important;
  content: none !important;
}

.bb-blog__feature--large {
  grid-row: span 2 !important;
}

.bb-blog__feature > img,
.bb-category__featured > img,
.bb-blog__card-media,
.bb-category__media,
.bb-blog__feature img,
.bb-category__featured img,
.bb-blog__card-media img,
.bb-category__media img {
  position: static !important;
  inset: auto !important;
  z-index: 0 !important;
  flex: 0 0 auto !important;
  transform: none !important;
  opacity: 1 !important;
  filter: none !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
  background: var(--bb-editorial-dark) !important;
}

.bb-blog__feature--large img,
.bb-category__featured img {
  aspect-ratio: 16 / 9 !important;
}

.bb-blog__feature-body,
.bb-category__featured-copy,
.bb-blog__card-body,
.bb-category__body {
  position: static !important;
  inset: auto !important;
  z-index: 1 !important;
  min-height: 0 !important;
  transform: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  background: var(--bb-editorial-panel) !important;
  color: var(--bb-editorial-ink) !important;
  padding: 18px !important;
}

.bb-blog__feature-body time,
.bb-category__featured-copy time,
.bb-blog__card-meta,
.bb-category__meta {
  order: -1 !important;
  color: #7d8794 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.35 !important;
  text-transform: none !important;
}

.bb-blog__feature-body h2,
.bb-category__featured-copy h2,
.bb-blog__card-body h2,
.bb-category__body h2 {
  margin: 0 !important;
  color: var(--bb-editorial-ink) !important;
  font-size: clamp(18px, 1.9vw, 24px) !important;
  font-weight: 850 !important;
  letter-spacing: -0.045em !important;
  line-height: 1.04 !important;
}

.bb-blog__feature--large .bb-blog__feature-body h2,
.bb-category__featured-copy h2 {
  font-size: clamp(25px, 3.2vw, 44px) !important;
  letter-spacing: -0.06em !important;
}

.bb-blog__feature-body p,
.bb-category__featured-copy p,
.bb-blog__card-body p,
.bb-category__body p {
  margin: 0 !important;
  color: var(--bb-editorial-muted) !important;
  font-size: 14px !important;
  font-weight: 520 !important;
  line-height: 1.52 !important;
}

.bb-blog__tools {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin: 28px 0 18px !important;
}

.bb-blog__filters {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.bb-blog__chip {
  min-height: 36px !important;
  border: 1px solid rgba(20, 26, 32, 0.12) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: #526071 !important;
  padding: 0 13px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
}

.bb-blog__chip.is-active,
.bb-blog__chip[aria-pressed="true"] {
  border-color: var(--bb-editorial-ink) !important;
  background: var(--bb-editorial-ink) !important;
  color: #fff !important;
}

.bb-blog__sort-wrap select {
  min-height: 40px !important;
  border: 1px solid rgba(20, 26, 32, 0.12) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--bb-editorial-ink) !important;
  padding: 0 38px 0 14px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.bb-blog__grid,
.bb-category__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin: 0 !important;
}

.bb-blog__card,
.bb-category__card {
  display: flex !important;
  min-width: 0 !important;
  min-height: 100% !important;
  flex-direction: column !important;
}

.bb-blog__card-media,
.bb-category__media {
  display: block !important;
  overflow: hidden !important;
  background: #dbe2ea !important;
}

.bb-blog__card-body,
.bb-category__body {
  flex: 1 !important;
  padding: 14px !important;
}

.bb-blog__card-body h2,
.bb-category__body h2 {
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  font-size: 17px !important;
  letter-spacing: -0.04em !important;
  line-height: 1.08 !important;
}

.bb-blog__card-body p,
.bb-category__body p {
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  font-size: 13px !important;
}

.bb-blog__card-foot,
.bb-category__read {
  margin-top: auto !important;
  padding-top: 8px !important;
  color: var(--bb-editorial-orange) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}

.bb-category__featured {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr) !important;
  align-items: stretch !important;
  margin-bottom: 22px !important;
}

.bb-category__featured-copy {
  justify-content: center !important;
  padding: clamp(22px, 3vw, 34px) !important;
}

.bb-post {
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 4%, rgba(234, 114, 15, 0.08), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fbfcfd 44%, #f5f7fa 100%) !important;
  padding: clamp(42px, 5vw, 72px) clamp(18px, 4vw, 40px) 110px !important;
}

.bb-post > .bb-post__inner {
  width: min(100%, 1080px) !important;
  max-width: 1080px !important;
}

.bb-post__crumb {
  margin: 0 0 clamp(38px, 7vw, 92px) !important;
}

.bb-post__head {
  max-width: 920px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bb-post__head h1 {
  max-width: 920px !important;
  margin: 0 !important;
  color: var(--bb-editorial-ink) !important;
  font-size: clamp(48px, 7.8vw, 104px) !important;
  font-weight: 850 !important;
  letter-spacing: -0.075em !important;
  line-height: 0.9 !important;
}

.bb-post__head > .bb-post__meta {
  max-width: 680px !important;
  margin: 24px 0 0 !important;
  color: #738091 !important;
  font-size: 13px !important;
  font-weight: 780 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.7 !important;
  text-transform: uppercase !important;
}

.bb-post__cover {
  display: block !important;
  width: min(100%, 960px) !important;
  max-height: 560px !important;
  margin: clamp(34px, 6vw, 70px) auto 0 !important;
  border: 1px solid rgba(20, 26, 32, 0.08) !important;
  border-radius: 16px !important;
  object-fit: cover !important;
  box-shadow: 0 28px 80px rgba(20, 26, 32, 0.12) !important;
}

.bb-post > .bb-post__inner > .bb-post__body {
  max-width: 760px !important;
  margin: clamp(44px, 7vw, 86px) auto 0 !important;
  color: #202833 !important;
  font-size: 19px !important;
  font-weight: 450 !important;
  line-height: 1.78 !important;
  letter-spacing: -0.01em !important;
}

.bb-post__body > .bb-post,
.bb-post__body > .bb-post > .bb-post__inner,
.bb-post__body > .bb-post > .bb-post__inner > .bb-post__body {
  display: contents !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

.bb-post__body > .bb-post > .bb-post__inner > .bb-post__header,
.bb-post__body > .bb-post > .bb-post__inner > .bb-post__hero {
  display: none !important;
}

.bb-post__body p,
.bb-post__body li {
  color: #202833 !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.bb-post__body p {
  margin: 0 0 1.25em !important;
}

.bb-post__body h2 {
  margin: 2.1em 0 0.65em !important;
  color: var(--bb-editorial-ink) !important;
  font-size: clamp(30px, 4vw, 50px) !important;
  font-weight: 850 !important;
  letter-spacing: -0.06em !important;
  line-height: 0.98 !important;
}

.bb-post__body h3 {
  margin: 1.8em 0 0.55em !important;
  color: var(--bb-editorial-ink) !important;
  font-size: clamp(22px, 2.8vw, 30px) !important;
  font-weight: 850 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.06 !important;
}

.bb-post__body strong {
  color: var(--bb-editorial-ink) !important;
  font-weight: 850 !important;
}

.bb-post__body a {
  color: var(--bb-editorial-orange) !important;
  font-weight: 780 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}

.bb-post__body ul,
.bb-post__body ol {
  margin: 0 0 1.4em !important;
  padding-left: 1.35em !important;
}

.bb-post__toc,
.bb-post__cta,
.bb-post__table-wrap,
.bb-post__author,
.bb-post__trust {
  width: min(100%, 860px) !important;
  margin: 34px auto !important;
  border: 1px solid rgba(20, 26, 32, 0.1) !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}

.bb-post__toc {
  position: relative !important;
  overflow: hidden !important;
  background: #f3f6fa !important;
  padding: 24px 26px !important;
}

.bb-post__toc-title {
  margin: 0 0 12px !important;
  color: var(--bb-editorial-muted) !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.bb-post__toc ol {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding-left: 20px !important;
}

.bb-post__toc a {
  color: var(--bb-editorial-ink) !important;
  font-size: 15px !important;
  font-weight: 760 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

.bb-post__cta {
  overflow: hidden !important;
  background: var(--bb-editorial-dark) !important;
  color: #fff !important;
  padding: clamp(24px, 4vw, 34px) !important;
}

.bb-post__cta-title,
.bb-post__cta h2,
.bb-post__cta h3 {
  color: #fff !important;
}

.bb-post__cta-sub,
.bb-post__cta p,
.bb-post__cta-proof {
  color: rgba(255, 255, 255, 0.72) !important;
}

.bb-post__cta-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  border-radius: 999px !important;
  background: var(--bb-editorial-orange) !important;
  color: #fff !important;
  padding: 0 20px !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
}

.bb-post__table-wrap {
  overflow-x: auto !important;
  background: #fff !important;
}

.bb-post__body table {
  width: 100% !important;
  border-collapse: collapse !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}

.bb-post__body th,
.bb-post__body td {
  border-bottom: 1px solid var(--bb-editorial-border) !important;
  padding: 14px !important;
  text-align: left !important;
}

.bb-post__body th {
  color: var(--bb-editorial-ink) !important;
  font-weight: 850 !important;
}

.bb-post__author,
.bb-post__trust {
  background: #fff !important;
  padding: 22px !important;
}

@media (max-width: 980px) {
  .bb-blog__hero,
  .bb-category__hero,
  .bb-blog__featured,
  .bb-category__featured {
    grid-template-columns: 1fr !important;
  }

  .bb-blog__feature--large {
    grid-row: auto !important;
  }

  .bb-blog__grid,
  .bb-category__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .bb-blog,
  .bb-category,
  .bb-post {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .bb-blog__hero,
  .bb-category__hero {
    padding-top: 38px !important;
  }

  .bb-blog__hero h1,
  .bb-category__hero h1,
  .bb-post__head h1 {
    font-size: clamp(42px, 16vw, 58px) !important;
    letter-spacing: -0.065em !important;
  }

  .bb-blog__grid,
  .bb-category__grid {
    grid-template-columns: 1fr !important;
  }

  .bb-blog__tools,
  .bb-blog__sort-wrap,
  .bb-blog__sort-wrap select {
    width: 100% !important;
  }

  .bb-post__cover {
    border-radius: 12px !important;
  }

  .bb-post > .bb-post__inner > .bb-post__body {
    font-size: 17px !important;
  }
}
