.privacy-view{display:grid;gap:14px;padding-bottom:2px}
.privacy-view h2{margin-bottom:0}
.privacy-lead{margin:0;color:var(--muted);font-size:15px;line-height:1.55}
.privacy-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.privacy-trust span{display:flex;align-items:center;justify-content:center;gap:5px;min-height:40px;padding:8px 6px;border:1px solid #cbe4d2;border-radius:13px;background:#edf8f0;color:#176b3c;font-size:10px;font-weight:900;text-align:center}
.privacy-trust b{display:grid;place-items:center;width:18px;height:18px;flex:0 0 18px;border-radius:50%;background:#249552;color:#fff;font-size:11px}
.privacy-section{display:grid;grid-template-columns:36px minmax(0,1fr);gap:11px;padding:14px;border:1px solid var(--line);border-radius:18px;background:#fffdf9}
.privacy-section-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:#f2e7d3;color:#875f1f;font-size:18px;font-style:normal}
.privacy-section h3{margin:1px 0 5px;font-size:15px}
.privacy-section p{margin:0;color:#554d46;font-size:12px;line-height:1.55}
.privacy-delete{width:100%;margin:10px 0 0;background:#f3eadc;color:#251f19;border:1px solid #dfcfb7}
.privacy-contact{padding:13px 14px;border-radius:16px;background:#f4f0e9;color:#554d46;font-size:11px;line-height:1.55}
.privacy-contact a{color:#7d571e;font-weight:900}
.privacy-updated{display:block;margin-top:4px;color:var(--muted)}
.privacy-actions{position:sticky;bottom:-24px;margin:0 -24px -24px;padding:12px 24px 18px;background:linear-gradient(180deg,rgba(255,253,248,.25),#fffdf8 30%);border-top:1px solid var(--line);z-index:2}
.privacy-actions button{width:100%}
html[dir="rtl"] .privacy-section{grid-template-columns:minmax(0,1fr) 36px}
html[dir="rtl"] .privacy-section-icon{grid-column:2;grid-row:1}
html[dir="rtl"] .privacy-section>div{grid-column:1;grid-row:1}
@media(max-width:390px){.privacy-trust{grid-template-columns:1fr}.privacy-trust span{justify-content:flex-start;padding-inline:12px}}

