.mh-calculator {
    max-width: 650px;
    margin: 20px auto;
    padding: 18px;
    border: 2px solid #0073aa;
    border-radius: 8px;
    background: #fafafa;
    font-family: Arial, sans-serif;
    color: #222;
}

.mh-calculator h3 {
    color: #0073aa;
    text-align: center;
    margin-bottom: 14px;
}

.mh-calculator label {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
}

.mh-calculator input[type="number"], .mh-calculator select {
    width: 100%;
    padding: 8px;
    margin-top: 6px;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 14px;
}

fieldset.mh-type {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px;
    margin: 12px 0;
}

fieldset.mh-type legend {
    font-weight: 700;
}

fieldset.mh-type label {
    display: inline-block;
    margin-right: 12px;
    font-weight: 500;
}

.mh-results {
    margin-top: 16px;
    background: #fff;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #e1e1e1;
}

#mh_schedule {
    margin-top: 10px;
    font-size: 14px;
}

.mh-results p {
    margin: 6px 0;
}

#mh_reset {
    margin-top: 12px;
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 700;
}

#mh_reset:hover { background: #005f8a; }

.mc-note {
    font-size: 13px;
    color: #666;
    margin-top: 12px;
}
