/*
   Upper-section-specific styles are now intentionally lightweight.
   The shared scorecard layout is handled in game-style.css so the
   upper and lower panels remain visually consistent.
*/

.upper-panel .score-panel-header {
    box-shadow: inset 4px 0 0 rgba(245, 158, 11, 0.85);
}

.upper-panel .summary-value {
    background: #ffffff;
}

.upper-panel .bonus-value {
    color: #b45309;
}
