﻿.calculated-section {
    margin-top: 1rem;
    padding: 0.75rem;
    background: var(--bs-tertiary-bg);
    border-radius: var(--bs-border-radius);
    border-left: 3px solid var(--bs-info);
}

.calculated-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
}

    .calculated-row span:first-child {
        color: var(--bs-secondary);
    }

    .calculated-row strong {
        color: var(--bs-primary);
        font-weight: 600;
    }
