/* Encyclopedia + Products pillars.
   New .law-status modifier classes only -- everything else (.card, .law-grid,
   .law-card, .news-category, .data-table, .alert, .breadcrumb, .content-grid,
   .sidebar-list, .tag, .form-group) is reused as-is from style.css so these
   new pages stay native to the existing design system. */

.law-status.status-approved { background: #c6f6d5; color: #276749; }
.law-status.status-investigational { background: #dbeafe; color: #1e40af; }
.law-status.status-research { background: #feebc8; color: #744210; }
.law-status.status-supplement { background: #e2e8f0; color: #1a365d; }
.law-status.status-cosmetic { background: #fce7f3; color: #9d174d; }
.law-status.status-other { background: #e2e8f0; color: #4a5568; }

.data-table th {
    width: 40%;
    white-space: nowrap;
}

.disclosure-note {
    color: var(--gray-500);
    margin-top: 0.5rem;
}
