/*
   Lower-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.
*/

.lower-panel .score-panel-header {
    box-shadow: inset 4px 0 0 rgba(59, 130, 246, 0.75);
}

.lower-panel .yahtzee-bonus-card {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.lower-summary {
    padding: 0 14px 14px;
    display: grid;
    gap: 9px;
}

.lower-summary .grand-summary-row {
    min-height: 51px;
    padding: 8px 10px;
    display: grid;
    grid-template-columns: 1fr 76px;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.075);
}

.lower-summary .grand-summary-row span {
    font-size: 0.84rem;
    font-weight: 800;
}

.lower-summary .summary-value {
    background: #ffffff;
}
