.wpmi-pwd-rules {
    list-style: none;
    padding: 0;
    margin: 8px 0 15px 0;
    font-size: 0.85rem;
}
.wpmi-pwd-rules li {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #475569; /* Slate 600 */
}
.wpmi-pwd-rules li.valid {
    color: #10b981; /* Emerald 500 */
}
.wpmi-pwd-rules li.invalid {
    color: #ef4444; /* Red 500 */
}

/* Ocultar cualquier rastro del medidor nativo de WooCommerce y sus textos de sugerencia */
.woocommerce-password-strength,
.woocommerce-password-hint {
    display: none !important;
}
