

.result {
    margin-top: 20px;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
}

.result-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}

.result-label {
    font-weight: bold;
    color: #555;
}

.result-value {
    font-weight: bold;
    color: #333;
}

.result-unit {
    color: #777;
    margin-left: 5px;
}

.bmi-status {
    height: 10px;
    border-radius: 5px;
    margin-top: 15px;
    background: #f0f0f0;
    overflow: hidden;
}

