.input-group{
    margin-bottom:18px;
}

label{
    display:block;
    margin-bottom:8px;
}

input,select{
    width:100%;
}

.result-box{
    background:white;
    padding:25px;
    border-radius:15px;
    text-align:center;
}

.result-value{
    font-size:40px;
    font-weight:500;
    color:#007f5f;
}

.result-label{
    color:#365951;
    margin-top:10px;
    font-size:18px;
}

.category{
    margin-top:20px;
    padding:12px;
    border-radius:10px;
    color:white;
    font-weight:600;
}

.metrics{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
    margin-top:20px;
}

.metric-card{
    background:#E6F0EE;
    padding:15px;
    border-radius:12px;
}

.headi{
    color:#365951;
    margin-bottom:5px;
}

.metric-card p{
    color:#192c27;
    font-size:20px;
    font-weight:600;
}

.info{
    margin-top:20px;
    background:#E6F0EE;
    padding:15px;
    border-radius:10px;
    color:#192c27;
}

.table-section{
    margin-top:25px;
}

table{
    width:100%;
    border-collapse:collapse;
}

th{
    background:#007f5f;
    color:white;
    padding:12px;
}

td{
    padding:10px;
    border:1px solid #ddd;
    text-align:center;
}

.imperial-height{
    display:none;
}

.female-field{
    display:none;
}

.footer-note{
    margin-top:20px;
    font-size:13px;
    color:#666;
    text-align:center;
}