.elementor-1114 .elementor-element.elementor-element-6b3fd17{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1114 .elementor-element.elementor-element-a788fd6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -80px) 0px;}.elementor-1114 .elementor-element.elementor-element-beed1da{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1114 .elementor-element.elementor-element-165825f{margin:-25px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1114 .elementor-element.elementor-element-1136713{margin:-60px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1114 .elementor-element.elementor-element-cf3e2d1{background-color:var( --e-global-color-primary );margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1114 .elementor-element.elementor-element-4167f13{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-a788fd6 *//* Hero image */
.bsr-hero-img{
    display:block !important;
    width:100%;
    height:auto;
    border-radius:8px !important;
}

.bsr-listicle > .bsr-section:first-of-type {
    padding-top: 10px !important;
}
.bsr-logo{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto 36px;
}

.bsr-logo img{
    display:block;
    width:100%;
    max-width:320px;   /* Adjust if Emily wants it larger/smaller */
    height:auto;
}

@media (max-width:767px){

    .bsr-logo{
        margin-bottom:28px;
    }

    .bsr-logo img{
        max-width:240px;
    }

}

.mobile-break{
    display:none;
}

@media (max-width:767px){
    .mobile-break{
        display:inline;
    }
}

.bsr-logo{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto 36px;
}

.bsr-logo img{
    display:block;
    width:100%;
    max-width:320px;
    height:auto;
    transform:translateX(-10px);
}

@media (max-width:767px){

    .bsr-logo{
        margin-bottom:28px;
    }

    .bsr-logo img{
        max-width:240px;   /* Adjust to match the Figma */
        transform:translateX(-8px);
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-beed1da */.bsr-bottom-sticky-cta{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:99999;

    display:flex;
    justify-content:center;

    padding:14px 18px calc(14px + env(safe-area-inset-bottom));

    background:rgba(235,229,223,.97);
    border-top:1px solid #DDD3C8;

    opacity:0;
    visibility:hidden;
    transform:translateY(100%);
    transition:.25s ease;
}

.bsr-bottom-sticky-cta.is-visible{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.bsr-bottom-sticky-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    width:100%;
    max-width:420px;

    padding:18px 28px;

    border:none;
    border-radius:999px;

    background:#241C18;
    color:#fff;

    font-size:18px;
    font-weight:700;

    cursor:pointer;
}

.bsr-bottom-sticky-btn:hover{
    background:#3A2D27;
}

body{
    padding-bottom:84px;
}

.bsr-bottom-sticky-btn,
.bsr-bottom-sticky-btn:visited,
.bsr-bottom-sticky-btn:hover,
.bsr-bottom-sticky-btn:focus,
.bsr-bottom-sticky-btn:active{
    background:#241C18 !important;
    color:#fff !important;
    border:none;
    text-decoration:none;
}

.bsr-bottom-sticky-btn:hover{
    background:#3A2D27 !important;
}

.bsr-bottom-sticky-btn:focus{
    outline:none;
    box-shadow:none;
}

.bsr-bottom-sticky-btn::-moz-focus-inner{
    border:0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-165825f */.bsr-sticky-top{
    position:sticky;
    top:0;
    z-index:999;
    display:flex;
    justify-content:center;
    padding:16px 20px;
    background:#EAE3DB;
    border-bottom:1px solid #D9CEC4;
}

.bsr-sticky-top .bsr-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#241C18;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    font-size:18px;
    line-height:1;
    padding:18px 36px;
    border-radius:999px;
    border:none;
    cursor:pointer;
    transition:all .2s ease;
}

.bsr-sticky-top .bsr-btn:hover{
    background:#3A2D27;
    color:#fff;
}

@media (max-width:767px){

    .bsr-sticky-top{
        padding:14px 16px;
    }

    .bsr-sticky-top .bsr-btn{
        width:100%;
        max-width:280px;
        padding:16px 28px;
        font-size:17px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1136713 *//* Product review header cleanup */

.bsr-reviews-only .bsr-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin-bottom: 35px;
}

.bsr-reviews-only .bsr-product {
  display: flex;
  align-items: center;
  gap: 28px;
  flex: 1;
  min-width: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.bsr-reviews-only .bsr-img {
  width: 110px !important;
  height: 110px !important;
  flex: 0 0 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow: visible;
}

.bsr-reviews-only .bsr-img img {
  display: block;
  max-width: 110px;
  max-height: 110px;
  width: auto;
  height: auto;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.bsr-reviews-only .bsr-score {
  flex: 0 0 86px;
}

.bsr-subscription-image{
    margin-top:24px;
}

.bsr-subscription-image img{
    display:block;
    width:100%;
    height:auto;
    border-radius:8px;
    border:1px solid #DDD3C8;
    box-shadow:0 8px 20px rgba(0,0,0,.06);
}

/* Bottom CTA */

.bsr-final-cta{
    text-align:center;
    margin:48px 0 0;
}

.bsr-final-cta h3{
    font-size:20px;
    line-height:1.35;
    font-weight:700;
    color:#241C18;
    margin:0 0 28px;
}

.bsr-final-cta .bsr-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    background:#DD912A;
    color:#fff !important;
    text-decoration:none;

    font-weight:700;
    font-size:18px;
    line-height:1.2;

    border-radius:999px;

    min-width:560px;
    padding:22px 42px;

    transition:.2s ease;
}

.bsr-final-cta .bsr-btn:hover{
    background:#C97E20;
    color:#fff;
}

@media (max-width:767px){

    .bsr-final-cta{
        margin-top:40px;
    }

    .bsr-final-cta h3{
        font-size:18px;
        max-width:290px;
        margin:0 auto 22px;
    }

    .bsr-final-cta .bsr-btn{
        width:100%;
        min-width:0;
        padding:20px 24px;
        font-size:16px;
        line-height:1.35;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4167f13 */.bsr-bottom-sticky-btn{
    transition:all .25s ease;
}

.bsr-bottom-sticky-btn.is-shop{
    background:#D71932;
    color:#fff;
    box-shadow:0 10px 24px rgba(215,25,50,.35);
}

.bsr-bottom-sticky-cta .bsr-bottom-sticky-btn.is-shop,
.bsr-bottom-sticky-cta .bsr-bottom-sticky-btn.is-shop:hover,
.bsr-bottom-sticky-cta .bsr-bottom-sticky-btn.is-shop:focus,
.bsr-bottom-sticky-cta .bsr-bottom-sticky-btn.is-shop:active{
    background:#D71932 !important;
    border-color:#D71932 !important;
    color:#fff !important;
    box-shadow:0 10px 24px rgba(215,25,50,.35) !important;
}/* End custom CSS */
/* Start custom CSS */.bsr-listicle {
  --cream:#f7f2ec;
  --soft:#f4efea;
  --tan:#ddd3c8;
  --peach:#efcfc2;
  --orange:#be5a32;
  --gold:#d88a2d;
  --dark:#241c18;
  --muted:#6d625b;
  --line:#ddd3c8;
  --green:#52794b;
  --red:#c96a60;
  font-family:Inter,Arial,sans-serif;
  color:var(--dark);
  background:#fff;
}

.bsr-listicle * {
  box-sizing:border-box;
}

.bsr-wrap {
  max-width:1080px;
  margin:0 auto;
  padding:0 28px;
}

.bsr-narrow {
  max-width:920px;
  margin:0 auto;
}

.bsr-center {
  text-align:center;
}

.bsr-section {
  padding:64px 0;
}

.bsr-heading {
  font-family:"Canela Trial",Georgia,serif;
  font-size:clamp(30px,4vw,42px);
  line-height:1.15;
  margin:0 0 28px;
  text-align:center;
  font-weight:600;
}

.bsr-eyebrow {
  color:var(--orange);
  font-size:14px;
  text-transform:uppercase;
  font-weight:800;
  letter-spacing:.08em;
  margin-bottom:16px;
}

.bsr-divider {
  max-width:920px;
  display:flex;
  align-items:center;
  gap:26px;
  margin:0 auto 56px;
}

.bsr-divider:before,
.bsr-divider:after {
  content:"";
  height:1px;
  background:var(--orange);
  flex:1;
}

.bsr-divider span {
  color:var(--orange);
  font-size:14px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
}

/* Logo */

.bsr-logo {
  padding:18px 0 16px;
  border-bottom:1px solid var(--line);
  text-align:center;
}

.bsr-logo h1 {
  font-family:"Canela Trial",Georgia,serif;
  color:var(--orange);
  font-size:30px;
  line-height:1;
  margin:0;
  font-weight:600;
}

.bsr-logo p {
  font-family:"Canela Trial",Georgia,serif;
  font-size:18px;
  line-height:1;
  margin:0;
}

/* Hero */

.bsr-listicle > .bsr-section:first-of-type {
  padding-top:62px;
  padding-bottom:0;
}

.bsr-kicker {
  display:inline-block;
  background:#eee9e4;
  border-radius:6px;
  padding:11px 28px;
  margin-bottom:34px;
  color:var(--dark);
  font-size:12px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:900;
}

.bsr-title {
  font-family:"Canela Trial",Georgia,serif;
  font-size:clamp(40px,5vw,62px);
  line-height:1.04;
  margin:0 auto;
  max-width:940px;
  font-weight:600;
}

.bsr-title .accent {
  display:block;
  color:var(--orange);
}

.bsr-subtitle {
  max-width:820px;
  margin:34px auto 0;
  color:var(--dark);
  font-size:18px;
  line-height:1.55;
}

.bsr-updated {
  max-width:920px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:17px 0;
  margin:36px auto 70px;
  color:#9d9994;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:11px;
  font-weight:800;
}

.bsr-hero-img {
  width:100%;
  max-width:940px;
  margin:0 auto 74px;
  display:block;
  border-radius:5px;
}

.bsr-btn {
  display:inline-block;
  background:var(--dark);
  color:#fff!important;
  text-decoration:none!important;
  padding:15px 32px;
  border-radius:999px;
  font-size:15px;
  font-weight:900;
  line-height:1;
}

.bsr-btn.orange {
  background:var(--orange);
}

.bsr-listicle > .bsr-section:first-of-type .bsr-btn {
  position:relative;
  z-index:2;
}


/* Intro */

.bsr-listicle > .bsr-section:nth-of-type(2) {
  background:#fff!important;
  padding-top:72px;
  padding-bottom:58px;
}

.bsr-note {
  max-width:920px;
  background:#fff7ed;
  border-left:5px solid var(--gold);
  padding:28px 28px 24px;
  margin:0 auto 74px;
  line-height:1.75;
}

.bsr-note p {
  margin:0 0 12px;
}

.bsr-note p:last-child {
  margin-bottom:0;
}

.bsr-note b,
.bsr-note strong {
  color:var(--dark);
}

.bsr-note p:first-child b {
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.06em;
  font-size:14px;
}

.bsr-copy {
  color:var(--dark);
  line-height:1.85;
  font-size:16px;
}

.bsr-copy p {
  margin:0 0 24px;
}

.bsr-stat {
  max-width:920px;
  background:#f7d8cb;
  border:1px solid var(--orange);
  border-radius:5px;
  padding:26px 28px;
  margin:62px auto 72px;
}

.bsr-stat .num {
  color:var(--orange);
  font-size:32px;
  font-weight:900;
  margin-bottom:10px;
}

.bsr-stat p {
  margin:0;
  line-height:1.7;
}

/* Criteria */

.bsr-listicle > .bsr-section:nth-of-type(3) {
  padding-top:48px;
  padding-bottom:78px;
}

.bsr-listicle > .bsr-section:nth-of-type(3) .bsr-heading {
  margin-bottom:14px;
}

.bsr-listicle > .bsr-section:nth-of-type(3) .bsr-center[style] {
  margin:0 0 32px;
  color:var(--dark);
}

.bsr-criteria {
  max-width:820px;
  margin:0 auto;
  display:grid;
  gap:0;
  border:1px solid var(--line);
  border-radius:6px;
  overflow:hidden;
}

.bsr-criteria-item {
  display:grid;
  grid-template-columns:58px 1fr;
  gap:22px;
  padding:30px 36px;
  background:#fff;
  border-bottom:1px solid var(--line);
}

.bsr-criteria-item:last-child {
  border-bottom:0;
}

.bsr-criteria-item:nth-child(odd) {
  background:#f8f6f3;
}

.bsr-num {
  width:42px;
  height:42px;
  border-radius:50%;
  background:var(--orange);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  font-weight:900;
}

.bsr-criteria-item h3 {
  font-size:22px;
  line-height:1.25;
  margin:0 0 14px;
  font-weight:900;
}

.bsr-criteria-item p {
  margin:0;
  line-height:1.78;
  font-size:16px;
}

/* Comparison */

.bsr-listicle > .bsr-section:nth-of-type(4) {
  padding-top:0;
  padding-bottom:78px;
}

.bsr-listicle > .bsr-section:nth-of-type(4) .bsr-divider {
  margin-bottom:66px;
}

.bsr-listicle > .bsr-section:nth-of-type(4) .bsr-heading {
  margin-bottom:18px;
}

.bsr-listicle > .bsr-section:nth-of-type(4) .bsr-heading + p {
  margin:0 auto 26px;
  font-size:17px;
}

.bsr-product-placeholder {
  width:152px;
  height:118px;
  margin:0 auto -1px;
  border:1px solid var(--line);
  border-bottom:0;
  border-radius:6px 6px 0 0;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#aaa;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
}

.bsr-table-scroll {
  width:100%;
  overflow-x:auto;
}

.bsr-compare-table {
  width:100%;
  min-width:980px;
  border-collapse:separate;
  border-spacing:0;
  font-size:14px;
  color:var(--dark);
  border:1px solid var(--line);
  border-radius:0 0 6px 6px;
  overflow:hidden;
}

.bsr-compare-table th {
  background:var(--dark);
  color:#fff;
  text-align:left;
  padding:18px 16px;
  font-size:14px;
  font-weight:900;
  text-transform:uppercase;
  border-right:1px solid rgba(255,255,255,.18);
}

.bsr-compare-table th span {
  display:block;
  margin-top:6px;
  font-size:11px;
  font-weight:500;
  opacity:.85;
}

.bsr-compare-table th.featured {
  background:var(--gold);
}

.bsr-compare-table td {
  padding:18px 16px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  font-weight:800;
  vertical-align:middle;
  text-align:left;
}

.bsr-compare-table td:first-child {
  text-transform:uppercase;
  width:210px;
}

.bsr-compare-table tr:nth-child(even) td {
  background:#f8f6f3;
}

.bsr-compare-table td.featured {
  background:#f4d8b5!important;
}

.bsr-compare-table .score {
  font-size:20px;
  font-weight:900;
}

html {
  scroll-behavior: smooth;
}


/* Product Reviews */

.bsr-reviews-only {
  padding-top:58px;
}

.bsr-review-card {
  position:relative;
  background:#fbfaf8;
  border:1px solid var(--line);
  border-radius:6px;
  padding:76px 46px 40px;
  margin:0 auto 54px;
  max-width:1080px;
}

.bsr-review-card-featured,
.bsr-review-card:first-of-type {
  background:#fff;
  border-color:var(--orange);
  box-shadow:0 12px 32px rgba(190,90,50,.18);
}

.bsr-pick-ribbon {
  position:absolute;
  top:0;
  left:46px;
  background:var(--dark);
  color:#fff;
  padding:14px 28px;
  border-radius:0 0 5px 5px;
  font-size:14px;
  line-height:1;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.bsr-review-card-featured .bsr-pick-ribbon,
.bsr-review-card:first-of-type .bsr-pick-ribbon {
  background:var(--orange);
}

.bsr-review-top,
.bsr-review-head {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:32px;
  margin-bottom:40px;
}

.bsr-review-product {
  display:flex;
  align-items:center;
  gap:28px;
}

.bsr-review-img {
  width:132px;
  height:132px;
  background:#fff;
  border:1px dashed var(--line);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#aaa;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  overflow:hidden;
}

.bsr-review-img img {
  max-width:100%;
  max-height:100%;
  object-fit:contain;
}

.bsr-review-product h3 {
  font-size:24px;
  margin:0 0 10px;
  line-height:1.15;
}

.bsr-review-product h3 span {
  color:#9a9a9a;
  font-size:16px;
  font-weight:700;
}

.bsr-review-product p {
  margin:0;
  color:#9a9a9a;
  font-size:16px;
  font-weight:700;
}

.bsr-score-box {
  width:86px;
  height:86px;
  border-radius:5px;
  background:var(--dark);
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

.bsr-score-box strong {
  font-size:34px;
  line-height:1;
}

.bsr-score-box span {
  font-size:11px;
  margin-top:8px;
  text-transform:uppercase;
}

.bsr-review-card-featured .bsr-score-box,
.bsr-review-card:first-of-type .bsr-score-box {
  background:var(--orange);
}

.bsr-price-pills {
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:30px;
}

.bsr-price-pills span {
  padding:11px 24px;
  border-radius:999px;
  font-size:15px;
  font-weight:900;
  background:#eee9e3;
  border:1px solid var(--line);
  color:var(--dark);
}

.bsr-price-pills span:not(:first-child) {
  background:#fff;
  border-color:#b9d8b6;
  color:var(--green);
}

.bsr-review-copy {
  font-size:18px;
  line-height:1.75;
  margin:0 0 28px;
  color:#332d29;
}

.bsr-procon-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:28px;
}

.bsr-review-list {
  border-radius:5px;
  padding:28px 32px;
  min-height:245px;
}

.bsr-review-list.good {
  background:#eef6ec;
  border:1px solid #b9d8b6;
}

.bsr-review-list.bad {
  background:#f7dddd;
  border:1px solid var(--red);
}

.bsr-review-list h4 {
  margin:0 0 22px;
  font-size:17px;
  text-transform:uppercase;
  font-weight:900;
}

.bsr-review-list.good h4 {
  color:var(--green);
}

.bsr-review-list.bad h4 {
  color:#b74742;
}

.bsr-review-list ul {
  margin:0;
  padding:0;
  list-style:none;
}

.bsr-review-list li {
  position:relative;
  padding-left:40px;
  margin-bottom:16px;
  font-size:17px;
  line-height:1.45;
}

.bsr-review-list.good li:before {
  content:"✓";
  position:absolute;
  left:0;
  top:-4px;
  color:#10b925;
  font-size:31px;
  font-weight:900;
}

.bsr-review-list.bad li:before {
  content:"×";
  position:absolute;
  left:0;
  top:-6px;
  color:#ef3b2d;
  font-size:34px;
  font-weight:900;
}

.bsr-verdict-box {
  margin-top:32px;
  padding:20px;
  border:1px solid #dfa855;
  background:#fff7e9;
  border-radius:5px;
  font-size:17px;
  line-height:1.65;
}

/* WLP-1 Deep Dive */

.bsr-top-pick-review {
  padding-top:56px;
}

.bsr-product {
  border:1px solid var(--line);
  background:#fff;
  margin:0 auto;
  max-width:920px;
  border-radius:6px;
  overflow:hidden;
}

.bsr-product-hero {
  background:var(--orange);
  color:#fff;
  text-align:center;
  padding:44px 32px 38px;
}

.bsr-product-hero h2,
.bsr-product h2 {
  font-family:"Canela Trial",Georgia,serif;
  font-size:34px;
  margin:0 0 8px;
  color:#fff;
}

.bsr-product-hero p {
  margin:0 0 18px;
  color:#fff;
}

.bsr-badge {
  display:inline-block;
  background:#fff;
  color:var(--orange);
  font-weight:900;
  font-size:13px;
  padding:9px 18px;
  text-transform:uppercase;
  border-radius:999px;
}

.bsr-product-body {
  padding:34px;
}

.bsr-product-body > p {
  font-size:16px;
  line-height:1.85;
  margin:28px 0;
}

.bsr-metrics {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin:0 0 28px;
}

.bsr-metric {
  background:#f4e6df;
  border:1px solid #d8aa95;
  text-align:center;
  padding:20px 14px;
  border-radius:4px;
}

.bsr-metric strong {
  display:block;
  color:var(--orange);
  font-size:28px;
  margin-bottom:8px;
}

.bsr-metric span {
  display:block;
  font-size:14px;
  line-height:1.45;
  color:var(--orange);
}

.bsr-product-panel {
  border:1px solid var(--line);
  background:#fbfaf8;
  padding:26px;
  border-radius:6px;
  margin:28px 0;
}

.bsr-product-panel h3,
.bsr-month-section h3,
.bsr-subscription-section h3 {
  margin:0 0 22px;
  font-size:17px;
  text-transform:uppercase;
  letter-spacing:.03em;
}

.bsr-active-ingredients h3 {
  color:var(--orange);
}

.bsr-ingredient-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.bsr-ingredient-card {
  background:#fff;
  border:1px solid var(--line);
  border-radius:6px;
  padding:26px;
}

.bsr-dose {
  display:inline-block;
  background:#eee9e3;
  border:1px solid var(--line);
  color:var(--dark);
  font-size:14px;
  font-weight:900;
  padding:8px 18px;
  border-radius:999px;
  margin-bottom:18px;
}

.bsr-ingredient-card h4 {
  margin:0 0 14px;
  font-size:16px;
}

.bsr-ingredient-card p {
  margin:0;
  font-size:15px;
  line-height:1.75;
}

.bsr-month-section {
  margin:30px 0;
}

.bsr-timeline {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.bsr-month {
  background:#fff;
  border:1px solid var(--line);
  padding:20px;
  border-radius:5px;
}

.bsr-month h4 {
  margin:0 0 10px;
  color:var(--orange);
  text-transform:uppercase;
}

.bsr-month p {
  margin:0;
  line-height:1.6;
}

.bsr-footnote {
  text-align:center;
  color:#888;
  font-size:13px;
  margin:24px 0 0;
}

.bsr-subscription-section {
  margin-top:34px;
}

.bsr-subscription-table-wrap {
  overflow-x:auto;
}

.bsr-subscription-table {
  width:100%;
  min-width:760px;
  border-collapse:collapse;
  background:#fff;
  border:1px solid var(--line);
}

.bsr-subscription-table th {
  background:var(--dark);
  color:#fff;
  text-align:left;
  padding:18px;
  text-transform:uppercase;
  font-size:14px;
}

.bsr-subscription-table td {
  padding:22px 18px;
  border:1px solid var(--line);
  font-weight:700;
}

.bsr-subscription-table tr:nth-child(even) td {
  background:#f8f5f2;
}

.bsr-best-value-label {
  display:block;
  background:#9fc693;
  color:#fff;
  text-transform:uppercase;
  font-size:12px;
  font-weight:900;
  padding:7px 12px;
  border-radius:0 0 4px 4px;
  margin:-22px 0 16px;
  text-align:center;
}

/* Feature CTA */

.bsr-feature {
  background:#ebe3dc;
  padding:62px 0;
}

.bsr-feature-header {
  margin-bottom:28px;
}

.bsr-feature-header h2 {
  font-family:"Canela Trial",Georgia,serif;
  font-size:34px;
  margin:0 0 12px;
}

.bsr-feature-header span {
  color:var(--orange);
}

.bsr-feature-card {
  background:#fff;
  max-width:780px;
  margin:0 auto;
  padding:34px;
  display:grid;
  grid-template-columns:250px 1fr;
  gap:34px;
  align-items:center;
  border-radius:7px;
}

.bsr-feature-image img {
  display:block;
  width:100%;
}

.bsr-feature-content h3 {
  font-size:28px;
  margin:0 0 8px;
}

.bsr-checks {
  margin:22px 0;
  padding:0;
  list-style:none;
}

.bsr-checks li {
  margin:12px 0;
  padding-left:30px;
  position:relative;
  line-height:1.5;
}

.bsr-checks li:before {
  content:"✓";
  position:absolute;
  left:0;
  color:#0fb52d;
  font-weight:900;
  font-size:22px;
}

.bsr-guarantee {
  color:var(--green);
  margin-top:16px;
  text-align:center;
}

/* Dark CTA */

.bsr-start-cta {
  padding:58px 0;
}

.bsr-dark-card {
  background:var(--dark);
  color:#fff;
  max-width:920px;
  margin:0 auto;
  padding:38px 32px;
  border-radius:4px;
}

.bsr-dark-card h2 {
  color:#fff;
  font-family:"Canela Trial",Georgia,serif;
  font-size:32px;
  margin:0 0 16px;
}

.bsr-dark-card p {
  color:#fff;
  max-width:760px;
  margin:0 auto 22px;
  line-height:1.6;
}

/* FAQ */

.bsr-faq-section {
  padding-top:48px;
}

.bsr-faq {
  margin-top:28px;
  background:#fbfaf8;
  border-radius:5px;
  padding:14px 22px;
}

.bsr-faq details {
  border-bottom:1px solid var(--line);
  background:transparent;
}

.bsr-faq details:last-child {
  border-bottom:0;
}

.bsr-faq summary {
  cursor:pointer;
  font-weight:800;
  padding:20px 0;
  list-style:none;
}

.bsr-faq summary::-webkit-details-marker {
  display:none;
}

.bsr-faq summary:after {
  content:"+";
  float:right;
  font-size:22px;
  font-weight:400;
}

.bsr-faq details[open] summary:after {
  content:"−";
}

.bsr-faq .answer {
  padding:0 0 22px;
  color:var(--dark);
  line-height:1.8;
}

/* Disclaimer / Footer */

.bsr-disclaimer {
  background:#fff;
  border-top:1px solid var(--line);
  padding:56px 0;
  font-size:14px;
  line-height:1.8;
  color:#8a8580;
}

.bsr-disclaimer-block {
  border-top:1px solid var(--line);
  padding:46px 0;
}

.bsr-disclaimer h3 {
  color:#aaa;
  text-transform:uppercase;
  font-size:14px;
  margin:0 0 16px;
}

.bsr-refs {
  font-size:14px;
  line-height:1.8;
  color:#8a8580;
  padding-left:20px;
}

.bsr-footer-disclosure {
  background:var(--dark);
  color:#bfb7b0;
  padding:28px 0;
  margin-bottom: -10px;
}

.bsr-footer-disclosure .bsr-wrap {
  display:grid;
  grid-template-columns:220px 1fr;
  gap:40px;
  align-items:center;
}

.bsr-footer-brand strong {
  display:block;
  font-family:"Canela Trial",Georgia,serif;
  color:var(--orange);
  font-size:26px;
  line-height:1;
}

.bsr-footer-brand span {
  display:block;
  color:#fff;
  font-family:"Canela Trial",Georgia,serif;
  font-size:17px;
  padding-left:42px;
}

.bsr-footer-copy p {
  margin:0 0 12px;
  font-size:12px;
  line-height:1.5;
}

/* Mobile */

@media(max-width:800px) {
  .bsr-wrap {
    padding:0 20px;
  }

  .bsr-section {
    padding:44px 0;
  }

  .bsr-title {
    font-size:38px;
  }

  .bsr-subtitle {
    margin-top:24px;
    font-size:16px;
  }

  .bsr-updated {
    margin-bottom:42px;
  }

  .bsr-hero-img {
    margin-bottom:52px;
  }

  .bsr-divider {
    gap:14px;
    margin-bottom:42px;
  }

  .bsr-divider span {
    font-size:12px;
  }

  .bsr-criteria-item,
  .bsr-review-top,
  .bsr-review-head,
  .bsr-review-product,
  .bsr-feature-card,
  .bsr-footer-disclosure .bsr-wrap {
    grid-template-columns:1fr;
    flex-direction:column;
    align-items:flex-start;
  }

  .bsr-procon-grid,
  .bsr-metrics,
  .bsr-ingredient-grid,
  .bsr-timeline {
    grid-template-columns:1fr;
  }

  .bsr-review-card {
    padding:72px 22px 30px;
  }

  .bsr-pick-ribbon {
    left:22px;
  }

  .bsr-product-body {
    padding:24px;
  }

  .bsr-product-hero {
    padding:36px 22px;
  }

  .bsr-feature-card {
    padding:24px;
  }

  .bsr-table-scroll,
  .bsr-subscription-table-wrap {
    overflow-x:auto;
  }
}

.bsr-sticky-top {
  position: sticky;
  top: 0;
  z-index: 99999;
  max-width: 1020px;
  width: 100%;
  margin: 24px auto;
  padding: 18px 0;
  background: #ebe5df;
  text-align: center;
  border-radius: 0 0 8px 8px;
}

.bsr-reviews-only{
  --bg:#f8f7f5;
  --card:#fbfaf8;
  --dark:#241c18;
  --orange:#be5a32;
  --green:#4f8d55;
  --green-bg:#eef6ec;
  --green-border:#b9d8b6;
  --red:#c94d4d;
  --red-bg:#f7dddd;
  --red-border:#c96a60;
  --tan:#eadfce;
  --border:#ddd3c8;
  font-family:Inter,Arial,sans-serif;
  color:var(--dark);
}

.bsr-reviews-only *{box-sizing:border-box}

.bsr-reviews-only .bsr-review-wrap{
  max-width:1120px;
  margin:0 auto;
  padding:60px 22px;
}

.bsr-reviews-only .bsr-review-title{
  font-family:Georgia,serif;
  font-size:52px;
  line-height:1.05;
  text-align:center;
  margin:0 0 18px;
}

.bsr-reviews-only .bsr-review-subtitle{
  text-align:center;
  font-size:18px;
  margin:0 0 60px;
}

.bsr-reviews-only .bsr-card{
  position:relative;
  background:var(--card);
  border:1px solid var(--border);
  border-radius:6px;
  padding:76px 46px 40px;
  margin:0 0 54px;
}

.bsr-reviews-only .bsr-card.featured{
  background:#fff;
  border-color:var(--orange);
  box-shadow:0 12px 32px rgba(190,90,50,.18);
}

.bsr-reviews-only .bsr-ribbon{
  position:absolute;
  top:0;
  left:46px;
  background:var(--dark);
  color:#fff;
  padding:14px 28px;
  border-radius:0 0 5px 5px;
  font-size:14px;
  line-height:1;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.bsr-reviews-only .bsr-card.featured .bsr-ribbon{
  background:var(--orange);
}

.bsr-reviews-only .bsr-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:32px;
  margin-bottom:40px;
}

.bsr-reviews-only .bsr-product{
  display:flex;
  align-items:center;
  gap:28px;
}

.bsr-reviews-only .bsr-img{
  width:132px !important;
  height:132px;
  background:#fff;
  border:1px dashed var(--border);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#aaa;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
}

.bsr-reviews-only .bsr-img>img{
    max-height: 132px;
    max-width: 132px;
}

.bsr-reviews-only .bsr-product h3{
  font-size:24px;
  margin:0 0 10px;
  line-height:1.15;
}

.bsr-reviews-only .bsr-product h3 span{
  color:#9a9a9a;
  font-size:16px;
  font-weight:700;
}

.bsr-reviews-only .bsr-product p{
  margin:0;
  color:#9a9a9a;
  font-size:16px;
  font-weight:700;
}

.bsr-reviews-only .bsr-score{
  width:86px;
  height:86px;
  border-radius:5px;
  background:var(--dark);
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

.bsr-reviews-only .bsr-card.featured .bsr-score{
  background:var(--orange);
}

.bsr-reviews-only .bsr-score strong{
  font-size:34px;
  line-height:1;
}

.bsr-reviews-only .bsr-score span{
  font-size:11px;
  margin-top:8px;
  text-transform:uppercase;
}

.bsr-reviews-only .bsr-pills{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:30px;
}

.bsr-reviews-only .bsr-pill{
  padding:11px 24px;
  border-radius:999px;
  font-size:15px;
  font-weight:900;
  background:#eee9e3;
  border:1px solid var(--border);
}

.bsr-reviews-only .bsr-pill.green{
  background:#fff;
  border-color:var(--green-border);
  color:var(--green);
}

.bsr-reviews-only .bsr-copy{
  font-size:18px;
  line-height:1.75;
  margin:0 0 28px;
  color:#332d29;
}

.bsr-reviews-only .bsr-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:28px;
}

.bsr-reviews-only .bsr-list{
  border-radius:5px;
  padding:28px 32px;
  min-height:245px;
}

.bsr-reviews-only .bsr-list.good{
  background:var(--green-bg);
  border:1px solid var(--green-border);
}

.bsr-reviews-only .bsr-list.bad{
  background:var(--red-bg);
  border:1px solid var(--red-border);
}

.bsr-reviews-only .bsr-list h4{
  margin:0 0 22px;
  font-size:17px;
  text-transform:uppercase;
  font-weight:900;
}

.bsr-reviews-only .bsr-list.good h4{color:var(--green)}
.bsr-reviews-only .bsr-list.bad h4{color:#b74742}

.bsr-reviews-only .bsr-list ul{
  margin:0;
  padding:0;
  list-style:none;
}

.bsr-reviews-only .bsr-list li{
  position:relative;
  padding-left:40px;
  margin-bottom:16px;
  font-size:17px;
  line-height:1.45;
}

.bsr-reviews-only .bsr-list.good li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:-4px;
  color:#10b925;
  font-size:31px;
  font-weight:900;
}

.bsr-reviews-only .bsr-list.bad li:before{
  content:"×";
  position:absolute;
  left:0;
  top:-6px;
  color:#ef3b2d;
  font-size:34px;
  font-weight:900;
}

.bsr-reviews-only .bsr-verdict{
  margin-top:32px;
  padding:20px;
  border:1px solid #dfa855;
  background:#fff7e9;
  border-radius:5px;
  font-size:17px;
  line-height:1.65;
}

@media(max-width:767px){
  .bsr-reviews-only .bsr-review-title{font-size:38px}
  .bsr-reviews-only .bsr-card{padding:72px 22px 30px}
  .bsr-reviews-only .bsr-ribbon{left:22px}
  .bsr-reviews-only .bsr-head,
  .bsr-reviews-only .bsr-product{
    flex-direction:column;
    align-items:flex-start;
  }
  .bsr-reviews-only .bsr-grid{grid-template-columns:1fr}
}

/* =========================
   SPACING CLEANUP
========================= */

.bsr-section {
  padding: 44px 0;
}

.bsr-divider {
  margin-bottom: 34px;
}

.bsr-heading {
  margin-bottom: 16px;
}

.bsr-copy p {
  margin-bottom: 18px;
}

/* tighten top intro area */
.bsr-note {
  margin-bottom: 48px;
}

.bsr-stat {
  margin: 44px auto 52px;
}

/* comparison image spacing */
.bsr-comparison-image {
  margin-top: 28px;
  margin-bottom: 0;
}

.bsr-comparison-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* tighten full product review section */
.bsr-reviews-only .bsr-review-wrap {
  padding: 42px 22px;
}

.bsr-reviews-only .bsr-review-subtitle {
  margin-bottom: 38px;
}

.bsr-reviews-only .bsr-card {
  margin-bottom: 36px;
}

.bsr-reviews-only .bsr-head {
  margin-bottom: 28px;
}

.bsr-reviews-only .bsr-pills {
  margin-bottom: 24px;
}

.bsr-reviews-only .bsr-grid {
  margin-top: 22px;
}

.bsr-reviews-only .bsr-verdict {
  margin-top: 24px;
}

/* tighten WLP deep dive */
.bsr-top-pick-review {
  padding-top: 42px;
}

.bsr-product-body > p {
  margin: 22px 0;
}

.bsr-product-panel {
  margin: 22px 0;
}

.bsr-month-section {
  margin: 24px 0;
}

/* Elementor widget gap safety */
.elementor-widget-html,
.elementor-widget {
  margin-bottom: 0 !important;
}

/* =========================
   FIGMA MOBILE OVERRIDES
========================= */

@media (max-width: 767px) {

  .bsr-wrap,
  .bsr-narrow {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bsr-section {
    padding: 42px 0;
  }

  .bsr-heading {
    font-family: "Canela Trial", Georgia, serif;
    font-size: 28px;
    line-height: 1.08;
    font-weight: 500;
    margin-bottom: 18px;
  }

  .bsr-copy,
  .bsr-copy p {
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.56;
    font-weight: 400;
  }

  .bsr-note {
    padding: 24px 20px;
    margin-bottom: 48px;
  }

  .bsr-note p:first-child b {
    font-size: 12px;
    letter-spacing: .08em;
  }

  .bsr-stat {
    padding: 22px 20px;
    margin: 38px auto 46px;
  }

  .bsr-stat .num {
    font-size: 24px;
    line-height: 1.1;
  }

  .bsr-divider {
    gap: 14px;
    margin-bottom: 34px;
  }

  .bsr-divider span {
    font-size: 11px;
    letter-spacing: .08em;
  }

  .bsr-criteria {
    border-radius: 8px;
  }

  .bsr-criteria-item {
    display: block;
    padding: 26px 22px;
  }

  .bsr-num {
    width: 40px;
    height: 40px;
    margin-bottom: 18px;
    font-size: 18px;
  }

  .bsr-criteria-item h3 {
    font-size: 17px;
    line-height: 1.25;
    margin-bottom: 12px;
  }

  .bsr-criteria-item p {
    font-size: 14px;
    line-height: 1.62;
  }

  .bsr-reviews-only .bsr-card {
    padding: 58px 20px 30px;
    margin-bottom: 36px;
    border-radius: 8px;
  }

  .bsr-reviews-only .bsr-ribbon {
    left: 20px;
    font-size: 11px;
    padding: 10px 16px;
  }

  .bsr-reviews-only .bsr-head {
    gap: 18px;
    margin-bottom: 22px;
  }

  .bsr-reviews-only .bsr-product {
    gap: 14px;
    align-items: center;
  }

  .bsr-reviews-only .bsr-img {
    width: 86px !important;
    height: 86px !important;
    flex: 0 0 86px;
  }

  .bsr-reviews-only .bsr-img img {
    max-width: 86px;
    max-height: 86px;
  }

  .bsr-reviews-only .bsr-product h3 {
    font-size: 20px;
    line-height: 1.15;
    margin-bottom: 6px;
  }

  .bsr-reviews-only .bsr-product h3 span {
    display: block;
    font-size: 13px;
    margin-top: 4px;
  }

  .bsr-reviews-only .bsr-product p {
    font-size: 13px;
    line-height: 1.35;
  }

  .bsr-reviews-only .bsr-score {
    width: 100%;
    height: auto;
    padding: 16px;
    margin-top: 10px;
  }

  .bsr-reviews-only .bsr-score strong {
    font-size: 30px;
  }

  .bsr-reviews-only .bsr-pills {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 22px;
  }

  .bsr-reviews-only .bsr-pill {
    text-align: center;
    font-size: 13px;
    padding: 10px 14px;
  }

  .bsr-reviews-only .bsr-copy {
    font-size: 14px;
    line-height: 1.62;
  }

  .bsr-reviews-only .bsr-grid {
    gap: 14px;
  }

  .bsr-reviews-only .bsr-list {
    min-height: 0;
    padding: 20px;
  }

  .bsr-reviews-only .bsr-list h4 {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .bsr-reviews-only .bsr-list li {
    font-size: 13px;
    line-height: 1.45;
    padding-left: 26px;
    margin-bottom: 10px;
  }

  .bsr-reviews-only .bsr-list.good li:before,
  .bsr-reviews-only .bsr-list.bad li:before {
    font-size: 20px;
    top: -2px;
  }

  .bsr-reviews-only .bsr-verdict {
    font-size: 13px;
    line-height: 1.55;
    padding: 16px;
  }
}

/* =========================
   MOBILE REVIEW CARD FIXES
========================= */

@media (max-width: 767px) {

  .bsr-reviews-only .bsr-card {
    padding: 52px 25px 30px;
    border-radius: 7px;
  }

  .bsr-reviews-only .bsr-ribbon {
    left: 25px;
    top: 0;
    padding: 10px 18px;
    font-size: 11px;
    border-radius: 0 0 4px 4px;
  }

  .bsr-reviews-only .bsr-head {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 20px;
  }

  .bsr-reviews-only .bsr-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
    width: 100%;
  }

  .bsr-reviews-only .bsr-img {
    width: 92px !important;
    height: 92px !important;
    flex: 0 0 auto;
    margin: 0 auto;
  }

  .bsr-reviews-only .bsr-img img {
    max-width: 92px;
    max-height: 92px;
    width: auto;
    height: auto;
  }

  .bsr-reviews-only .bsr-product h3 {
    font-size: 20px;
    line-height: 1.15;
    margin: 0 0 4px;
    text-align: center;
  }

  .bsr-reviews-only .bsr-product h3 span {
    display: block;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 600;
  }

  .bsr-reviews-only .bsr-product p {
    font-size: 12px;
    line-height: 1.35;
    text-align: center;
    max-width: 240px;
    margin: 0 auto;
  }

  .bsr-reviews-only .bsr-score {
    width: 100%;
    height: auto;
    min-height: 92px;
    border-radius: 4px;
    margin: 0;
    padding: 18px 12px;
  }

  .bsr-reviews-only .bsr-score strong {
    font-size: 34px;
    line-height: 1;
  }

  .bsr-reviews-only .bsr-score span {
    font-size: 11px;
    margin-top: 7px;
  }

  .bsr-reviews-only .bsr-pills {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0 0 22px;
  }

  .bsr-reviews-only .bsr-pill {
    width: 100%;
    text-align: center;
    font-size: 13px;
    padding: 11px 14px;
    border-radius: 999px;
  }

  .bsr-reviews-only .bsr-copy {
    font-size: 13px;
    line-height: 1.58;
    margin-bottom: 22px;
  }

  .bsr-reviews-only .bsr-grid {
    gap: 14px;
    margin-top: 0;
  }

  .bsr-reviews-only .bsr-list {
    padding: 18px;
    border-radius: 5px;
  }

  .bsr-reviews-only .bsr-list h4 {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .bsr-reviews-only .bsr-list li {
    font-size: 12px;
    line-height: 1.45;
    padding-left: 24px;
    margin-bottom: 9px;
  }

  .bsr-reviews-only .bsr-verdict {
    font-size: 12px;
    line-height: 1.55;
    padding: 16px;
    margin-top: 18px;
  }
}

@media (max-width:767px){

.bsr-reviews-only .bsr-ribbon{
    left:50% !important;
    right:auto !important;
    transform:translateX(-50%);
}

}

@media (max-width: 767px) {

  .bsr-wlp-review .bsr-metrics {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin: 0 0 28px !important;
  }

  .bsr-wlp-review .bsr-metric {
    min-height: 122px;
    padding: 18px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: #f4e6df;
    border: 1px solid #d8aa95;
    border-radius: 5px;
    text-align: center;
  }

  .bsr-wlp-review .bsr-metric strong {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .bsr-wlp-review .bsr-metric span {
    font-size: 12px;
    line-height: 1.35;
  }

}


.bsr-feature-header h2{
    color:#241C18;
    text-align:center;
    font-family:"Canela Trial", Georgia, serif;
    font-size:32px;
    font-style:normal;
    font-weight:500;
    line-height:normal;
    margin:0 auto 16px;
}

.bsr-feature-header h2 span{
    color:#BE5A32;
    font:inherit;
}


/* Comparison card button */
.bsr-feature-card .bsr-btn,
.bsr-current-price{
    background:#C76332 !important;
    border-color:#C76332 !important;
    color:#fff !important;
}

/* Shop WLP-1 CTA only */
.bsr-orange-two{
    background:#D88A2D !important;
    border:1px solid #D88A2D !important;
    color:#fff !important;
    transition:all .2s ease;
}

.bsr-orange-two:hover{
    background:#C97B1C !important;
    border-color:#C97B1C !important;
    color:#fff !important;
}

/* =========================
   WLP FEATURE SECTION FIX
========================= */

.bsr-wlp-feature {
  background: #ebe5df;
  padding: 62px 0;
}

.bsr-wlp-feature .bsr-feature-header {
  margin-bottom: 34px;
}

.bsr-wlp-feature .bsr-feature-header h2 {
  max-width: 900px;
  margin: 0 auto 16px;
  color: #241C18;
  text-align: center;
  font-family: "Canela Trial", Georgia, serif;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 500;
}

.bsr-wlp-feature .bsr-feature-header h2 span {
  color: #BE5A32;
}

.bsr-wlp-feature .bsr-feature-header p {
  margin: 0 auto;
  color: #241C18;
  text-align: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
}

.bsr-wlp-feature .bsr-feature-card {
  max-width: 880px;
  margin: 0 auto;
  padding: 35px;
  background: #fff;
  border-radius: 7px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 42px;
  align-items: center;
}

.bsr-wlp-feature .bsr-feature-image {
  background: #f8f7f5;
  border-radius: 4px;
  padding: 34px;
}

.bsr-wlp-feature .bsr-feature-content h3 {
  color: #241C18;
  font-family: Inter, Arial, sans-serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  margin: 0 0 8px;
}

.bsr-wlp-feature .bsr-feature-content > p:first-of-type {
  color: #888;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
  margin: 0 0 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #DDD3C8;
}

.bsr-wlp-feature .bsr-checks {
  margin: 0 0 24px;
  padding: 0;
}

.bsr-wlp-feature .bsr-checks li {
  color: #241C18;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  margin: 0 0 13px;
  padding-left: 36px;
}

.bsr-wlp-feature .bsr-checks li:before {
  color: #00BA00;
  font-size: 25px;
  top: -3px;
}

.bsr-wlp-feature .bsr-btn.orange {
  width: 100%;
  background: #C76332 !important;
  border-color: #C76332 !important;
  color: #fff !important;
  text-align: center;
}

.bsr-wlp-feature .bsr-guarantee {
  margin: 18px 0 0;
  color: #52794B;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}

/* Mobile */
@media (max-width: 767px) {
  .bsr-wlp-feature {
    padding: 46px 0;
  }

  .bsr-wlp-feature .bsr-feature-header h2 {
    font-size: 32px;
    line-height: 1.05;
  }

  .bsr-wlp-feature .bsr-feature-header p {
    font-size: 16px;
    line-height: 1.45;
  }

  .bsr-wlp-feature .bsr-feature-card {
    grid-template-columns: 1fr;
    padding: 25px;
    gap: 24px;
  }

  .bsr-wlp-feature .bsr-feature-image {
    padding: 22px;
  }

  .bsr-wlp-feature .bsr-feature-content {
    text-align: left;
  }

  .bsr-wlp-feature .bsr-feature-content h3 {
    font-size: 26px;
  }

  .bsr-wlp-feature .bsr-feature-content > p:first-of-type {
    font-size: 13px;
  }

  .bsr-wlp-feature .bsr-checks li {
    font-size: 14px;
  }
}

/* =========================
   WLP FEATURE — FIGMA MATCH
========================= */

.bsr-wlp-feature {
  background: #EBE5DF;
  padding: 62px 0 64px;
}

.bsr-wlp-feature .bsr-feature-header {
  margin-bottom: 28px;
}

.bsr-wlp-feature .bsr-feature-header h2 {
  max-width: 900px;
  margin: 0 auto 14px;
  color: #241C18;
  text-align: center;
  font-family: "Canela Trial", Georgia, serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
}

.bsr-wlp-feature .bsr-feature-header h2 span {
  color: #BE5A32;
  font-family: "Canela Trial", Georgia, serif;
  font-size: inherit;
  font-weight: 500;
}

.bsr-wlp-feature .bsr-feature-header p {
  margin: 0 auto;
  color: #241C18;
  text-align: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.bsr-wlp-feature .bsr-feature-card {
  max-width: 880px;
  margin: 0 auto;
  padding: 35px;
  background: #fff;
  border-radius: 7px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 35px;
  align-items: center;
}

.bsr-wlp-feature .bsr-feature-image {
  background: #F8F7F5;
  border-radius: 4px;
  padding: 34px;
}

.bsr-wlp-feature .bsr-feature-content h3 {
  color: #241C18;
  font-family: Inter, Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 8px;
}

.bsr-wlp-feature .bsr-feature-content > p:first-of-type {
  color: #888;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #DDD3C8;
}

.bsr-wlp-feature .bsr-checks {
  margin: 0 0 24px;
  padding: 0;
}

.bsr-wlp-feature .bsr-checks li {
  color: #241C18;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 12px;
  padding-left: 36px;
}

.bsr-wlp-feature .bsr-checks li:before {
  color: #00BA00;
  font-size: 26px;
  top: -2px;
}

.bsr-wlp-feature .bsr-btn.orange:not(.bsr-orange-two) {
  background: #C76332 !important;
  border-color: #C76332 !important;
  color: #fff !important;
  width: 100%;
  text-align: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.bsr-wlp-feature .bsr-guarantee {
  margin: 18px 0 0;
  color: #52794B;
  text-align: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

/* Mobile */
@media (max-width: 767px) {
  .bsr-wlp-feature {
    padding: 45px 0;
  }

  .bsr-wlp-feature .bsr-feature-header h2 {
    font-size: 32px;
    line-height: normal;
  }

  .bsr-wlp-feature .bsr-feature-header p {
    font-size: 14px;
    line-height: 20px;
  }

  .bsr-wlp-feature .bsr-feature-card {
    grid-template-columns: 1fr;
    padding: 25px;
    gap: 24px;
  }

  .bsr-wlp-feature .bsr-feature-content h3 {
    font-size: 24px;
  }

  .bsr-wlp-feature .bsr-checks li {
    font-size: 14px;
    line-height: 20px;
  }
}

/* Canela headings */
.bsr-logo strong,
.bsr-hero h1,
.bsr-heading,
.bsr-section h2,
.bsr-feature-header h2,
.bsr-product-hero h2,
.bsr-cta h2,
.bsr-faq h2,
.bsr-month-card h3,
.bsr-product-panel h3,
.bsr-footer-brand strong,
.bsr-footer-brand span{
    font-weight:400 !important;
}

/* Orange highlighted words */
.bsr-feature-header h2 span,
.bsr-hero h1 span,
.bsr-heading span{
    font-weight:700 !important;
}

.bsr-active-ingredients h3{
    font-weight:700 !important;
}

.bsr-month-card h3 {
    font-weight: 700 !important;
}

.bsr-subscription-section h3 {
    font-weight: 700;
}

/* Price bubbles */
.bsr-pill{
    font-weight:400 !important;
    letter-spacing:0;
}

/* If you're bolding parts with strong/b tags */
.bsr-pill strong,
.bsr-pill b{
    font-weight:400 !important;
}

/* Any spans inside the pills */
.bsr-pill span{
    font-weight:400 !important;
}

/* All pill/badge styles */
.bsr-pill,
.bsr-dose{
    font-weight:400 !important;
    letter-spacing:0 !important;
}

/* If any nested tags are forcing bold */
.bsr-pill strong,
.bsr-pill b,
.bsr-dose strong,
.bsr-dose b{
    font-weight:400 !important;
}

/* Month timeline headings */
.bsr-month h4{
    font-size:20px !important;
    font-weight:700 !important;
    line-height:1.1;
    color:#BE5A32;
    letter-spacing:0;
    text-transform:uppercase;
}

#wlp-feature-anchor{
  display:block;
  height:1px;
  scroll-margin-top:70px;
}

.bsr-sticky-top {
    margin-top: 0px !important;
}

.bsr-anchor-offset {
  display: block;
  position: relative;
  top: 120px;
  height: 0;
  visibility: hidden;
}

/* Desktop */
.bsr-table-scroll{
    overflow-x: visible;
}

/* Mobile only */
@media (max-width:767px){
    .bsr-table-scroll{
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
    }
}

/* Desktop */
.bsr-table-scroll{
    overflow:visible;
}

.bsr-compare-table{
    width:100%;
    min-width:100%;
}

/* Mobile */
@media (max-width:767px){

    .bsr-table-scroll{
        overflow:visible;
    }

    .bsr-compare-table{
        width:100%;
        min-width:0;
        table-layout:fixed;
    }

    .bsr-compare-table th,
    .bsr-compare-table td{
        width:25%;
        padding:6px 4px;
        font-size:10px;
        line-height:1.2;
        white-space:normal;
        word-break:break-word;
    }
}

.bsr-best-value-cell{
  padding-top:0 !important;
}

.bsr-best-value-strip{
  display:block;
  background:#9CC493;
  color:#fff;
  text-align:center;
  text-transform:uppercase;
  font-size:11px;
  font-weight:800;
  letter-spacing:.04em;
  line-height:1;
  padding:10px 8px;
  margin:-1px -1px 14px -1px;
  border-radius:0 0 5px 5px;
}

.bsr-best-value-cell strong{
  display:block;
}

.bsr-subscription-section h3{
    text-align:center !important;
    margin:0 0 32px;
}

/* Force subscription table to never create horizontal scroll */
.bsr-subscription-section .bsr-table-scroll{
    overflow-x:visible !important;
    overflow-y:visible !important;
    width:100% !important;
    max-width:100% !important;
}

.bsr-subscription-section .bsr-compare-table{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    table-layout:fixed !important;
}

.bsr-subscription-section .bsr-compare-table th,
.bsr-subscription-section .bsr-compare-table td{
    white-space:normal !important;
    word-break:normal !important;
    overflow-wrap:break-word !important;
}

/* Mobile tightening */
@media(max-width:767px){
    .bsr-subscription-section .bsr-compare-table th,
    .bsr-subscription-section .bsr-compare-table td{
        padding:8px 5px !important;
        font-size:10px !important;
        line-height:1.2 !important;
    }
}

@media (max-width:767px){

    .bsr-subscription-section .bsr-compare-table{
        table-layout:fixed;
    }

    /* Column widths */
    .bsr-subscription-section .bsr-compare-table th:nth-child(1),
    .bsr-subscription-section .bsr-compare-table td:nth-child(1){
        width:28%;
    }

    .bsr-subscription-section .bsr-compare-table th:nth-child(2),
    .bsr-subscription-section .bsr-compare-table td:nth-child(2){
        width:22%;
    }

    .bsr-subscription-section .bsr-compare-table th:nth-child(3),
    .bsr-subscription-section .bsr-compare-table td:nth-child(3){
        width:22%;
    }

    .bsr-subscription-section .bsr-compare-table th:nth-child(4),
    .bsr-subscription-section .bsr-compare-table td:nth-child(4){
        width:28%;
    }

}

.bsr-wlp-feature{
  background:#EBE5DF;
  padding:80px 0;
}

.bsr-wlp-feature .bsr-feature-header{
  margin:0 auto 35px;
  max-width:920px;
}

.bsr-wlp-feature .bsr-feature-header h2{
  color:#241C18;
  text-align:center;
  font-family:"Canela Trial", Georgia, serif;
  font-size:32px;
  font-weight:400;
  line-height:1.05;
  margin:0 0 16px;
}

.bsr-wlp-feature .bsr-feature-header h2 span{
  color:#BE5A32;
  font-weight:400;
}

.bsr-wlp-feature .bsr-feature-card{
  max-width:880px;
  margin:0 auto;
  background:#fff;
  border-radius:7px;
  padding:35px;
  display:grid;
  grid-template-columns:300px 1fr;
  gap:35px;
  align-items:center;
}

.bsr-wlp-feature .bsr-feature-image{
  background:#F8F7F5;
  border-radius:7px;
  overflow:hidden;
  padding:34px;
}

.bsr-wlp-feature .bsr-feature-image img{
  width:100%;
  height:auto;
  display:block;
  border-radius:7px;
}

.bsr-wlp-feature .bsr-feature-content h3{
  font-family:Inter, Arial, sans-serif;
  font-size:32px;
  font-weight:800;
  color:#241C18;
  margin:0 0 8px;
}

.bsr-wlp-feature .bsr-feature-content > p:first-of-type{
  color:#888;
  font-size:14px;
  line-height:20px;
  margin:0 0 22px;
  padding-bottom:18px;
  border-bottom:1px solid #DDD3C8;
}

.bsr-wlp-feature .bsr-btn.orange:not(.bsr-orange-two){
  background:#C76332 !important;
  border-color:#C76332 !important;
  color:#fff !important;
}

@media(max-width:767px){
  .bsr-wlp-feature{
    padding:80px 25px;
  }

  .bsr-wlp-feature .bsr-feature-card{
    grid-template-columns:1fr;
    padding:25px;
    gap:28px;
  }

  .bsr-wlp-feature .bsr-feature-header h2{
    font-size:32px;
  }

  .bsr-wlp-feature .bsr-feature-image{
    padding:24px;
  }
}

.bsr-shop-now{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:14px;
  padding:12px 32px;
  background:#241C18;
  color:#fff !important;
  border-radius:999px;
  text-decoration:none !important;
  font-weight:700;
  font-size:16px;
  line-height:1;
}

.bsr-shop-now:hover{
  background:#3A2D27;
  color:#fff !important;
}

@media(max-width:767px){
  .bsr-card.featured .bsr-head{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
  }

  .bsr-card.featured .bsr-product{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
  }

  .bsr-card.featured .bsr-shop-now{
    width:100%;
    max-width:100%;
    margin:24px auto 0;
    padding:18px 28px;
    font-size:20px;
  }

  .bsr-card.featured .bsr-score{
    width:100%;
    order:3;
    margin:28px 0 0;
  }

  .bsr-card.featured .bsr-pills{
    margin-top:28px;
  }
}

@media (max-width:767px){

  .bsr-card.featured .bsr-product-info h3{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    gap:8px !important;
    margin-bottom:12px !important;
    line-height:1.15 !important;
  }

  .bsr-card.featured .bsr-product-info h3 span{
    display:block !important;
    margin:0 !important;
    font-size:18px !important;
    line-height:1.25 !important;
    font-weight:400 !important;
    color:#888 !important;
  }

}/* End custom CSS */