/* privacy.css — all base styles in shared-pages.css */
/* Privacy-specific: ensure table wraps in a scroll container */
table { min-width: 480px; }

/* Wrap any raw <table> tags not already in .table-wrap */
.page-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}