/* Tormami Legal Document V3 — Terms & Conditions / Disclaimer */
body.tormami-legal-document-v2{
  --tldoc-orange:#ff5a0a;
  --tldoc-orange-2:#ff7a2d;
  --tldoc-navy:#102d57;
  --tldoc-ink:#17385f;
  --tldoc-text:#49627e;
  --tldoc-muted:#7a8ba0;
  --tldoc-line:#e1e8f0;
  --tldoc-bg:#f3f7fb;
  --tldoc-shadow:0 10px 30px rgba(21,54,91,.055);
  background:var(--tldoc-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(.tldoc-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(.tldoc-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;
}

.tldoc-root,
.tldoc-root *{box-sizing:border-box}
.tldoc-root{
  width:100%;
  margin:0;
  padding:0 0 28px;
  color:var(--tldoc-ink);
  background:
    radial-gradient(circle at 10% 0%,rgba(255,90,10,.035),transparent 20%),
    radial-gradient(circle at 90% 0%,rgba(59,129,200,.04),transparent 24%),
    linear-gradient(180deg,#f8fbfe 0%,#f3f7fb 100%);
  font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
}
.tldoc-root a{text-decoration:none!important}
.tldoc-shell{
  width:min(1280px,calc(100% - 44px));
  margin:0 auto;
}

.tldoc-breadcrumbs{
  min-height:52px;
  display:flex;
  align-items:center;
  gap:8px;
  color:#7c8da1;
  font-size:11px;
  line-height:1.35;
  font-weight:700;
}
.tldoc-breadcrumbs a{color:#ff6720!important}
.tldoc-breadcrumbs strong{color:#455f7b;font-weight:800}

.tldoc-hero{
  min-height:166px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  align-items:center;
  gap:32px;
  padding:30px 34px;
  border:1px solid #e0e8ef;
  border-radius:14px;
  background:#fff;
  box-shadow:var(--tldoc-shadow);
}
.tldoc-hero-main{
  min-width:0;
  display:grid;
  grid-template-columns:66px minmax(0,1fr);
  align-items:center;
  gap:20px;
}
.tldoc-hero-icon{
  width:66px;
  height:66px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:#fff0e8;
  color:var(--tldoc-orange);
}
.tldoc-hero-icon.is-warning{
  background:#fff4e5;
  color:#e77713;
}
.tldoc-hero-icon svg{
  width:31px;
  height:31px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.tldoc-eyebrow{
  display:block;
  margin-bottom:5px;
  color:#ff5a0a;
  font-size:10.5px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
}
.tldoc-hero h1{
  margin:0 0 8px!important;
  color:var(--tldoc-navy)!important;
  font-size:36px!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  font-weight:900!important;
}
.tldoc-hero-main p{
  max-width:720px;
  margin:0!important;
  color:#526a84!important;
  font-size:14px!important;
  line-height:1.6!important;
  font-weight:500!important;
}

.tldoc-meta{
  padding-left:28px;
  display:grid;
  gap:14px;
  border-left:1px solid #e8edf3;
}
.tldoc-meta-row{
  min-height:42px;
  display:grid;
  grid-template-columns:30px minmax(0,1fr);
  gap:11px;
  align-items:start;
}
.tldoc-meta-icon{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  color:#244b75;
}
.tldoc-meta-icon svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.75;
}
.tldoc-meta-row>div{display:grid;gap:2px}
.tldoc-meta-row strong{
  color:#14365f;
  font-size:11.5px;
  line-height:1.35;
  font-weight:900;
}
.tldoc-meta-row span:last-child{
  color:#61758c;
  font-size:10.5px;
  line-height:1.4;
  font-weight:500;
}

.tldoc-toc-panel{
  margin-top:18px;
  min-height:82px;
  padding:15px 18px;
  display:grid;
  grid-template-columns:145px minmax(0,1fr);
  gap:18px;
  align-items:start;
  border:1px solid #e1e8ef;
  border-radius:11px;
  background:#fff;
  box-shadow:0 7px 20px rgba(26,56,92,.035);
}
.tldoc-toc-label{
  padding-top:4px;
  display:grid;
  grid-template-columns:18px minmax(0,1fr);
  gap:9px;
  color:#193b65;
}
.tldoc-toc-label svg{
  width:17px;
  height:17px;
  margin-top:2px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
}
.tldoc-toc-label>div{display:grid;gap:1px}
.tldoc-toc-label strong{
  font-size:11.5px;
  line-height:1.25;
  font-weight:900;
}
.tldoc-toc-label small{
  color:#8593a4;
  font-size:8.8px;
  font-weight:600;
}
.tldoc-toc{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.tldoc-toc a{
  min-height:34px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #dfe7ef;
  border-radius:7px;
  background:#fff;
  color:#526983!important;
  font-size:10px;
  line-height:1.2;
  font-weight:750;
  transition:.16s ease;
}
.tldoc-toc a:hover,
.tldoc-toc a.is-active{
  border-color:#ffb58d;
  background:#fff6f1;
  color:#eb5a13!important;
}

.tldoc-document{
  margin-top:18px;
  padding:38px 48px 42px;
  border:1px solid #e1e8ef;
  border-radius:13px;
  background:#fff;
  box-shadow:0 10px 28px rgba(26,56,92,.045);
}
.tldoc-document-head{max-width:840px}
.tldoc-document-head>span{
  display:block;
  margin-bottom:9px;
  color:#ff5a0a;
  font-size:10px;
  line-height:1;
  font-weight:900;
  letter-spacing:.13em;
}
.tldoc-document-head h2{
  margin:0 0 10px!important;
  color:#0f2d56!important;
  font-size:35px!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  font-weight:900!important;
}
.tldoc-document-head p{
  max-width:820px;
  margin:0!important;
  color:#48627f!important;
  font-size:14px!important;
  line-height:1.65!important;
  font-weight:500!important;
}
.tldoc-rule{
  height:1px;
  margin:24px 0 27px;
  background:#e8edf2;
}

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

.tldoc-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;
}
.tldoc-section:before{
  content:"";
  display:block;
  width:32px;
  height:3px;
  margin-bottom:11px;
  border-radius:99px;
  background:#ff5a0a;
}
.tldoc-root[data-document-kind="disclaimer"] .tldoc-section:before{
  background:#e78119;
}
.tldoc-section h2,
.tldoc-section h3{
  margin:0 0 8px!important;
  color:#0f315b!important;
  font-size:18px!important;
  line-height:1.32!important;
  letter-spacing:-.012em!important;
  font-weight:900!important;
}
.tldoc-section p{
  margin:0 0 9px!important;
  color:#455f7a!important;
  font-size:13px!important;
  line-height:1.65!important;
  font-weight:450!important;
}
.tldoc-section p:last-child{margin-bottom:0!important}
.tldoc-section ul,
.tldoc-section ol{
  margin:8px 0 2px!important;
  padding-left:20px!important;
}
.tldoc-section li{
  margin:0 0 6px!important;
  color:#455f79!important;
  font-size:12.5px!important;
  line-height:1.6!important;
  font-weight:450!important;
}
.tldoc-section strong,
.tldoc-section b{
  color:#193b62!important;
  font-weight:800!important;
}
.tldoc-section a{
  color:#ff5a0a!important;
  font-weight:750!important;
  text-decoration:underline!important;
  text-underline-offset:2px!important;
}
.tldoc-section blockquote{
  margin:10px 0 0!important;
  padding:12px 14px!important;
  border:0!important;
  border-left:3px solid #ff5a0a!important;
  border-radius:6px!important;
  background:#fff7f2!important;
  color:#4f6680!important;
  font-size:12px!important;
  line-height:1.6!important;
}
.tldoc-section table{
  width:100%!important;
  margin-top:10px!important;
  border-collapse:collapse!important;
  font-size:11.5px!important;
}
.tldoc-section th,
.tldoc-section td{
  padding:9px 10px!important;
  border:1px solid #e4ebf1!important;
  line-height:1.5!important;
  vertical-align:top!important;
}
.tldoc-section th{
  background:#f7f9fc!important;
  color:#294969!important;
}
.tldoc-section td{color:#60738a!important}

.tldoc-source{display:none!important}

.tldoc-help{
  margin-top:18px;
  min-height:104px;
  padding:18px 22px;
  display:grid;
  grid-template-columns:52px minmax(0,1fr) auto;
  gap:16px;
  align-items:center;
  border:1px solid #e1e8ef;
  border-radius:12px;
  background:#fff;
  box-shadow:0 8px 24px rgba(26,56,92,.04);
}
.tldoc-help-icon{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eaf4ff;
  color:#2474d7;
}
.tldoc-help-icon svg{
  width:27px;
  height:27px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
}
.tldoc-help strong{
  display:block;
  margin-bottom:3px;
  color:#12365f;
  font-size:14px;
  font-weight:900;
}
.tldoc-help p{
  margin:0!important;
  color:#6b8097!important;
  font-size:11px!important;
  line-height:1.5!important;
}
.tldoc-help a{
  min-width:150px;
  height:42px;
  padding:0 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:8px;
  background:linear-gradient(135deg,#ff5a0a,#ff7a2d);
  color:#fff!important;
  font-size:10.5px;
  font-weight:850;
  box-shadow:0 7px 17px rgba(255,90,10,.15);
}

@media(max-width:1050px){
  .tldoc-shell{width:calc(100% - 32px)}
  .tldoc-hero{grid-template-columns:minmax(0,1fr) 280px}
  .tldoc-document{padding:34px 34px 38px}
  .tldoc-columns{gap:34px}
  .tldoc-section h2,
  .tldoc-section h3{font-size:17px!important}
  .tldoc-section p{font-size:12.5px!important}
  .tldoc-section li{font-size:12px!important}
}

@media(max-width:820px){
  .tldoc-hero{
    grid-template-columns:1fr;
    gap:20px;
    padding:24px;
  }
  .tldoc-meta{
    padding:16px 0 0;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    border-left:0;
    border-top:1px solid #e8edf3;
  }
  .tldoc-toc-panel{
    grid-template-columns:1fr;
    gap:9px;
  }
  .tldoc-columns{
    grid-template-columns:1fr;
    gap:24px;
  }
  .tldoc-columns:before{display:none}
  .tldoc-column:first-child,
  .tldoc-column:last-child{padding:0}
  .tldoc-help{
    grid-template-columns:48px minmax(0,1fr);
  }
  .tldoc-help a{
    grid-column:1/-1;
    width:100%;
  }
}

@media(max-width:620px){
  .tldoc-root{padding-bottom:18px}
  .tldoc-shell{width:calc(100% - 20px)}
  .tldoc-breadcrumbs{
    min-height:44px;
    gap:6px;
    font-size:10px;
  }
  .tldoc-hero{
    padding:21px 18px;
    border-radius:11px;
  }
  .tldoc-hero-main{
    grid-template-columns:50px minmax(0,1fr);
    gap:13px;
  }
  .tldoc-hero-icon{
    width:50px;
    height:50px;
    border-radius:10px;
  }
  .tldoc-hero-icon svg{width:24px;height:24px}
  .tldoc-eyebrow{font-size:9.5px}
  .tldoc-hero h1{font-size:28px!important}
  .tldoc-hero-main p{
    font-size:12px!important;
    line-height:1.55!important;
  }
  .tldoc-meta{
    grid-template-columns:1fr;
    gap:8px;
  }
  .tldoc-meta-row strong{font-size:11px}
  .tldoc-meta-row span:last-child{font-size:10.5px}
  .tldoc-toc-panel{
    margin-top:12px;
    padding:12px;
  }
  .tldoc-toc{
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:2px;
    scrollbar-width:none;
  }
  .tldoc-toc::-webkit-scrollbar{display:none}
  .tldoc-toc a{
    min-height:34px;
    flex:0 0 auto;
    font-size:10.5px;
  }
  .tldoc-document{
    margin-top:12px;
    padding:27px 20px 30px;
    border-radius:11px;
  }
  .tldoc-document-head>span{font-size:9.5px}
  .tldoc-document-head h2{font-size:27px!important}
  .tldoc-document-head p{
    font-size:12.5px!important;
    line-height:1.6!important;
  }
  .tldoc-rule{margin:20px 0 22px}
  .tldoc-column{gap:22px}
  .tldoc-section h2,
  .tldoc-section h3{
    font-size:17px!important;
    line-height:1.32!important;
  }
  .tldoc-section p{
    font-size:12.5px!important;
    line-height:1.65!important;
  }
  .tldoc-section li{
    font-size:12px!important;
    line-height:1.6!important;
  }
  .tldoc-help{
    padding:16px;
    grid-template-columns:44px minmax(0,1fr);
  }
  .tldoc-help-icon{
    width:44px;
    height:44px;
  }
}


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

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

body.tormami-legal-document-v2 #page,
body.tormami-legal-document-v2 .site,
body.tormami-legal-document-v2 .site-wrapper,
body.tormami-legal-document-v2 .page-wrapper,
body.tormami-legal-document-v2 .main-content,
body.tormami-legal-document-v2 .site-content,
body.tormami-legal-document-v2 .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-document-v2 .tormami-global-market-header,
body.tormami-legal-document-v2 .tldoc-root,
body.tormami-legal-document-v2 .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-document-v2 .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-document-v2 .tldoc-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-document-v2 .tldoc-shell{
  padding-top:0!important;
  padding-bottom:20px!important;
}

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

body.tormami-legal-document-v2 .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-document-v2 .tormami-global-footer .tmf-cta{
  margin-top:0!important;
  margin-bottom:0!important;
}

body.tormami-legal-document-v2 .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-document-v2 .tldoc-root + p:empty,
body.tormami-legal-document-v2 .tldoc-root + br,
body.tormami-legal-document-v2 .tldoc-root ~ p:empty{
  display:none!important;
  margin:0!important;
  padding:0!important;
  height:0!important;
}

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

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


/* ============================================================
   Tormami Legal Documents V5
   Terms & Conditions / Disclaimer — professional readable layout
   ============================================================ */

body.tormami-legal-document-v2{
  --tldoc-bg:#f5f8fc;
  --tldoc-card:#ffffff;
  --tldoc-navy:#0c294d;
  --tldoc-text:#455d78;
  --tldoc-muted:#7d8da1;
  --tldoc-line:#e3eaf2;
  --tldoc-orange:#ff5a0a;
  background:var(--tldoc-bg)!important;
}

body.tormami-legal-document-v2 .tldoc-root{
  background:
    radial-gradient(circle at 8% 0%,rgba(255,90,10,.045),transparent 22%),
    radial-gradient(circle at 92% 3%,rgba(36,111,219,.045),transparent 24%),
    linear-gradient(180deg,#f9fbfe 0%,#f5f8fc 100%)!important;
}

body.tormami-legal-document-v2 .tldoc-shell{
  width:min(1220px,calc(100% - 40px))!important;
  padding-bottom:30px!important;
}

body.tormami-legal-document-v2 .tldoc-breadcrumbs{
  min-height:48px!important;
  font-size:10.5px!important;
}

/* Hero */
body.tormami-legal-document-v2 .tldoc-hero{
  min-height:0!important;
  grid-template-columns:minmax(0,1fr) 285px!important;
  gap:30px!important;
  padding:28px 30px!important;
  border:1px solid #e1e8ef!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 16px 42px rgba(16,45,80,.06)!important;
}

body.tormami-legal-document-v2 .tldoc-hero-main{
  grid-template-columns:58px minmax(0,1fr)!important;
  gap:17px!important;
}

body.tormami-legal-document-v2 .tldoc-hero-icon{
  width:58px!important;
  height:58px!important;
  border-radius:14px!important;
  background:#fff1e9!important;
}

body.tormami-legal-document-v2 .tldoc-hero-icon.is-warning{
  background:#fff5e8!important;
}

body.tormami-legal-document-v2 .tldoc-hero-icon svg{
  width:27px!important;
  height:27px!important;
}

body.tormami-legal-document-v2 .tldoc-eyebrow{
  margin-bottom:7px!important;
  font-size:9.5px!important;
  letter-spacing:.11em!important;
}

body.tormami-legal-document-v2 .tldoc-hero h1{
  margin-bottom:7px!important;
  font-size:34px!important;
  line-height:1.1!important;
}

body.tormami-legal-document-v2 .tldoc-hero-main p{
  max-width:690px!important;
  font-size:12.5px!important;
  line-height:1.62!important;
}

body.tormami-legal-document-v2 .tldoc-meta{
  padding-left:24px!important;
  gap:11px!important;
}

body.tormami-legal-document-v2 .tldoc-meta-row{
  min-height:36px!important;
  grid-template-columns:27px minmax(0,1fr)!important;
  gap:9px!important;
}

body.tormami-legal-document-v2 .tldoc-meta-icon{
  width:27px!important;
  height:27px!important;
}

body.tormami-legal-document-v2 .tldoc-meta-icon svg{
  width:17px!important;
  height:17px!important;
}

body.tormami-legal-document-v2 .tldoc-meta-row strong{
  font-size:10.5px!important;
}

body.tormami-legal-document-v2 .tldoc-meta-row span:last-child{
  font-size:9.5px!important;
}

/* Main reading layout */
body.tormami-legal-document-v2 .tldoc-layout{
  display:grid!important;
  grid-template-columns:250px minmax(0,1fr)!important;
  gap:18px!important;
  align-items:start!important;
  margin-top:18px!important;
}

body.tormami-legal-document-v2 .tldoc-toc-panel{
  position:sticky!important;
  top:100px!important;
  z-index:12!important;
  min-height:0!important;
  margin:0!important;
  padding:16px!important;
  display:block!important;
  border:1px solid var(--tldoc-line)!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 10px 28px rgba(16,45,80,.045)!important;
}

body.tormami-legal-document-v2 .tldoc-toc-label{
  padding:0 0 13px!important;
  margin-bottom:9px!important;
  grid-template-columns:18px minmax(0,1fr)!important;
  border-bottom:1px solid #edf1f5!important;
}

body.tormami-legal-document-v2 .tldoc-toc-label strong{
  font-size:11px!important;
}

body.tormami-legal-document-v2 .tldoc-toc-label small{
  font-size:8.5px!important;
}

body.tormami-legal-document-v2 .tldoc-toc{
  display:grid!important;
  gap:3px!important;
}

body.tormami-legal-document-v2 .tldoc-toc a{
  min-height:36px!important;
  padding:7px 8px!important;
  display:grid!important;
  grid-template-columns:24px minmax(0,1fr)!important;
  align-items:center!important;
  justify-content:initial!important;
  gap:8px!important;
  border:0!important;
  border-radius:8px!important;
  background:transparent!important;
  color:#60738a!important;
  font-size:9px!important;
  line-height:1.35!important;
  font-weight:700!important;
  text-align:left!important;
}

body.tormami-legal-document-v2 .tldoc-toc a>span{
  width:24px!important;
  height:24px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:7px!important;
  background:#f2f6fa!important;
  color:#6b7d92!important;
  font-size:8.5px!important;
  font-weight:850!important;
}

body.tormami-legal-document-v2 .tldoc-toc a>strong{
  min-width:0!important;
  color:inherit!important;
  font-size:9px!important;
  line-height:1.35!important;
  font-weight:750!important;
}

body.tormami-legal-document-v2 .tldoc-toc a:hover,
body.tormami-legal-document-v2 .tldoc-toc a.is-active{
  background:#fff4ed!important;
  color:#e95612!important;
}

body.tormami-legal-document-v2 .tldoc-toc a.is-active>span{
  background:#ff5a0a!important;
  color:#fff!important;
}

/* Main document */
body.tormami-legal-document-v2 .tldoc-document{
  min-width:0!important;
  margin:0!important;
  padding:32px 38px 38px!important;
  border:1px solid var(--tldoc-line)!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 12px 34px rgba(16,45,80,.045)!important;
}

body.tormami-legal-document-v2 .tldoc-document-head{
  max-width:760px!important;
}

body.tormami-legal-document-v2 .tldoc-document-head>span{
  margin-bottom:8px!important;
  font-size:9px!important;
  letter-spacing:.14em!important;
}

body.tormami-legal-document-v2 .tldoc-document-head h2{
  margin-bottom:9px!important;
  font-size:29px!important;
}

body.tormami-legal-document-v2 .tldoc-document-head p{
  max-width:730px!important;
  font-size:12px!important;
  line-height:1.7!important;
}

body.tormami-legal-document-v2 .tldoc-rule{
  margin:21px 0 24px!important;
}

/* No more legal text split across two columns. */
body.tormami-legal-document-v2 .tldoc-columns{
  display:block!important;
}

body.tormami-legal-document-v2 .tldoc-columns:before{
  display:none!important;
}

body.tormami-legal-document-v2 .tldoc-column{
  display:grid!important;
  gap:0!important;
  padding:0!important;
}

body.tormami-legal-document-v2 .tldoc-column[data-tldoc-right]{
  display:none!important;
}

/* Section styling prioritizes readability over decorative cards. */
body.tormami-legal-document-v2 .tldoc-section{
  padding:0 0 24px!important;
  margin:0 0 24px!important;
  border-bottom:1px solid #e9eef4!important;
  scroll-margin-top:110px!important;
}

body.tormami-legal-document-v2 .tldoc-section:last-child{
  margin-bottom:0!important;
  padding-bottom:0!important;
  border-bottom:0!important;
}

body.tormami-legal-document-v2 .tldoc-section:before{
  width:28px!important;
  height:3px!important;
  margin-bottom:10px!important;
}

body.tormami-legal-document-v2 .tldoc-section h2,
body.tormami-legal-document-v2 .tldoc-section h3{
  margin:0 0 9px!important;
  color:#123458!important;
  font-size:17px!important;
  line-height:1.38!important;
  font-weight:850!important;
}

body.tormami-legal-document-v2 .tldoc-section p{
  margin:0 0 10px!important;
  color:#4d647d!important;
  font-size:12.3px!important;
  line-height:1.75!important;
  font-weight:450!important;
}

body.tormami-legal-document-v2 .tldoc-section ul,
body.tormami-legal-document-v2 .tldoc-section ol{
  margin:8px 0 12px!important;
  padding-left:21px!important;
}

body.tormami-legal-document-v2 .tldoc-section li{
  margin-bottom:7px!important;
  color:#4d647d!important;
  font-size:12px!important;
  line-height:1.7!important;
}

body.tormami-legal-document-v2 .tldoc-section strong,
body.tormami-legal-document-v2 .tldoc-section b{
  color:#183b61!important;
  font-weight:800!important;
}

/* Progressive enhancement: legal content must remain visible if JS fails. */
body.tormami-legal-document-v2 .tldoc-source{
  display:none!important;
}

body.tormami-legal-document-v2 .tldoc-root:not(.is-ready) .tldoc-columns,
body.tormami-legal-document-v2 .tldoc-root:not(.is-ready) .tldoc-toc{
  display:none!important;
}

body.tormami-legal-document-v2 .tldoc-root:not(.is-ready) .tldoc-source{
  display:block!important;
  color:#4d647d!important;
  font-size:12.3px!important;
  line-height:1.75!important;
}

body.tormami-legal-document-v2 .tldoc-root:not(.is-ready) .tldoc-source h1,
body.tormami-legal-document-v2 .tldoc-root:not(.is-ready) .tldoc-source h2,
body.tormami-legal-document-v2 .tldoc-root:not(.is-ready) .tldoc-source h3,
body.tormami-legal-document-v2 .tldoc-root:not(.is-ready) .tldoc-source h4{
  color:#123458!important;
  line-height:1.35!important;
}

/* Help / contact */
body.tormami-legal-document-v2 .tldoc-help{
  margin:18px 0 0 268px!important;
  min-height:92px!important;
  padding:16px 18px!important;
  grid-template-columns:44px minmax(0,1fr) auto!important;
  border-radius:14px!important;
  box-shadow:0 10px 28px rgba(16,45,80,.04)!important;
}

body.tormami-legal-document-v2 .tldoc-help-icon{
  width:44px!important;
  height:44px!important;
}

body.tormami-legal-document-v2 .tldoc-help-icon svg{
  width:22px!important;
  height:22px!important;
}

body.tormami-legal-document-v2 .tldoc-help strong{
  font-size:12px!important;
}

body.tormami-legal-document-v2 .tldoc-help p{
  font-size:9.5px!important;
}

body.tormami-legal-document-v2 .tldoc-help a{
  min-width:135px!important;
  height:38px!important;
  font-size:9.5px!important;
}

/* Disclaimer uses a subtle warning tone, not an alarming layout. */
body.tormami-legal-disclaimer .tldoc-hero{
  border-color:#eadfce!important;
}

body.tormami-legal-disclaimer .tldoc-document-head>span,
body.tormami-legal-disclaimer .tldoc-section:before{
  color:#dd7313!important;
  background:#dd7313!important;
}

/* Responsive */
@media(max-width:980px){
  body.tormami-legal-document-v2 .tldoc-layout{
    grid-template-columns:220px minmax(0,1fr)!important;
    gap:14px!important;
  }
  body.tormami-legal-document-v2 .tldoc-document{
    padding:28px 30px 34px!important;
  }
  body.tormami-legal-document-v2 .tldoc-help{
    margin-left:234px!important;
  }
}

@media(max-width:820px){
  body.tormami-legal-document-v2 .tldoc-hero{
    grid-template-columns:1fr!important;
    gap:18px!important;
    padding:23px!important;
  }

  body.tormami-legal-document-v2 .tldoc-meta{
    padding:15px 0 0!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    border-left:0!important;
    border-top:1px solid #e8edf3!important;
  }

  body.tormami-legal-document-v2 .tldoc-layout{
    display:block!important;
  }

  body.tormami-legal-document-v2 .tldoc-toc-panel{
    position:relative!important;
    top:auto!important;
    margin-bottom:12px!important;
  }

  body.tormami-legal-document-v2 .tldoc-toc{
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    gap:6px!important;
    padding-bottom:2px!important;
    scrollbar-width:none!important;
  }

  body.tormami-legal-document-v2 .tldoc-toc::-webkit-scrollbar{
    display:none!important;
  }

  body.tormami-legal-document-v2 .tldoc-toc a{
    flex:0 0 auto!important;
    min-width:max-content!important;
  }

  body.tormami-legal-document-v2 .tldoc-help{
    margin-left:0!important;
  }
}

@media(max-width:620px){
  body.tormami-legal-document-v2 .tldoc-shell{
    width:calc(100% - 20px)!important;
  }

  body.tormami-legal-document-v2 .tldoc-hero{
    padding:19px 16px!important;
    border-radius:14px!important;
  }

  body.tormami-legal-document-v2 .tldoc-hero-main{
    grid-template-columns:48px minmax(0,1fr)!important;
    gap:12px!important;
  }

  body.tormami-legal-document-v2 .tldoc-hero-icon{
    width:48px!important;
    height:48px!important;
    border-radius:11px!important;
  }

  body.tormami-legal-document-v2 .tldoc-hero h1{
    font-size:27px!important;
  }

  body.tormami-legal-document-v2 .tldoc-hero-main p{
    font-size:11.5px!important;
  }

  body.tormami-legal-document-v2 .tldoc-meta{
    grid-template-columns:1fr!important;
    gap:7px!important;
  }

  body.tormami-legal-document-v2 .tldoc-toc-panel{
    padding:12px!important;
    border-radius:12px!important;
  }

  body.tormami-legal-document-v2 .tldoc-document{
    padding:24px 18px 28px!important;
    border-radius:13px!important;
  }

  body.tormami-legal-document-v2 .tldoc-document-head h2{
    font-size:25px!important;
  }

  body.tormami-legal-document-v2 .tldoc-document-head p{
    font-size:11.5px!important;
  }

  body.tormami-legal-document-v2 .tldoc-section{
    padding-bottom:20px!important;
    margin-bottom:20px!important;
  }

  body.tormami-legal-document-v2 .tldoc-section h2,
  body.tormami-legal-document-v2 .tldoc-section h3{
    font-size:16px!important;
  }

  body.tormami-legal-document-v2 .tldoc-section p,
  body.tormami-legal-document-v2 .tldoc-section li{
    font-size:11.5px!important;
  }

  body.tormami-legal-document-v2 .tldoc-help{
    padding:14px!important;
    grid-template-columns:40px minmax(0,1fr)!important;
  }

  body.tormami-legal-document-v2 .tldoc-help a{
    grid-column:1/-1!important;
    width:100%!important;
  }
}


/* ============================================================
   Tormami Legal Documents V6
   Single-surface reading layout for Terms & Disclaimer
   ============================================================ */

body.tormami-legal-document-v2{
  background:#f6f8fb!important;
}

body.tormami-legal-document-v2 .tldoc-root{
  padding:26px 0 36px!important;
  background:#f6f8fb!important;
}

body.tormami-legal-document-v2 .tldoc-shell{
  width:min(1120px,calc(100% - 36px))!important;
  margin:0 auto!important;
  padding:0 46px 34px!important;
  border:1px solid #e2e8f0!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 12px 34px rgba(16,45,80,.045)!important;
}

/* Breadcrumb is part of the same document surface. */
body.tormami-legal-document-v2 .tldoc-breadcrumbs{
  min-height:50px!important;
  margin:0!important;
  padding:0!important;
  border-bottom:1px solid #edf1f5!important;
  color:#7c8b9e!important;
  font-size:10px!important;
}

/* Hero becomes a plain document header, not a card. */
body.tormami-legal-document-v2 .tldoc-hero{
  min-height:0!important;
  margin:0!important;
  padding:34px 0 26px!important;
  display:block!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

body.tormami-legal-document-v2 .tldoc-hero-main{
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr)!important;
  gap:16px!important;
  align-items:start!important;
}

body.tormami-legal-document-v2 .tldoc-hero-icon{
  width:54px!important;
  height:54px!important;
  border-radius:13px!important;
}

body.tormami-legal-document-v2 .tldoc-hero h1{
  margin:0 0 9px!important;
  font-size:34px!important;
  line-height:1.12!important;
}

body.tormami-legal-document-v2 .tldoc-hero-main p{
  max-width:820px!important;
  margin:0!important;
  color:#536980!important;
  font-size:13.5px!important;
  line-height:1.7!important;
}

/* Metadata is a simple inline row under the title. */
body.tormami-legal-document-v2 .tldoc-meta{
  margin:24px 0 0 70px!important;
  padding:18px 0 0!important;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:22px 34px!important;
  border:0!important;
  border-top:1px solid #edf1f5!important;
}

body.tormami-legal-document-v2 .tldoc-meta-row{
  min-height:0!important;
  display:grid!important;
  grid-template-columns:24px auto!important;
  align-items:center!important;
  gap:8px!important;
}

body.tormami-legal-document-v2 .tldoc-meta-icon{
  width:24px!important;
  height:24px!important;
}

body.tormami-legal-document-v2 .tldoc-meta-row strong{
  font-size:9.5px!important;
}

body.tormami-legal-document-v2 .tldoc-meta-row span:last-child{
  font-size:9.5px!important;
}

/* No sidebar/card layout. Everything continues vertically on one page. */
body.tormami-legal-document-v2 .tldoc-layout{
  display:block!important;
  margin:0!important;
}

body.tormami-legal-document-v2 .tldoc-toc-panel{
  position:relative!important;
  top:auto!important;
  z-index:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:20px 0!important;
  display:block!important;
  border:0!important;
  border-top:1px solid #edf1f5!important;
  border-bottom:1px solid #edf1f5!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

body.tormami-legal-document-v2 .tldoc-toc-label{
  margin:0 0 10px!important;
  padding:0!important;
  border:0!important;
}

body.tormami-legal-document-v2 .tldoc-toc{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:6px 8px!important;
}

body.tormami-legal-document-v2 .tldoc-toc a{
  min-height:32px!important;
  padding:6px 9px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  border:0!important;
  border-radius:7px!important;
  background:#f7f9fc!important;
  color:#5c7088!important;
  font-size:9.5px!important;
  line-height:1.3!important;
}

body.tormami-legal-document-v2 .tldoc-toc a>span{
  width:20px!important;
  height:20px!important;
  border-radius:6px!important;
  background:#eaf0f6!important;
  font-size:8px!important;
}

body.tormami-legal-document-v2 .tldoc-toc a>strong{
  font-size:9.5px!important;
  font-weight:750!important;
}

body.tormami-legal-document-v2 .tldoc-toc a:hover,
body.tormami-legal-document-v2 .tldoc-toc a.is-active{
  background:#fff2ea!important;
  color:#e95712!important;
}

body.tormami-legal-document-v2 .tldoc-toc a.is-active>span{
  background:#ff5a0a!important;
  color:#fff!important;
}

/* Document is no longer a separate card. */
body.tormami-legal-document-v2 .tldoc-document{
  margin:0!important;
  padding:30px 0 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

body.tormami-legal-document-v2 .tldoc-document-head{
  max-width:880px!important;
  margin:0 0 24px!important;
}

/* Avoid repeating the page title twice. */
body.tormami-legal-document-v2 .tldoc-document-head>span,
body.tormami-legal-document-v2 .tldoc-document-head h2{
  display:none!important;
}

body.tormami-legal-document-v2 .tldoc-document-head p{
  max-width:860px!important;
  margin:0!important;
  color:#405974!important;
  font-size:14px!important;
  line-height:1.78!important;
}

body.tormami-legal-document-v2 .tldoc-rule{
  display:none!important;
}

body.tormami-legal-document-v2 .tldoc-columns{
  display:block!important;
  max-width:900px!important;
}

body.tormami-legal-document-v2 .tldoc-column{
  display:block!important;
}

body.tormami-legal-document-v2 .tldoc-column[data-tldoc-right]{
  display:none!important;
}

/* Continuous legal text, separated only by whitespace and a fine rule. */
body.tormami-legal-document-v2 .tldoc-section{
  margin:0!important;
  padding:0 0 30px!important;
  border:0!important;
  background:transparent!important;
}

body.tormami-legal-document-v2 .tldoc-section + .tldoc-section{
  padding-top:28px!important;
  border-top:1px solid #edf1f5!important;
}

body.tormami-legal-document-v2 .tldoc-section:before{
  display:none!important;
}

body.tormami-legal-document-v2 .tldoc-section h2,
body.tormami-legal-document-v2 .tldoc-section h3{
  margin:0 0 11px!important;
  color:#123458!important;
  font-size:19px!important;
  line-height:1.4!important;
  font-weight:850!important;
}

body.tormami-legal-document-v2 .tldoc-section p{
  margin:0 0 12px!important;
  color:#465e77!important;
  font-size:14px!important;
  line-height:1.82!important;
  font-weight:450!important;
}

body.tormami-legal-document-v2 .tldoc-section ul,
body.tormami-legal-document-v2 .tldoc-section ol{
  margin:10px 0 14px!important;
  padding-left:24px!important;
}

body.tormami-legal-document-v2 .tldoc-section li{
  margin:0 0 8px!important;
  color:#465e77!important;
  font-size:13.5px!important;
  line-height:1.75!important;
}

body.tormami-legal-document-v2 .tldoc-section table{
  margin:16px 0!important;
}

/* Fallback content uses the same readable dimensions. */
body.tormami-legal-document-v2 .tldoc-root:not(.is-ready) .tldoc-source{
  max-width:900px!important;
  padding-top:28px!important;
  color:#465e77!important;
  font-size:14px!important;
  line-height:1.82!important;
}

/* Help is just the closing part of the same document. */
body.tormami-legal-document-v2 .tldoc-help{
  margin:28px 0 0!important;
  padding:24px 0 0!important;
  min-height:0!important;
  grid-template-columns:42px minmax(0,1fr) auto!important;
  gap:14px!important;
  border:0!important;
  border-top:1px solid #edf1f5!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

body.tormami-legal-document-v2 .tldoc-help-icon{
  width:42px!important;
  height:42px!important;
}

body.tormami-legal-document-v2 .tldoc-help strong{
  font-size:12px!important;
}

body.tormami-legal-document-v2 .tldoc-help p{
  font-size:10.5px!important;
}

body.tormami-legal-document-v2 .tldoc-help a{
  min-width:132px!important;
  height:38px!important;
  border-radius:9px!important;
}

/* Remove special card styling from disclaimer as well. */
body.tormami-legal-disclaimer .tldoc-hero{
  border:0!important;
}

body.tormami-legal-disclaimer .tldoc-section:before{
  display:none!important;
}

@media(max-width:820px){
  body.tormami-legal-document-v2 .tldoc-root{
    padding-top:16px!important;
  }

  body.tormami-legal-document-v2 .tldoc-shell{
    width:calc(100% - 24px)!important;
    padding:0 26px 28px!important;
  }

  body.tormami-legal-document-v2 .tldoc-meta{
    margin-left:0!important;
    gap:14px 22px!important;
  }

  body.tormami-legal-document-v2 .tldoc-toc{
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    padding-bottom:2px!important;
    scrollbar-width:none!important;
  }

  body.tormami-legal-document-v2 .tldoc-toc::-webkit-scrollbar{
    display:none!important;
  }

  body.tormami-legal-document-v2 .tldoc-toc a{
    flex:0 0 auto!important;
    white-space:nowrap!important;
  }
}

@media(max-width:620px){
  body.tormami-legal-document-v2 .tldoc-root{
    padding:10px 0 20px!important;
  }

  body.tormami-legal-document-v2 .tldoc-shell{
    width:calc(100% - 16px)!important;
    padding:0 17px 22px!important;
    border-radius:14px!important;
  }

  body.tormami-legal-document-v2 .tldoc-breadcrumbs{
    min-height:44px!important;
    font-size:9.5px!important;
  }

  body.tormami-legal-document-v2 .tldoc-hero{
    padding:25px 0 21px!important;
  }

  body.tormami-legal-document-v2 .tldoc-hero-main{
    grid-template-columns:45px minmax(0,1fr)!important;
    gap:11px!important;
  }

  body.tormami-legal-document-v2 .tldoc-hero-icon{
    width:45px!important;
    height:45px!important;
  }

  body.tormami-legal-document-v2 .tldoc-hero h1{
    font-size:27px!important;
  }

  body.tormami-legal-document-v2 .tldoc-hero-main p{
    font-size:12px!important;
    line-height:1.65!important;
  }

  body.tormami-legal-document-v2 .tldoc-meta{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
    padding-top:15px!important;
  }

  body.tormami-legal-document-v2 .tldoc-toc-panel{
    padding:16px 0!important;
  }

  body.tormami-legal-document-v2 .tldoc-document{
    padding-top:24px!important;
  }

  body.tormami-legal-document-v2 .tldoc-document-head p{
    font-size:12.5px!important;
    line-height:1.75!important;
  }

  body.tormami-legal-document-v2 .tldoc-section{
    padding-bottom:24px!important;
  }

  body.tormami-legal-document-v2 .tldoc-section + .tldoc-section{
    padding-top:24px!important;
  }

  body.tormami-legal-document-v2 .tldoc-section h2,
  body.tormami-legal-document-v2 .tldoc-section h3{
    font-size:17px!important;
  }

  body.tormami-legal-document-v2 .tldoc-section p{
    font-size:12.5px!important;
    line-height:1.78!important;
  }

  body.tormami-legal-document-v2 .tldoc-section li{
    font-size:12px!important;
    line-height:1.72!important;
  }

  body.tormami-legal-document-v2 .tldoc-help{
    grid-template-columns:40px minmax(0,1fr)!important;
  }

  body.tormami-legal-document-v2 .tldoc-help a{
    grid-column:1/-1!important;
    width:100%!important;
  }
}


/* ============================================================
   Tormami Legal Documents V7
   FINAL: one continuous page, no nested cards/background layers
   ============================================================ */

body.tormami-legal-document-v2,
body.tormami-legal-document-v2 .tldoc-root{
  background:#fff!important;
}

body.tormami-legal-document-v2 .tldoc-root{
  padding:0!important;
}

body.tormami-legal-document-v2 .tldoc-shell{
  width:min(1120px,calc(100% - 36px))!important;
  margin:0 auto!important;
  padding:0 34px 42px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
}

/* Keep every major area on the same white surface. */
body.tormami-legal-document-v2 .tldoc-hero,
body.tormami-legal-document-v2 .tldoc-layout,
body.tormami-legal-document-v2 .tldoc-toc-panel,
body.tormami-legal-document-v2 .tldoc-document,
body.tormami-legal-document-v2 .tldoc-help{
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

/* Remove any legacy card/wrapper presentation coming from WordPress content. */
body.tormami-legal-document-v2 .tldoc-section div,
body.tormami-legal-document-v2 .tldoc-section section,
body.tormami-legal-document-v2 .tldoc-section article,
body.tormami-legal-document-v2 .tldoc-section aside,
body.tormami-legal-document-v2 .tldoc-section header,
body.tormami-legal-document-v2 .tldoc-section footer,
body.tormami-legal-document-v2 .tldoc-source div,
body.tormami-legal-document-v2 .tldoc-source section,
body.tormami-legal-document-v2 .tldoc-source article{
  width:auto!important;
  max-width:none!important;
  min-height:0!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
}

/* Prevent old card spacing from producing large blank blocks. */
body.tormami-legal-document-v2 .tldoc-section>div,
body.tormami-legal-document-v2 .tldoc-section>section,
body.tormami-legal-document-v2 .tldoc-section>article{
  margin-top:0!important;
  margin-bottom:0!important;
  padding-top:0!important;
  padding-bottom:0!important;
}

/* No badge/card background on imported legal text. */
body.tormami-legal-document-v2 .tldoc-section p,
body.tormami-legal-document-v2 .tldoc-section span,
body.tormami-legal-document-v2 .tldoc-section strong,
body.tormami-legal-document-v2 .tldoc-section b{
  box-shadow:none!important;
}

body.tormami-legal-document-v2 .tldoc-section p[style],
body.tormami-legal-document-v2 .tldoc-section span[style],
body.tormami-legal-document-v2 .tldoc-section strong[style]{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  padding-left:0!important;
  padding-right:0!important;
}

/* Sections are separated by typography and one subtle rule only. */
body.tormami-legal-document-v2 .tldoc-section{
  padding:0 0 30px!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
}

body.tormami-legal-document-v2 .tldoc-section + .tldoc-section{
  margin-top:28px!important;
  padding-top:28px!important;
  border-top:1px solid #e9eef4!important;
}

body.tormami-legal-document-v2 .tldoc-section h2,
body.tormami-legal-document-v2 .tldoc-section h3{
  margin:0 0 12px!important;
}

body.tormami-legal-document-v2 .tldoc-section p{
  margin:0 0 13px!important;
}

/* One uninterrupted readable text width. */
body.tormami-legal-document-v2 .tldoc-document,
body.tormami-legal-document-v2 .tldoc-columns,
body.tormami-legal-document-v2 .tldoc-column{
  width:100%!important;
  max-width:none!important;
}

body.tormami-legal-document-v2 .tldoc-column[data-tldoc-left]{
  max-width:900px!important;
}

/* Mobile remains one white page as well. */
@media(max-width:620px){
  body.tormami-legal-document-v2 .tldoc-shell{
    width:100%!important;
    padding:0 18px 28px!important;
  }

  body.tormami-legal-document-v2 .tldoc-section + .tldoc-section{
    margin-top:22px!important;
    padding-top:22px!important;
  }
}
