/* /app-privacy: the app privacy policy uses tables, info boxes and a date line that the other legal
   pages do not have. A file of its own (not legal.css): legal.css is cached for 30 days without ?v=,
   and the site's CSP allows styles from files of this site only. */
.content h3{font-size:1.05rem;font-weight:700;margin:24px 0 8px}
.content .meta{display:flex;flex-wrap:wrap;gap:4px 24px;color:#636363;font-size:.9rem;margin-bottom:32px}
.content table{width:100%;border-collapse:collapse;margin:12px 0 20px;font-size:.9rem;overflow-wrap:anywhere}
.content th,.content td{border:1px solid #e5e7eb;padding:8px 10px;text-align:left;vertical-align:top;color:#555}
.content th{background:#f6f7f3;color:#1a1a2e;font-weight:600}
.content .info-box,.content .highlight{border-radius:8px;padding:12px 16px;margin:12px 0 20px}
.content .info-box{background:rgba(156,175,136,.1);border-left:4px solid #9CAF88}
.content .highlight{background:#fdf6e3;border-left:4px solid #c9a227}
.content .info-box p:last-child,.content .highlight p:last-child{margin-bottom:0}
.content hr{border:none;border-top:1px solid #e5e7eb;margin:32px 0}
@media(max-width:640px){.content table{font-size:.8rem}.content th,.content td{padding:6px}}
