
/* /entrivis_website/static/src/scss/trust.scss */
 .o_trust .o_trust_breadcrumb{padding-top: var(--space-8); font-family: var(--font-mono); font-size: 0.8125rem; color: var(--ev-text-muted);}.o_trust .o_trust_breadcrumb a{color: var(--ev-text-muted); text-decoration: none;}.o_trust .o_trust_breadcrumb a:hover{color: var(--ev-text);}.o_trust .o_trust_breadcrumb span[aria-hidden]{padding: 0 0.5em; color: var(--ev-rule-strong);}.o_trust .o_trust_updated{margin: var(--space-5) 0 0 0; font-family: var(--font-mono); font-size: 0.8125rem; line-height: 1.6; color: var(--ev-text-muted);}.o_trust .o_trust_updated a{color: var(--ev-text-muted); text-decoration: underline; text-decoration-color: var(--ev-accent); text-underline-offset: 2px;}.o_trust .o_trust_updated a:hover{color: var(--ev-text);}.o_trust .o_trust_intro{margin-bottom: var(--space-6);}.o_trust .o_trust_toc{background-color: var(--ev-bg-2); border: 1px solid var(--ev-rule); border-radius: 6px; padding: var(--space-6) var(--space-8);}.o_trust .o_trust_toc .o_trust_toc_label{font-family: var(--font-mono); font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ev-text-muted); margin: 0 0 var(--space-5) 0;}.o_trust .o_trust_toc ol{margin: 0; padding: 0; list-style: none; counter-reset: toc; columns: 2; column-gap: var(--space-12);}@media (max-width: 575px){.o_trust .o_trust_toc ol{columns: 1;}}.o_trust .o_trust_toc ol li{counter-increment: toc; margin-bottom: var(--space-3); break-inside: avoid;}.o_trust .o_trust_toc ol li:last-child{margin-bottom: 0;}.o_trust .o_trust_toc ol li::before{content: counter(toc, decimal-leading-zero); font-family: var(--font-mono); font-size: 0.75rem; color: var(--ev-accent); margin-right: var(--space-2);}.o_trust .o_trust_toc ol a{color: var(--ev-text); text-decoration: none;}.o_trust .o_trust_toc ol a:hover{text-decoration: underline; text-decoration-color: var(--ev-accent); text-underline-offset: 2px;}.o_trust .o_trust_sublabel{font-family: var(--font-mono); font-size: 0.8125rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ev-text-muted); margin: var(--space-6) 0 var(--space-3) 0;}.o_trust .o_trust_sublabel:first-child{margin-top: 0;}.o_trust .o_trust_sublabel-note{margin: calc(var(--space-3) * -1 + 4px) 0 var(--space-3) 0; font-size: 0.9375rem; color: var(--ev-text-muted);}.o_trust .o_trust_list{list-style: none; margin: 0 0 var(--space-4) 0; padding: 0;}.o_trust .o_trust_list li{position: relative; padding-left: var(--space-5); margin-bottom: var(--space-3);}.o_trust .o_trust_list li:last-child{margin-bottom: 0;}.o_trust .o_trust_list li::before{content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; background-color: var(--ev-accent);}.o_trust .o_trust_list strong{color: var(--ev-text); font-weight: 600;}.o_trust .o_trust_list--num{counter-reset: trust-num;}.o_trust .o_trust_list--num li{counter-increment: trust-num; padding-left: var(--space-6);}.o_trust .o_trust_list--num li::before{content: counter(trust-num, decimal-leading-zero); background: none; top: 0; width: auto; height: auto; font-family: var(--font-mono); font-size: 0.8125rem; color: var(--ev-accent);}.o_trust .o_trust_close{padding-top: var(--space-8); border-top: 1px solid var(--ev-rule);}.o_trust .o_trust_close > p{font-size: 1.0625rem; line-height: 1.7; color: var(--ev-text-2); margin: 0 0 var(--space-4) 0;}.o_trust .o_trust_close > p a{color: var(--ev-text); text-decoration: underline; text-decoration-color: var(--ev-accent); text-underline-offset: 2px;}.o_trust .o_trust_close .o_trust_updated{margin-top: var(--space-2);}.o_trust .o_trust_close_links{display: flex; flex-wrap: wrap; gap: var(--space-6); margin-top: var(--space-6);}.o_trust .o_trust_close_links a{font-family: var(--font-mono); font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ev-text); text-decoration: none; border-bottom: 1px solid var(--ev-accent); padding-bottom: 2px;}.o_trust .o_trust_close_links a:hover{color: var(--ev-accent);}