/* Tormami Privacy Policy V2 — reference-matched legal document */
body.tormami-legal-privacy-policy{
  --tppol-orange:#ff5a0a;
  --tppol-orange-2:#ff7a2d;
  --tppol-navy:#102d57;
  --tppol-ink:#19385f;
  --tppol-text:#566b85;
  --tppol-muted:#8291a4;
  --tppol-line:#e1e8f0;
  --tppol-soft:#f6f9fc;
  --tppol-bg:#f3f7fb;
  --tppol-shadow:0 10px 32px rgba(27,57,92,.055);
  background:var(--tppol-bg)!important;
}

body.tormami-legal-privacy-policy .tormami-global-market-header,
body.tormami-legal-privacy-policy .tormami-global-header{
  position:relative!important;
  top:auto!important;
  inset:auto!important;
}
body.admin-bar.tormami-legal-privacy-policy .tormami-global-market-header,
body.admin-bar.tormami-legal-privacy-policy .tormami-global-header{top:auto!important}
body.tormami-legal-privacy-policy .tormami-global-footer{
  position:relative!important;
  inset:auto!important;
  margin-top:0!important;
}
body.tormami-legal-privacy-policy .tormami-global-footer .tmf-cta{
  margin-top:0!important;
}

/* Remove inherited theme title/breadcrumb/page card wrappers. */
body.tormami-legal-privacy-policy .static-page,
body.tormami-legal-privacy-policy .section-padding,
body.tormami-legal-privacy-policy .blog-detial,
body.tormami-legal-privacy-policy .single-blog.blog-detial,
body.tormami-legal-privacy-policy article:not(.tppol-section){
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.tormami-legal-privacy-policy .static-page{padding:0!important}
body.tormami-legal-privacy-policy .page-header,
body.tormami-legal-privacy-policy .page-title,
body.tormami-legal-privacy-policy .breadcrumb-area,
body.tormami-legal-privacy-policy .breadcrumbs:not(.tppol-breadcrumbs),
body.tormami-legal-privacy-policy .adt-white-breadcrumb,
body.tormami-legal-privacy-policy .breadcrumb-1,
body.tormami-legal-privacy-policy .sb-breadcrumbs,
body.tormami-legal-privacy-policy .adt-breadcrumbs{
  display:none!important;
}

.tppol-root,
.tppol-root *{box-sizing:border-box}
.tppol-root{
  width:100%;
  margin:0;
  padding:0 0 28px;
  color:var(--tppol-ink);
  background:
    radial-gradient(circle at 12% 0%,rgba(255,90,10,.035),transparent 18%),
    radial-gradient(circle at 88% 0%,rgba(52,127,206,.045),transparent 23%),
    linear-gradient(180deg,#f8fbfe 0%,#f2f7fb 100%);
  font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
}
.tppol-root a{text-decoration:none!important}
.tppol-shell{
  width:min(1280px,calc(100% - 44px));
  margin:0 auto;
}

.tppol-breadcrumbs{
  min-height:48px;
  display:flex;
  align-items:center;
  gap:9px;
  color:#8391a3;
  font-size:10px;
  font-weight:700;
}
.tppol-breadcrumbs a{color:#ff6a24!important}
.tppol-breadcrumbs a:hover{color:#d94e0c!important}
.tppol-breadcrumbs strong{color:#607187;font-weight:750}

.tppol-hero{
  min-height:148px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 318px;
  align-items:center;
  gap:30px;
  padding:26px 32px;
  border:1px solid #e1e8ef;
  border-radius:14px;
  background:#fff;
  box-shadow:var(--tppol-shadow);
}
.tppol-hero-main{
  min-width:0;
  display:grid;
  grid-template-columns:62px minmax(0,1fr);
  align-items:center;
  gap:18px;
}
.tppol-hero-icon{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#fff0e8;
  color:var(--tppol-orange);
}
.tppol-hero-icon svg{
  width:28px;
  height:28px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.tppol-legal-label{
  display:block;
  margin-bottom:2px;
  color:#ff5a0a;
  font-size:10px;
  line-height:1;
  font-weight:850;
}
.tppol-hero h1{
  margin:0 0 6px!important;
  color:var(--tppol-navy)!important;
  font-size:31px!important;
  line-height:1.06!important;
  letter-spacing:-.035em!important;
  font-weight:900!important;
}
.tppol-hero-main p{
  margin:0!important;
  color:#667991!important;
  font-size:12px!important;
  line-height:1.5!important;
}

.tppol-meta{
  padding-left:28px;
  display:grid;
  gap:12px;
  border-left:1px solid #e9eef4;
}
.tppol-meta-row{
  min-height:35px;
  display:grid;
  grid-template-columns:26px minmax(0,1fr);
  gap:10px;
  align-items:start;
}
.tppol-meta-icon{
  width:26px;
  height:26px;
  display:grid;
  place-items:center;
  color:#214975;
}
.tppol-meta-icon svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.75;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.tppol-meta-row>div{
  min-width:0;
  display:grid;
  gap:2px;
}
.tppol-meta-row strong{
  color:#173b66;
  font-size:10px;
  line-height:1.25;
  font-weight:850;
}
.tppol-meta-row span:last-child{
  color:#76889c;
  font-size:9px;
  line-height:1.35;
}

.tppol-toc-panel{
  margin-top:18px;
  min-height:68px;
  padding:12px 18px;
  display:grid;
  grid-template-columns:110px minmax(0,1fr);
  gap:15px;
  align-items:start;
  border:1px solid #e2e9f0;
  border-radius:11px;
  background:#fff;
  box-shadow:0 7px 22px rgba(27,57,92,.035);
}
.tppol-toc-label{
  min-height:34px;
  padding-top:6px;
  display:flex;
  align-items:flex-start;
  gap:8px;
  color:#193c67;
}
.tppol-toc-label svg{
  width:15px;
  height:15px;
  margin-top:1px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
}
.tppol-toc-label strong{
  font-size:10px;
  line-height:1.25;
  font-weight:900;
  white-space:nowrap;
}
.tppol-toc{
  display:flex;
  flex-wrap:wrap;
  gap:7px 8px;
}
.tppol-toc a{
  min-height:30px;
  padding:0 10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #dfe7ef;
  border-radius:6px;
  background:#fff;
  color:#5f7289!important;
  font-size:8.4px;
  line-height:1.15;
  font-weight:700;
  transition:.16s ease;
}
.tppol-toc a:hover,
.tppol-toc a.is-active{
  border-color:#ffb38b;
  background:#fff6f1;
  color:#ec5a12!important;
}
.tppol-toc-empty{
  padding:8px 0;
  color:#8190a2;
  font-size:9px;
}

.tppol-document{
  margin-top:18px;
  padding:34px 46px 38px;
  border:1px solid #e1e8ef;
  border-radius:13px;
  background:#fff;
  box-shadow:0 10px 28px rgba(27,57,92,.045);
}
.tppol-document-head{
  max-width:750px;
}
.tppol-document-head>span{
  display:block;
  margin-bottom:8px;
  color:#ff5a0a;
  font-size:9px;
  line-height:1;
  font-weight:900;
  letter-spacing:.12em;
}
.tppol-document-head h2{
  margin:0 0 8px!important;
  color:#0f2d56!important;
  font-size:31px!important;
  line-height:1.05!important;
  letter-spacing:-.035em!important;
  font-weight:900!important;
}
.tppol-document-head p{
  max-width:730px;
  margin:0!important;
  color:#536b87!important;
  font-size:12px!important;
  line-height:1.52!important;
}
.tppol-rule{
  height:1px;
  margin:20px 0 22px;
  background:#e9eef3;
}

.tppol-columns{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:40px;
}
.tppol-columns:before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  width:1px;
  background:#e5ebf1;
  transform:translateX(-.5px);
}
.tppol-column{
  min-width:0;
  display:grid;
  align-content:start;
  gap:19px;
}
.tppol-column:first-child{padding-right:6px}
.tppol-column:last-child{padding-left:6px}

.tppol-section{
  position:relative;
  min-width:0;
  margin:0!important;
  padding:0 0 1px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  scroll-margin-top:18px;
}
.tppol-section:before{
  content:"";
  display:block;
  width:29px;
  height:2px;
  margin-bottom:10px;
  border-radius:99px;
  background:#ff5a0a;
}
.tppol-section h2,
.tppol-section h3{
  margin:0 0 6px!important;
  color:#13335e!important;
  font-family:inherit!important;
  font-size:15.5px!important;
  line-height:1.25!important;
  letter-spacing:-.015em!important;
  font-weight:900!important;
}
.tppol-section p{
  margin:0 0 7px!important;
  color:#566b83!important;
  font-size:10.2px!important;
  line-height:1.52!important;
}
.tppol-section p:last-child{margin-bottom:0!important}
.tppol-section ul,
.tppol-section ol{
  margin:6px 0 0!important;
  padding-left:16px!important;
}
.tppol-section li{
  margin:0 0 4px!important;
  padding:0!important;
  color:#536980!important;
  font-size:9.8px!important;
  line-height:1.48!important;
}
.tppol-section a{
  color:#ff5a0a!important;
  text-decoration:underline!important;
  text-decoration-thickness:1px!important;
  text-underline-offset:2px!important;
}
.tppol-section strong,
.tppol-section b{
  color:#234365!important;
  font-weight:800!important;
}
.tppol-section blockquote{
  margin:8px 0 0!important;
  padding:10px 12px!important;
  border:0!important;
  border-left:2px solid #ff5a0a!important;
  border-radius:6px!important;
  background:#fff7f2!important;
  color:#5d7085!important;
  font-size:9.6px!important;
}
.tppol-section table{
  width:100%!important;
  margin-top:8px!important;
  border-collapse:collapse!important;
  font-size:9px!important;
}
.tppol-section th,
.tppol-section td{
  padding:7px 8px!important;
  border:1px solid #e5ebf1!important;
  text-align:left!important;
  vertical-align:top!important;
}
.tppol-section th{
  background:#f7f9fc!important;
  color:#294969!important;
}
.tppol-section td{color:#60738a!important}

.tppol-section.is-contact{
  padding-bottom:0!important;
}
.tppol-section.is-contact .tppol-contact-box{
  margin-top:9px;
  padding:11px 14px;
  display:grid;
  gap:8px;
  border-left:3px solid #ff5a0a;
  border-radius:6px;
  background:#f8fafc;
}
.tppol-contact-line{
  display:flex;
  align-items:center;
  gap:9px;
  color:#526b85;
  font-size:9.4px;
  line-height:1.35;
}
.tppol-contact-line svg{
  width:14px;
  height:14px;
  flex:0 0 14px;
  fill:none;
  stroke:#214c7a;
  stroke-width:1.8;
}
.tppol-contact-line a{
  color:#ff5a0a!important;
  font-weight:800!important;
  text-decoration:none!important;
}

.tppol-source{
  display:none!important;
}

/* Keep footer CTA close to document like the reference. */
body.tormami-legal-privacy-policy .tppol-root{margin-bottom:0!important}
body.tormami-legal-privacy-policy .tormami-global-footer{margin-top:0!important}
body.tormami-legal-privacy-policy .tormami-global-footer>.tmf-cta:first-child{
  margin-top:0!important;
}

@media(max-width:1050px){
  .tppol-shell{width:calc(100% - 32px)}
  .tppol-hero{grid-template-columns:minmax(0,1fr) 280px}
  .tppol-document{padding:30px 32px 34px}
  .tppol-columns{gap:30px}
}

@media(max-width:820px){
  .tppol-hero{
    grid-template-columns:1fr;
    gap:20px;
    padding:24px;
  }
  .tppol-meta{
    padding:16px 0 0;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    border-left:0;
    border-top:1px solid #e9eef4;
  }
  .tppol-toc-panel{
    grid-template-columns:1fr;
    gap:7px;
  }
  .tppol-toc-label{padding-top:0}
  .tppol-columns{
    grid-template-columns:1fr;
    gap:19px;
  }
  .tppol-columns:before{display:none}
  .tppol-column:first-child,
  .tppol-column:last-child{padding:0}
}

@media(max-width:620px){
  .tppol-root{padding-bottom:18px}
  .tppol-shell{width:calc(100% - 20px)}
  .tppol-breadcrumbs{
    min-height:42px;
    gap:6px;
    font-size:8.5px;
  }
  .tppol-hero{
    padding:19px 17px;
    border-radius:11px;
  }
  .tppol-hero-main{
    grid-template-columns:48px minmax(0,1fr);
    gap:13px;
  }
  .tppol-hero-icon{
    width:48px;
    height:48px;
    border-radius:10px;
  }
  .tppol-hero-icon svg{width:23px;height:23px}
  .tppol-legal-label{font-size:8.5px}
  .tppol-hero h1{font-size:25px!important}
  .tppol-hero-main p{font-size:10.5px!important}
  .tppol-meta{
    grid-template-columns:1fr;
    gap:8px;
  }
  .tppol-meta-row{min-height:30px}
  .tppol-toc-panel{
    margin-top:12px;
    padding:11px 12px;
  }
  .tppol-toc{
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:2px;
    scrollbar-width:none;
  }
  .tppol-toc::-webkit-scrollbar{display:none}
  .tppol-toc a{flex:0 0 auto}
  .tppol-document{
    margin-top:12px;
    padding:24px 18px 26px;
    border-radius:11px;
  }
  .tppol-document-head h2{font-size:25px!important}
  .tppol-document-head p{font-size:10.8px!important}
  .tppol-rule{margin:17px 0 19px}
  .tppol-column{gap:17px}
  .tppol-section h2,
  .tppol-section h3{font-size:15px!important}
  .tppol-section p{font-size:10.5px!important}
  .tppol-section li{font-size:10.2px!important}
}


/* Privacy readability & typography V3 */
.tppol-root{
  font-size:14px!important;
  line-height:1.6!important;
}

.tppol-breadcrumbs{
  min-height:52px!important;
  font-size:11.5px!important;
  line-height:1.4!important;
}
.tppol-breadcrumbs strong{
  color:#425c78!important;
  font-weight:800!important;
}

.tppol-hero{
  min-height:164px!important;
  padding:30px 34px!important;
}
.tppol-legal-label{
  margin-bottom:5px!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.02em!important;
}
.tppol-hero h1{
  margin-bottom:8px!important;
  font-size:36px!important;
  line-height:1.08!important;
}
.tppol-hero-main p{
  max-width:720px!important;
  color:#516983!important;
  font-size:14px!important;
  line-height:1.6!important;
  font-weight:500!important;
}

.tppol-meta{
  gap:14px!important;
}
.tppol-meta-row{
  min-height:42px!important;
  grid-template-columns:30px minmax(0,1fr)!important;
  gap:11px!important;
}
.tppol-meta-icon{
  width:30px!important;
  height:30px!important;
}
.tppol-meta-icon svg{
  width:19px!important;
  height:19px!important;
}
.tppol-meta-row strong{
  color:#14365f!important;
  font-size:11.5px!important;
  line-height:1.35!important;
  font-weight:900!important;
}
.tppol-meta-row span:last-child{
  color:#61758c!important;
  font-size:10.5px!important;
  line-height:1.45!important;
  font-weight:500!important;
}

.tppol-toc-panel{
  min-height:78px!important;
  padding:15px 18px!important;
  grid-template-columns:125px minmax(0,1fr)!important;
  gap:18px!important;
  align-items:start!important;
}
.tppol-toc-label{
  padding-top:7px!important;
  gap:9px!important;
}
.tppol-toc-label svg{
  width:17px!important;
  height:17px!important;
}
.tppol-toc-label strong{
  font-size:11.5px!important;
  line-height:1.3!important;
  font-weight:900!important;
}
.tppol-toc{
  gap:8px!important;
}
.tppol-toc a{
  min-height:34px!important;
  padding:0 12px!important;
  border-radius:7px!important;
  color:#506781!important;
  font-size:10px!important;
  line-height:1.25!important;
  font-weight:750!important;
}

.tppol-document{
  padding:38px 48px 42px!important;
}
.tppol-document-head{
  max-width:820px!important;
}
.tppol-document-head>span{
  margin-bottom:9px!important;
  font-size:10px!important;
  letter-spacing:.13em!important;
}
.tppol-document-head h2{
  margin-bottom:10px!important;
  font-size:35px!important;
  line-height:1.08!important;
}
.tppol-document-head p{
  max-width:810px!important;
  color:#48627f!important;
  font-size:14px!important;
  line-height:1.65!important;
  font-weight:500!important;
}
.tppol-rule{
  margin:24px 0 27px!important;
}

.tppol-columns{
  gap:46px!important;
}
.tppol-column{
  gap:24px!important;
}
.tppol-section:before{
  width:32px!important;
  height:3px!important;
  margin-bottom:11px!important;
}
.tppol-section h2,
.tppol-section h3{
  margin-bottom:8px!important;
  color:#0f315b!important;
  font-size:18px!important;
  line-height:1.32!important;
  font-weight:900!important;
  letter-spacing:-.012em!important;
}
.tppol-section p{
  margin-bottom:9px!important;
  color:#455f7a!important;
  font-size:13px!important;
  line-height:1.65!important;
  font-weight:450!important;
}
.tppol-section ul,
.tppol-section ol{
  margin:8px 0 2px!important;
  padding-left:20px!important;
}
.tppol-section li{
  margin-bottom:6px!important;
  color:#455f79!important;
  font-size:12.5px!important;
  line-height:1.6!important;
  font-weight:450!important;
}
.tppol-section strong,
.tppol-section b{
  color:#193b62!important;
  font-weight:800!important;
}
.tppol-section a{
  font-weight:750!important;
}
.tppol-section blockquote{
  padding:12px 14px!important;
  color:#4d647d!important;
  font-size:12px!important;
  line-height:1.6!important;
}
.tppol-section table{
  font-size:11.5px!important;
}
.tppol-section th,
.tppol-section td{
  padding:9px 10px!important;
  line-height:1.5!important;
}

.tppol-section.is-contact .tppol-contact-box{
  margin-top:12px!important;
  padding:14px 16px!important;
  gap:10px!important;
}
.tppol-contact-line{
  gap:10px!important;
  color:#415f7d!important;
  font-size:12px!important;
  line-height:1.45!important;
}
.tppol-contact-line svg{
  width:16px!important;
  height:16px!important;
  flex-basis:16px!important;
}
.tppol-contact-line a{
  font-size:12px!important;
}

@media(max-width:1050px){
  .tppol-hero h1{font-size:33px!important}
  .tppol-document{padding:34px 34px 38px!important}
  .tppol-columns{gap:34px!important}
  .tppol-section h2,
  .tppol-section h3{font-size:17px!important}
  .tppol-section p{font-size:12.5px!important}
  .tppol-section li{font-size:12px!important}
}

@media(max-width:820px){
  .tppol-meta-row strong{font-size:11px!important}
  .tppol-meta-row span:last-child{font-size:10px!important}
  .tppol-toc-panel{
    grid-template-columns:1fr!important;
    gap:9px!important;
  }
  .tppol-toc-label{padding-top:0!important}
  .tppol-columns{gap:24px!important}
  .tppol-column{gap:22px!important}
}

@media(max-width:620px){
  .tppol-breadcrumbs{
    min-height:44px!important;
    font-size:10px!important;
  }
  .tppol-hero{
    padding:21px 18px!important;
  }
  .tppol-legal-label{
    font-size:9.5px!important;
  }
  .tppol-hero h1{
    font-size:28px!important;
  }
  .tppol-hero-main p{
    font-size:12px!important;
    line-height:1.55!important;
  }
  .tppol-meta-row strong{
    font-size:11px!important;
  }
  .tppol-meta-row span:last-child{
    font-size:10.5px!important;
  }
  .tppol-toc-label strong{
    font-size:11.5px!important;
  }
  .tppol-toc a{
    min-height:34px!important;
    font-size:10.5px!important;
  }
  .tppol-document{
    padding:27px 20px 30px!important;
  }
  .tppol-document-head>span{
    font-size:9.5px!important;
  }
  .tppol-document-head h2{
    font-size:27px!important;
  }
  .tppol-document-head p{
    font-size:12.5px!important;
    line-height:1.6!important;
  }
  .tppol-rule{
    margin:20px 0 22px!important;
  }
  .tppol-section h2,
  .tppol-section h3{
    font-size:17px!important;
    line-height:1.32!important;
  }
  .tppol-section p{
    font-size:12.5px!important;
    line-height:1.65!important;
  }
  .tppol-section li{
    font-size:12px!important;
    line-height:1.6!important;
  }
  .tppol-contact-line,
  .tppol-contact-line a{
    font-size:11.5px!important;
  }
}


/* Shared V2 styling for Terms & Disclaimer */
body.tormami-legal-document-v2{
  --tppol-orange:#ff5a0a;
  --tppol-orange-2:#ff7a2d;
  --tppol-navy:#102d57;
  --tppol-ink:#19385f;
  --tppol-text:#566b85;
  --tppol-muted:#8291a4;
  --tppol-line:#e1e8f0;
  --tppol-soft:#f6f9fc;
  --tppol-bg:#f3f7fb;
  --tppol-shadow:0 10px 32px rgba(27,57,92,.055);
  background:var(--tppol-bg)!important;
}
body.tormami-legal-document-v2 .tormami-global-market-header,
body.tormami-legal-document-v2 .tormami-global-header{
  position:relative!important;
  top:auto!important;
  inset:auto!important;
}
body.admin-bar.tormami-legal-document-v2 .tormami-global-market-header,
body.admin-bar.tormami-legal-document-v2 .tormami-global-header{
  top:auto!important;
}
body.tormami-legal-document-v2 .tormami-global-footer{
  position:relative!important;
  inset:auto!important;
  margin-top:0!important;
}
body.tormami-legal-document-v2 .tormami-global-footer .tmf-cta{
  margin-top:0!important;
}
body.tormami-legal-document-v2 .static-page,
body.tormami-legal-document-v2 .section-padding,
body.tormami-legal-document-v2 .blog-detial,
body.tormami-legal-document-v2 .single-blog.blog-detial,
body.tormami-legal-document-v2 article:not(.tppol-section){
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.tormami-legal-document-v2 .static-page{
  padding:0!important;
}
body.tormami-legal-document-v2 .page-header,
body.tormami-legal-document-v2 .page-title,
body.tormami-legal-document-v2 .breadcrumb-area,
body.tormami-legal-document-v2 .breadcrumbs:not(.tppol-breadcrumbs),
body.tormami-legal-document-v2 .adt-white-breadcrumb,
body.tormami-legal-document-v2 .breadcrumb-1,
body.tormami-legal-document-v2 .sb-breadcrumbs,
body.tormami-legal-document-v2 .adt-breadcrumbs{
  display:none!important;
}

.tppol-root[data-document-kind="terms"] .tppol-hero-icon,
.tppol-root[data-document-kind="disclaimer"] .tppol-hero-icon{
  background:#fff0e8!important;
  color:#ff5a0a!important;
}
.tppol-root[data-document-kind="terms"] .tppol-document-head>span,
.tppol-root[data-document-kind="disclaimer"] .tppol-document-head>span{
  color:#ff5a0a!important;
}


body.tormami-legal-document-v2 .tppol-root{margin-bottom:0!important}
body.tormami-legal-document-v2 .tormami-global-footer{margin-top:0!important}
body.tormami-legal-document-v2 .tormami-global-footer>.tmf-cta:first-child{margin-top:0!important}


/* Legal full-bleed shell & spacing cleanup V4 */
html{
  overflow-x:hidden;
}

body.tormami-legal-privacy-policy{
  margin:0!important;
  padding:0!important;
  overflow-x:hidden!important;
}

body.tormami-legal-privacy-policy #page,
body.tormami-legal-privacy-policy .site,
body.tormami-legal-privacy-policy .site-wrapper,
body.tormami-legal-privacy-policy .page-wrapper,
body.tormami-legal-privacy-policy .main-content,
body.tormami-legal-privacy-policy .site-content,
body.tormami-legal-privacy-policy .content-area{
  margin-top:0!important;
  margin-bottom:0!important;
  padding-top:0!important;
  padding-bottom:0!important;
}

/* Break the legal experience out of any inherited theme container. */
body.tormami-legal-privacy-policy .tormami-global-market-header,
body.tormami-legal-privacy-policy .tppol-root,
body.tormami-legal-privacy-policy .tormami-global-footer{
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
}

/* Header must meet the legal page directly. */
body.tormami-legal-privacy-policy .tormami-global-market-header{
  margin-top:0!important;
  margin-bottom:0!important;
  border-radius:0!important;
}

/* Remove inherited top/bottom spacing around the legal content wrapper. */
body.tormami-legal-privacy-policy .tppol-root{
  margin-top:0!important;
  margin-bottom:0!important;
  padding-top:0!important;
  padding-bottom:0!important;
}

/* Keep only intentional spacing inside the legal page. */
body.tormami-legal-privacy-policy .tppol-shell{
  padding-top:0!important;
  padding-bottom:20px!important;
}

/* Footer starts directly after the legal document; no extra white strip. */
body.tormami-legal-privacy-policy .tormami-global-footer{
  margin-top:0!important;
  padding-top:0!important;
  border-radius:0!important;
}

body.tormami-legal-privacy-policy .tormami-global-footer .tmf-cta-wrap{
  margin:0!important;
  padding:0 0 20px!important;
  background:#f3f7fb!important;
  border:0!important;
  box-shadow:none!important;
}

body.tormami-legal-privacy-policy .tormami-global-footer .tmf-cta{
  margin-top:0!important;
  margin-bottom:0!important;
}

body.tormami-legal-privacy-policy .tormami-global-footer .tmf-main{
  margin-top:0!important;
  padding-top:56px!important;
}

/* Remove stray blank paragraphs / theme separators immediately around custom legal output. */
body.tormami-legal-privacy-policy .tppol-root + p:empty,
body.tormami-legal-privacy-policy .tppol-root + br,
body.tormami-legal-privacy-policy .tppol-root ~ p:empty{
  display:none!important;
  margin:0!important;
  padding:0!important;
  height:0!important;
}

@media(max-width:820px){
  body.tormami-legal-privacy-policy .tppol-shell{
    padding-bottom:16px!important;
  }
  body.tormami-legal-privacy-policy .tormami-global-footer .tmf-cta-wrap{
    padding-bottom:16px!important;
  }
  body.tormami-legal-privacy-policy .tormami-global-footer .tmf-main{
    padding-top:46px!important;
  }
}

@media(max-width:560px){
  body.tormami-legal-privacy-policy .tppol-shell{
    padding-bottom:12px!important;
  }
  body.tormami-legal-privacy-policy .tormami-global-footer .tmf-cta-wrap{
    padding:0 0 12px!important;
  }
  body.tormami-legal-privacy-policy .tormami-global-footer .tmf-main{
    padding-top:40px!important;
  }
}
