.investment-summary-wrapper {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
}

.investment-summary {
    background-color: #2d2d2d;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #3d3d3d;
}

.summary-row:last-child {
    border-bottom: none;
}

.summary-row label {
    font-weight: bold;
    color: #a0a0a0;
}

.return-calculation {
    margin-top: 30px;
    padding: 20px;
    background-color: #363636;
    border-radius: 6px;
}