.result {
    margin-top: 25px;
    padding: 20px;
    background: #e8f4ff;
    border-radius: 8px;
    border-left: 4px solid #1a6fc4;
}

.result h3 {
    margin-top: 0;
    color: #1a6fc4;
}

.result-value {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0d4a87;
    margin: 10px 0;
}

.note {
    font-size: 0.9rem;
    color: #666;
    margin-top: 10px;
    font-style: italic;
}


