Informativa legale

/* Stili isolati: prefisso le-legal */ .le-legal{ font-family: inherit; color: inherit; margin: 16px 0; } .le-legal__card{ border: 1px solid rgba(0,0,0,0.12); border-radius: 12px; padding: 16px; background: #fff; } .le-legal__header{ margin-bottom: 12px; } .le-legal__title{ margin: 0; font-size: 20px; line-height: 1.2; font-weight: 700; } .le-legal__subtitle{ margin: 6px 0 0 0; font-size: 14px; line-height: 1.4; opacity: 0.75; } .le-legal__content{ margin-top: 12px; } .le-legal__block{ margin-top: 14px; } .le-legal__h3{ margin: 0 0 8px 0; font-size: 14px; line-height: 1.3; font-weight: 700; } .le-legal__p{ margin: 0; font-size: 13px; line-height: 1.55; opacity: 0.9; } .le-legal__rows{ border: 1px solid rgba(0,0,0,0.10); border-radius: 10px; overflow: hidden; background: rgba(0,0,0,0.02); } .le-legal__row{ display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 10px; padding: 10px 12px; border-top: 1px solid rgba(0,0,0,0.08); } .le-legal__row:first-child{ border-top: 0; } .le-legal__k{ font-size: 12px; line-height: 1.4; opacity: 0.75; } .le-legal__v{ font-size: 12px; line-height: 1.4; font-weight: 600; word-break: break-word; } .le-legal__link{ color: inherit; text-decoration: underline; } .le-legal__footerNote{ margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(0,0,0,0.10); font-size: 12px; line-height: 1.45; opacity: 0.8; } @media (max-width: 520px){ .le-legal__row{ grid-template-columns: 1fr; gap: 4px; } }