/* Campaign-scoped mentor message match for TC_US_BOOKING_MENTOR_CONTACT_V32_20260923.
   Global/organic landing remains unchanged; body.mentor-campaign is applied in app.js only. */

.campaign-mentor-choice[hidden]{display:none!important}

body.mentor-campaign .campaign-mentor-choice{
  display:grid;
  gap:9px;
  margin:12px 0 0;
}

body.mentor-campaign .campaign-mentor-cta{
  width:100%;
  min-height:48px;
  padding:11px 14px;
  border:1px solid #c9d9d0;
  border-radius:14px;
  background:#f5faf7;
  color:#285d48;
  font:800 13.5px/1.3 Inter,system-ui,sans-serif;
  letter-spacing:-.01em;
  cursor:pointer;
}

body.mentor-campaign .campaign-mentor-cta:hover{background:#edf7f1;border-color:#accabb}
body.mentor-campaign .campaign-mentor-cta:focus-visible{outline:3px solid #87ad99;outline-offset:2px}

body.mentor-campaign .campaign-mentor-proof{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:42px;
  color:#505b54;
}

body.mentor-campaign .campaign-mentor-avatars{
  display:flex;
  align-items:center;
  padding-left:6px;
}

body.mentor-campaign .campaign-mentor-avatars img{
  width:30px;
  height:30px;
  margin-left:-6px;
  border:2px solid #fff;
  border-radius:50%;
  object-fit:cover;
  background:#eee;
  box-shadow:0 2px 6px rgba(40,54,46,.08);
}

body.mentor-campaign .campaign-mentor-proof>span:last-child{
  display:grid;
  gap:1px;
  text-align:left;
}

body.mentor-campaign .campaign-mentor-proof strong{
  color:#33443b;
  font:800 11.5px/1.2 Inter,system-ui,sans-serif;
}

body.mentor-campaign .campaign-mentor-proof small{
  color:#788079;
  font:600 10.5px/1.25 Inter,system-ui,sans-serif;
}

/* Direct mentor path reuses the single existing #bookingFirst node. */
.mentor-direct-screen{
  max-width:620px!important;
  min-height:100svh;
  padding:14px 18px 38px!important;
  background:#f7f5f1!important;
}

.mentor-direct-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:46px;
  margin-bottom:10px;
}

.mentor-direct-top .brand-mark{
  width:34px;
  height:34px;
}

.mentor-direct-back{
  min-height:38px;
  padding:7px 3px;
  border:0;
  background:transparent;
  color:#53635a;
  font:800 12px/1.2 Inter,system-ui,sans-serif;
  cursor:pointer;
}

.mentor-direct-intro{
  margin:0 0 14px;
  padding:18px 17px 16px;
  border:1px solid #e4ddd3;
  border-radius:20px;
  background:linear-gradient(145deg,#fffdfa 0%,#f9fcfa 100%);
  box-shadow:0 10px 28px rgba(62,48,31,.055);
}

.mentor-direct-kicker{
  display:block;
  margin-bottom:7px;
  color:#317058;
  font:850 10.5px/1.2 Inter,system-ui,sans-serif;
  letter-spacing:.09em;
}

.mentor-direct-intro h1{
  margin:0;
  color:#28312d;
  font-family:Inter,system-ui,sans-serif!important;
  font-size:27px;
  line-height:1.08;
  letter-spacing:-.035em;
}

.mentor-direct-intro>p{
  margin:9px 0 13px;
  color:#626a64;
  font:500 13.5px/1.48 Inter,system-ui,sans-serif;
}

.mentor-direct-steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:6px;
}

.mentor-direct-steps span{
  display:flex;
  align-items:center;
  gap:5px;
  min-width:0;
  padding:7px 6px;
  border-radius:10px;
  background:#f4f1eb;
  color:#5d615d;
  font:700 10px/1.2 Inter,system-ui,sans-serif;
}

.mentor-direct-steps b{
  flex:0 0 18px;
  width:18px;
  height:18px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#e7efe9;
  color:#35664f;
  font-size:9px;
}

.mentor-direct-screen #bookingFirst{
  margin-top:0!important;
}

.mentor-direct-screen #bookingBenefitsTitle{
  font-size:24px!important;
}

.mentor-direct-map-option{
  display:grid;
  gap:4px;
  justify-items:center;
  margin:14px 0 0;
  padding:13px 10px;
  border-top:1px solid #e0ddd6;
  text-align:center;
}

.mentor-direct-map-option span{
  color:#757a75;
  font:600 11.5px/1.3 Inter,system-ui,sans-serif;
}

.mentor-direct-map-option button{
  border:0;
  background:transparent;
  color:#2f6951;
  font:800 12.5px/1.3 Inter,system-ui,sans-serif;
  text-decoration:underline;
  text-underline-offset:3px;
  cursor:pointer;
}

@media(max-width:600px){
  body.mentor-campaign .landing .eyebrow{
    margin-bottom:8px;
  }

  body.mentor-campaign .landing h1{
    margin-bottom:9px!important;
  }

  body.mentor-campaign .hero-copy{
    margin-bottom:14px!important;
  }

  /* The four loop buttons were useful for quiz traffic, but create extra competing actions
     on a mentor-promised ad. Keep exactly Map primary + Mentor secondary above fold. */
  body.mentor-campaign .mobile-loop-chooser,
  body.mentor-campaign .mobile-second-start,
  body.mentor-campaign .second-start-note{
    display:none!important;
  }

  body.mentor-campaign .platform-proof-strip{
    margin-top:14px!important;
  }

  .mentor-direct-screen{
    padding-left:12px!important;
    padding-right:12px!important;
  }

  .mentor-direct-intro{
    padding:16px 14px 14px;
  }

  .mentor-direct-intro h1{
    font-size:25px;
  }
}

@media(max-width:360px){
  .mentor-direct-steps{
    grid-template-columns:1fr;
  }
}

/* The normal result success link points into the paid offer, which is not mounted on
   the direct-mentor screen. Keep the direct path focused; the Map option remains below. */
.mentor-direct-screen #bookingSuccess .bf-secondary-link{display:none!important}

/* Mentor-first V2 for TC_US_BOOKING_MENTOR_CONTACT_V32_20260923.
   Keep organic/default landing untouched; only body.mentor-campaign gets this layout. */
body.mentor-campaign .landing{
  padding-bottom:30px!important;
}

body.mentor-campaign .landing-grid{
  display:block!important;
  max-width:760px;
  margin:0 auto;
}

body.mentor-campaign .landing-message{
  display:block!important;
  max-width:720px!important;
  margin:0 auto!important;
  text-align:center!important;
}

body.mentor-campaign .landing-message .hero-art{
  display:flex!important;
  width:300px!important;
  max-width:100%!important;
  height:170px!important;
  margin:0 auto 10px!important;
}

body.mentor-campaign .landing-message>.eyebrow{
  margin:0 auto 9px!important;
  color:#c45f55!important;
  text-align:center!important;
}

body.mentor-campaign .landing h1{
  max-width:680px!important;
  margin:0 auto 12px!important;
  color:#26364d!important;
  text-align:center!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(43px,5vw,62px)!important;
  line-height:1!important;
  letter-spacing:-.045em!important;
}

body.mentor-campaign .hero-copy{
  max-width:620px!important;
  margin:0 auto 17px!important;
  color:#606b7b!important;
  text-align:center!important;
  font-size:16px!important;
  line-height:1.5!important;
}

body.mentor-campaign .campaign-mentor-choice{
  display:grid!important;
  gap:8px!important;
  max-width:590px;
  margin:0 auto 9px!important;
}

body.mentor-campaign .campaign-mentor-cta{
  min-height:56px!important;
  padding:13px 18px!important;
  border:0!important;
  border-radius:14px!important;
  background:#ff7163!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(255,113,99,.24)!important;
  font:900 15.5px/1.25 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}
body.mentor-campaign .campaign-mentor-cta:hover{
  background:#e85f54!important;
  border-color:transparent!important;
}

body.mentor-campaign .campaign-mentor-proof{
  min-height:34px!important;
  margin:0!important;
}

body.mentor-campaign #startQuiz{
  display:flex!important;
  width:100%!important;
  max-width:590px;
  min-height:52px!important;
  margin:0 auto!important;
  padding:11px 14px!important;
  border:1px solid #dcd4cd!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#4c586a!important;
  box-shadow:none!important;
  font:850 13.5px/1.3 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}
body.mentor-campaign #startQuiz:hover{
  border-color:#c9beb5!important;
  background:#fffdfb!important;
}

body.mentor-campaign .trust-row{
  max-width:590px;
  margin:9px auto 0!important;
}

body.mentor-campaign .landing-product-preview,
body.mentor-campaign .value-preview,
body.mentor-campaign .mobile-second-start,
body.mentor-campaign .second-start-note{
  display:none!important;
}

body.mentor-campaign .mobile-loop-chooser{
  display:block!important;
  max-width:720px;
  margin:18px auto 0!important;
  padding:16px 14px 13px!important;
  border:1px solid #e2ded5!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.76)!important;
  box-shadow:0 10px 26px rgba(67,53,36,.055)!important;
}

body.mentor-campaign .loop-chooser-head{text-align:left!important}
body.mentor-campaign .loop-chooser-kicker{
  display:block!important;
  margin:0 0 3px!important;
  color:#3d755e!important;
  font-size:10px!important;
  line-height:1.2!important;
  font-weight:800!important;
  text-transform:uppercase!important;
  letter-spacing:.09em!important;
}
body.mentor-campaign .loop-chooser-head h2{
  margin:0!important;
  color:#29332f!important;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:20px!important;
  line-height:1.15!important;
  font-weight:800!important;
  letter-spacing:-.025em!important;
}
body.mentor-campaign .loop-chooser-head p{
  margin:6px 0 12px!important;
  color:#6e746e!important;
  font-size:12.5px!important;
  line-height:1.45!important;
  font-weight:500!important;
}
body.mentor-campaign .loop-choice-list{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px!important;
}
body.mentor-campaign .loop-choice{
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding:11px 12px!important;
  border:1px solid #dfe3dc!important;
  border-radius:13px!important;
  background:#fffdf9!important;
  color:#2d3732!important;
  text-align:left!important;
  box-shadow:0 1px 0 rgba(33,53,43,.025)!important;
}
body.mentor-campaign .loop-choice-copy{display:grid!important;gap:2px!important;min-width:0}
body.mentor-campaign .loop-choice-copy strong{font-size:14px!important;line-height:1.25!important;font-weight:750!important}
body.mentor-campaign .loop-choice-copy small{color:#747a74!important;font-size:11.5px!important;line-height:1.35!important;font-weight:500!important}
body.mentor-campaign .loop-arrow{
  flex:0 0 28px!important;
  width:28px!important;
  height:28px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:#eef4ef!important;
  color:#47725e!important;
  font-weight:800!important;
}
body.mentor-campaign .loop-chooser-foot{
  margin:11px 1px 0!important;
  text-align:center!important;
  color:#646c66!important;
  font-size:11.5px!important;
  line-height:1.4!important;
  font-weight:500!important;
}
body.mentor-campaign .loop-chooser-foot strong{color:#394640!important}

@media(max-width:600px){
  body.mentor-campaign .landing{
    padding-left:14px!important;
    padding-right:14px!important;
    padding-bottom:24px!important;
  }

  body.mentor-campaign .landing .brand-row{
    margin-bottom:2px!important;
  }

  body.mentor-campaign .landing-message .hero-art{
    display:flex!important;
    width:232px!important;
    height:110px!important;
    margin:0 auto 4px!important;
  }

  body.mentor-campaign .landing-message>.eyebrow{
    margin-bottom:6px!important;
    font-size:8.5px!important;
  }

  body.mentor-campaign .landing h1{
    max-width:390px!important;
    margin-bottom:8px!important;
    font-size:clamp(32px,9.2vw,39px)!important;
    line-height:1!important;
  }

  body.mentor-campaign .hero-copy{
    max-width:390px!important;
    margin-bottom:10px!important;
    font-size:13.2px!important;
    line-height:1.38!important;
  }

  body.mentor-campaign .campaign-mentor-choice{
    margin-bottom:7px!important;
  }

  body.mentor-campaign .campaign-mentor-cta{
    min-height:52px!important;
    font-size:14.5px!important;
  }

  body.mentor-campaign #startQuiz{
    min-height:50px!important;
    font-size:12.5px!important;
  }

  body.mentor-campaign .campaign-mentor-proof{
    margin-top:0!important;
  }

  body.mentor-campaign .mobile-loop-chooser{
    display:block!important;
    margin:12px auto 0!important;
    padding:15px 13px 12px!important;
    border-radius:17px!important;
  }

  body.mentor-campaign .loop-choice-list{
    grid-template-columns:1fr!important;
  }

  body.mentor-campaign .loop-chooser-head h2{font-size:19px!important}
  body.mentor-campaign .loop-chooser-head p{font-size:12px!important;margin-bottom:10px!important}
  body.mentor-campaign .loop-choice{padding:10px 11px!important}
  body.mentor-campaign .loop-choice-copy strong{font-size:13.5px!important}
  body.mentor-campaign .loop-choice-copy small{font-size:11px!important}
}

@media(max-width:390px){
  body.mentor-campaign .landing h1{font-size:33px!important}
  body.mentor-campaign .hero-copy{font-size:12.8px!important}
}

/* Compact mentor proof stack for the V32 mentor-first landing. */
body.mentor-campaign .mentor-home-proof{
  display:grid;
  gap:14px;
  max-width:560px;
  margin:14px auto 0;
}

body.mentor-campaign .mentor-home-card{
  padding:16px;
  border:1px solid #e2ded5;
  border-radius:18px;
  background:rgba(255,255,255,.8);
  box-shadow:0 10px 26px rgba(67,53,36,.05);
  text-align:left;
}

body.mentor-campaign .mentor-home-kicker{
  display:block;
  margin:0 0 4px;
  color:#3d755e;
  font:800 10px/1.2 Inter,ui-sans-serif,system-ui,sans-serif;
  letter-spacing:.09em;
}

body.mentor-campaign .mentor-home-card h2{
  margin:0 0 11px;
  color:#29332f;
  font:800 20px/1.15 Inter,ui-sans-serif,system-ui,sans-serif;
  letter-spacing:-.025em;
}

body.mentor-campaign .mentor-home-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}

body.mentor-campaign .mentor-home-person{
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:9px;
  align-items:center;
  min-width:0;
  padding:9px;
  border:1px solid #e6e1da;
  border-radius:13px;
  background:#fffdf9;
}

body.mentor-campaign .mentor-home-person img{
  width:48px;
  height:48px;
  border-radius:12px;
  object-fit:cover;
  background:#eee;
}

body.mentor-campaign .mentor-home-person div{display:grid;gap:1px;min-width:0}
body.mentor-campaign .mentor-home-person strong{font:800 13px/1.2 Inter,system-ui,sans-serif;color:#2f3934}
body.mentor-campaign .mentor-home-person span{font:700 10.5px/1.25 Inter,system-ui,sans-serif;color:#49725f}
body.mentor-campaign .mentor-home-person small{font:500 10px/1.3 Inter,system-ui,sans-serif;color:#737b75}

body.mentor-campaign .mentor-home-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:10px;
  color:#6c746e;
  font:500 10.5px/1.35 Inter,system-ui,sans-serif;
}
body.mentor-campaign .mentor-home-foot a{
  flex:0 0 auto;
  color:#2f6951;
  font-weight:800;
  text-underline-offset:3px;
}

body.mentor-campaign .mentor-home-steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:7px;
}
body.mentor-campaign .mentor-home-steps span{
  display:flex;
  align-items:center;
  gap:6px;
  min-width:0;
  padding:9px 8px;
  border-radius:11px;
  background:#f5f3ee;
}
body.mentor-campaign .mentor-home-steps b{
  flex:0 0 22px;
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#e7efe9;
  color:#35664f;
  font:800 10px/1 Inter,system-ui,sans-serif;
}
body.mentor-campaign .mentor-home-steps strong{
  font:750 11px/1.25 Inter,system-ui,sans-serif;
  color:#4e5751;
}
body.mentor-campaign .mentor-home-outcomes{
  margin:10px 0 0;
  text-align:center;
  color:#616a64;
  font:600 11.5px/1.4 Inter,system-ui,sans-serif;
}
body.mentor-campaign .mentor-home-outcomes strong{color:#34453d}
body.mentor-campaign .mentor-home-outcomes i{font-style:normal;color:#b2a99f;padding:0 4px}

body.mentor-campaign .mentor-home-sub{
  margin:-4px 0 10px;
  color:#747b75;
  font:500 11.5px/1.4 Inter,system-ui,sans-serif;
}
body.mentor-campaign .mentor-home-quote-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
body.mentor-campaign .mentor-home-quote-list blockquote{
  margin:0;
  padding:12px 13px;
  border:1px solid #e7e1da;
  border-radius:13px;
  background:#fffdf9;
}
body.mentor-campaign .mentor-home-quote-list p{
  margin:0 0 7px;
  color:#46504a;
  font:500 12px/1.45 Inter,system-ui,sans-serif;
}
body.mentor-campaign .mentor-home-quote-list cite{
  color:#6c756f;
  font:800 10.5px/1.2 Inter,system-ui,sans-serif;
  font-style:normal;
}

body.mentor-campaign .platform-proof-strip{
  display:none!important;
}

body.mentor-campaign .mentor-home-close{
  display:grid;
  justify-items:center;
  max-width:590px;
  margin:14px auto 0;
  padding:17px 16px;
  border:1px solid #e2ded5;
  border-radius:18px;
  background:#fffdf9;
  text-align:center;
}
body.mentor-campaign .mentor-home-close h2{
  margin:0 0 11px;
  color:#29332f;
  font:800 20px/1.15 Inter,system-ui,sans-serif;
  letter-spacing:-.025em;
}
body.mentor-campaign .mentor-home-close-primary{
  width:100%;
  min-height:52px;
  border:0;
  border-radius:14px;
  background:#ff7163;
  color:#fff;
  box-shadow:0 12px 28px rgba(255,113,99,.22);
  font:900 14.5px/1.25 Inter,system-ui,sans-serif;
  cursor:pointer;
}
body.mentor-campaign .mentor-home-close-primary:hover{background:#e85f54}
body.mentor-campaign .mentor-home-close-trust{
  margin:8px 0 5px;
  color:#707870;
  font:600 10.5px/1.35 Inter,system-ui,sans-serif;
}
body.mentor-campaign .mentor-home-close-map{
  border:0;
  background:transparent;
  color:#376b56;
  font:800 11.5px/1.35 Inter,system-ui,sans-serif;
  text-decoration:underline;
  text-underline-offset:3px;
  cursor:pointer;
}
body.mentor-campaign .mobile-home-prod-disclaimer{
  display:block!important;
  max-width:590px;
  margin:10px auto 0!important;
  text-align:center!important;
  color:#858b86!important;
  font-size:9.5px!important;
}

@media(max-width:600px){
  body.mentor-campaign .mentor-home-proof{
    gap:12px;
    margin-top:12px;
  }
  body.mentor-campaign .mentor-home-card{
    padding:14px 12px;
    border-radius:17px;
  }
  body.mentor-campaign .mentor-home-card h2{
    margin-bottom:9px;
    font-size:18.5px;
  }
  body.mentor-campaign .mentor-home-list{
    grid-template-columns:1fr;
    gap:6px;
  }
  body.mentor-campaign .mentor-home-person{
    grid-template-columns:44px minmax(0,1fr);
    min-height:56px;
    padding:6px 8px;
  }
  body.mentor-campaign .mentor-home-person img{
    width:44px;
    height:44px;
    border-radius:11px;
  }
  body.mentor-campaign .mentor-home-person strong{font-size:12.5px}
  body.mentor-campaign .mentor-home-person span{font-size:10px}
  body.mentor-campaign .mentor-home-person small{font-size:9.5px}
  body.mentor-campaign .mentor-home-foot{
    display:grid;
    justify-items:start;
    gap:4px;
    margin-top:8px;
    font-size:10px;
  }
  body.mentor-campaign .mentor-home-steps{
    grid-template-columns:1fr 1fr 1fr;
    gap:5px;
  }
  body.mentor-campaign .mentor-home-steps span{
    display:grid;
    justify-items:center;
    gap:4px;
    padding:7px 4px;
    text-align:center;
  }
  body.mentor-campaign .mentor-home-steps strong{font-size:9.5px}
  body.mentor-campaign .mentor-home-outcomes{
    margin-top:8px;
    font-size:10.5px;
  }
  body.mentor-campaign .mentor-home-quote-list{
    grid-template-columns:1fr;
    gap:7px;
  }
  body.mentor-campaign .mentor-home-quote-list blockquote{padding:10px 11px}
  body.mentor-campaign .mentor-home-quote-list p{font-size:11.5px;line-height:1.4}
  body.mentor-campaign .platform-proof-strip{
    margin-top:12px!important;
  }
  body.mentor-campaign .mentor-home-close{
    margin-top:12px;
    padding:15px 13px;
    border-radius:17px;
  }
  body.mentor-campaign .mentor-home-close h2{font-size:18.5px}
}

/* V32 v4: reuse the actual result-page component language. */
body.mentor-campaign .home-result-mentor .sv-mentors{
  margin:0!important;
}
body.mentor-campaign .home-result-mentor .sv-mentors>h3{
  margin-top:7px!important;
}
body.mentor-campaign .home-result-call{
  margin:0!important;
  padding:18px 17px!important;
  border:1px solid #e4ded1!important;
  border-radius:16px!important;
  background:#fffaf0!important;
  text-align:left!important;
}
body.mentor-campaign .home-result-call h2{
  margin:6px 0 8px!important;
  color:#2f2a24!important;
  font:760 22px/1.12 Inter,ui-sans-serif,system-ui,sans-serif!important;
  letter-spacing:-.03em!important;
}
body.mentor-campaign .home-result-call>p{
  margin:0 0 12px!important;
  color:#5c554b!important;
  font-size:13.5px!important;
  line-height:1.48!important;
}
body.mentor-campaign .home-result-call .mentor-direct-steps{
  margin:0!important;
}
body.mentor-campaign .home-result-testimonials{
  margin:0!important;
}
body.mentor-campaign .home-result-testimonials>.eyebrow{
  margin-bottom:5px!important;
}
body.mentor-campaign .home-result-testimonials>h3{
  margin-top:0!important;
}
body.mentor-campaign .home-result-testimonials .testimonial-head{
  justify-content:flex-start!important;
}
body.mentor-campaign .home-result-app{
  margin:0!important;
  padding:18px!important;
}
body.mentor-campaign .home-result-app .real-app-head{
  margin:0 0 11px!important;
}
body.mentor-campaign .home-result-app .product-proof-lead{
  display:block!important;
  margin:0 0 14px!important;
  color:#5b554d!important;
  font-size:13px!important;
  line-height:1.5!important;
}
body.mentor-campaign .home-result-app .real-app-gallery{
  margin-top:0!important;
}
body.mentor-campaign .home-result-app .review-store-links{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:8px!important;
  margin:12px 0 0!important;
  padding-top:12px!important;
  border-top:1px solid #e7ebf1!important;
}
body.mentor-campaign .home-result-app .review-store-links a{
  display:flex!important;
  align-items:center!important;
}
body.mentor-campaign .home-result-app .review-store-links img{
  display:block!important;
  width:auto!important;
  height:34px!important;
  max-width:140px!important;
}
body.mentor-campaign .home-result-app .verified-proof-row>div.verified-meta{
  display:none!important;
}
body.mentor-campaign .home-result-app .product-proof-note{
  display:block!important;
  margin:10px 0 0!important;
  color:#7a756f!important;
  font-size:10.5px!important;
  line-height:1.42!important;
  text-align:left!important;
}
@media(max-width:600px){
  body.mentor-campaign .home-result-call{
    padding:15px 13px!important;
  }
  body.mentor-campaign .home-result-call h2{
    font-size:19px!important;
  }
  body.mentor-campaign .home-result-call>p{
    font-size:12.5px!important;
  }
  body.mentor-campaign .home-result-app{
    padding:15px 13px!important;
  }
  body.mentor-campaign .home-result-app .review-store-links img{
    height:31px!important;
    max-width:132px!important;
  }
}

/* Exact result testimonial component, aliased to a non-conflicting home ID. */
body.mentor-campaign .result-refined #homeParentTestimonials{
  display:block!important;
  background:#fff7e4!important;
  border:1px solid #ead4a5!important;
  padding:18px!important;
  margin:27px 0!important;
}
body.mentor-campaign .result-refined #homeParentTestimonials h3{
  font-size:25px!important;
  line-height:1.12!important;
  margin:6px 0 10px!important;
}
body.mentor-campaign .result-refined #homeParentTestimonials .testimonial-card{
  background:transparent!important;
  border:0!important;
  padding:8px 0!important;
  box-shadow:none!important;
}
body.mentor-campaign .result-refined #homeParentTestimonials .testimonial-card p{
  font-size:15px!important;
  line-height:1.55!important;
  margin:8px 0!important;
}
