.mh-password-generator {
    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-password-generator h3 {
    color: #0073aa;
    text-align: center;
    margin-bottom: 14px;
}

.mh-password-generator label {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
}

.mh-password-generator input[type="checkbox"],
.mh-password-generator input[type="radio"] {
    margin-right: 6px;
}

.mh-password-output {
    margin-top: 16px;
    background: #fff;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mh-password-output input {
    border: none;
    background: transparent;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}

.mh-history {
    margin-top: 16px;
    background: #fff;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
}

.mh-history ul {
    padding-left: 20px;
    margin: 0;
}

.mh-history li {
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
}

.mh-history button {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 2px 6px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}

.mh-history button:hover {
    background: #005f8a;
}
