/* ===========================================
   app-drilldown.css
   Project/Order Drilldown Page Styles

   DrilldownInfoBar styles moved to shared:
   _content/FedData.UI/css/components/drilldown.css
   =========================================== */

/* ===========================================
   Project/Order Drilldown Page Styles
   =========================================== */
.prj-page-content {
    display: flex;
    flex-direction: column;
}

/* Ensure detail sections stack properly */
.prj-page-content .detail-section {
    margin-bottom: 0;
}

/* Better spacing in overview cards */
.prj-page-content .stat-card {
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
