/* NexaLegal managed public legal pages */
.nexalegal-legal-shell{
    --nl-accent:#087cf4;
    --nl-cyan:#42b8ff;
    --nl-ink:#142033;
    --nl-muted:#5f6f82;
    --nl-line:#dfe8f2;
    --nl-soft:#f5f9fd;
    width:min(1120px,calc(100% - 32px));
    margin:clamp(28px,5vw,72px) auto;
    color:var(--nl-ink);
    font-family:inherit;
}
.nexalegal-legal-shell .nexalegal-document{
    position:relative;
    max-width:none;
    padding:clamp(26px,4vw,58px);
    overflow:hidden;
    border:1px solid var(--nl-line);
    border-radius:24px;
    background:#fff;
    color:var(--nl-ink);
    box-shadow:0 22px 70px rgba(18,43,70,.10);
}
.nexalegal-legal-shell .nexalegal-document:before{
    content:"";
    position:absolute;
    inset:0 0 auto 0;
    height:4px;
    background:linear-gradient(90deg,var(--nl-accent),var(--nl-cyan),transparent 82%);
}
.nexalegal-legal-shell .nexalegal-document>h1,
.nexalegal-legal-shell .nexalegal-privacy-center>h1{
    margin:0 0 28px;
    color:#0c1726;
    font-size:clamp(30px,4vw,46px);
    line-height:1.08;
    letter-spacing:-.025em;
}
.nexalegal-legal-shell .nexalegal-clause{
    max-width:82ch;
    padding:26px 0;
    border-top:1px solid var(--nl-line);
}
.nexalegal-legal-shell .nexalegal-clause:first-of-type{border-top:0;padding-top:4px}
.nexalegal-legal-shell .nexalegal-clause h2{
    margin:0 0 13px;
    color:#16263a;
    font-size:clamp(19px,2vw,24px);
    line-height:1.3;
}
.nexalegal-legal-shell .nexalegal-clause p{
    margin:0 0 12px;
    color:#33465b;
    font-size:16px;
    line-height:1.75;
}
.nexalegal-legal-shell .nexalegal-clause p:last-child{margin-bottom:0}
.nexalegal-jurisdiction-card{
    margin:24px 0 0;
    padding:clamp(22px,3vw,34px);
    border:1px solid rgba(8,124,244,.20);
    border-radius:20px;
    background:linear-gradient(145deg,#f7fbff,#eef7ff);
    color:#21354a;
    box-shadow:0 12px 34px rgba(8,64,118,.07);
}
.nexalegal-jurisdiction-head{display:flex;align-items:center;gap:12px;margin:0 0 14px}
.nexalegal-jurisdiction-head h2{margin:0;font-size:22px;line-height:1.25;color:#10243a}
.nexalegal-jurisdiction-icon{
    display:grid;
    place-items:center;
    width:34px;
    height:34px;
    border-radius:10px;
    background:linear-gradient(135deg,var(--nl-accent),#075fb8);
    color:#fff;
    box-shadow:0 8px 20px rgba(8,124,244,.20);
}
.nexalegal-jurisdiction-card p{max-width:82ch;margin:0 0 12px;line-height:1.65}
.nexalegal-jurisdiction-territory span{color:var(--nl-muted);font-size:14px}
.nexalegal-jurisdiction-card h3{margin:20px 0 10px;font-size:17px;color:#16304d}
.nexalegal-jurisdiction-card ul{margin:0;padding-inline-start:22px;columns:2;column-gap:34px}
.nexalegal-jurisdiction-card li{break-inside:avoid;margin:0 0 8px;line-height:1.5}
.nexalegal-legal-shell .nexalegal-privacy-center{
    max-width:none;
    padding:clamp(26px,4vw,58px);
    border:1px solid var(--nl-line);
    border-radius:24px;
    background:#fff;
    color:var(--nl-ink);
    box-shadow:0 22px 70px rgba(18,43,70,.10);
}
.nexalegal-legal-shell .nexalegal-privacy-center>p{max-width:76ch;color:#40546a;font-size:16px;line-height:1.7}
.nexalegal-legal-shell .nexalegal-privacy-center-card{
    border:1px solid var(--nl-line);
    border-radius:18px;
    padding:22px;
    margin:18px 0;
    background:var(--nl-soft);
    color:var(--nl-ink);
}
.nexalegal-legal-shell .nexalegal-privacy-center-card h2{margin-top:0;color:#15283e}
.nexalegal-legal-shell .nexalegal-dsr-form input,
.nexalegal-legal-shell .nexalegal-dsr-form select,
.nexalegal-legal-shell .nexalegal-dsr-form textarea{
    border-color:#cbd8e6;
    background:#fff;
    color:#16263a;
}
.nexalegal-legal-shell .button,
.nexalegal-legal-shell button{
    border-radius:10px;
}
.nexalegal-legal-links{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;font-size:14px}
.nexalegal-legal-links a{color:inherit;text-decoration:none;opacity:.86}
.nexalegal-legal-links a:hover,.nexalegal-legal-links a:focus{text-decoration:underline;opacity:1}
.nexalegal-legal-links span{opacity:.35}
.nexalegal-legal-shell[dir="rtl"]{direction:rtl;text-align:right}
.nexalegal-legal-shell[dir="rtl"] .nexalegal-jurisdiction-card ul{padding-inline-start:0;padding-inline-end:22px}
@media(max-width:760px){
    .nexalegal-legal-shell{width:min(100% - 20px,1120px);margin:20px auto 34px}
    .nexalegal-legal-shell .nexalegal-document,
    .nexalegal-legal-shell .nexalegal-privacy-center{padding:22px 18px;border-radius:18px}
    .nexalegal-legal-shell .nexalegal-clause{padding:22px 0}
    .nexalegal-jurisdiction-card{padding:20px 17px;border-radius:16px}
    .nexalegal-jurisdiction-card ul{columns:1}
}
@media print{
    .nexalegal-legal-shell{width:100%;margin:0;color:#000}
    .nexalegal-legal-shell .nexalegal-document,
    .nexalegal-legal-shell .nexalegal-privacy-center,
    .nexalegal-jurisdiction-card{box-shadow:none;border-color:#bbb;background:#fff}
}
