.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;
}

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

.recommendations {
    margin-top: 20px;
    padding: 15px;
    background: #e8f5e9;
    border-radius: 5px;
    border-left: 4px solid #4CAF50;
}