/* ═══════════════════════════════════════
   ReadyPrescriptionPage.css
   Table-specific styles for ready prescriptions
   (base table styles are in table.css)
   ═══════════════════════════════════════ */

.ready-prescription-page {
    width: 100%;
}

/* Override max-height for this page's table */
.ready-prescription-page .table-section {
    overflow: auto;
    max-height: calc(100vh - 300px);
}

/* Expandable detail rows are handled by table.css */
